getImageUploadUrlForEntityType

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

entityType

Type of entity. Can be Profile or Interaction.

entityTypeName

Name of the entity type.

hubName

The name of the hub.

relativePath

Relative path of the image.

resourceGroupName

The name of the resource group.

See also


Return

The image definition.

Parameters

argument

Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetImageUploadUrlForEntityTypePlainArgs.

See also