get Image Upload Url For Entity Type
suspend fun getImageUploadUrlForEntityType(argument: GetImageUploadUrlForEntityTypePlainArgs): GetImageUploadUrlForEntityTypeResult
Gets entity type (profile or interaction) image upload URL. Uses Azure REST API version 2017-04-26.
Return
The image definition.
Parameters
argument
null
suspend fun getImageUploadUrlForEntityType(entityType: String? = null, entityTypeName: String? = null, hubName: String, relativePath: String? = null, resourceGroupName: String): GetImageUploadUrlForEntityTypeResult
Return
The image definition.
Parameters
entity Type
Type of entity. Can be Profile or Interaction.
entity Type Name
Name of the entity type.
hub Name
The name of the hub.
relative Path
Relative path of the image.
resource Group Name
The name of the resource group.
See also
suspend fun getImageUploadUrlForEntityType(argument: suspend GetImageUploadUrlForEntityTypePlainArgsBuilder.() -> Unit): GetImageUploadUrlForEntityTypeResult
Return
The image definition.
Parameters
argument
Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetImageUploadUrlForEntityTypePlainArgs.