AzureStorageBlobContainerEndpointPropertiesResponse

data class AzureStorageBlobContainerEndpointPropertiesResponse(val blobContainerName: String, val description: String? = null, val endpointType: String, val provisioningState: String, val storageAccountResourceId: String)

The properties of Azure Storage blob container endpoint.

Constructors

constructor(blobContainerName: String, description: String? = null, endpointType: String, provisioningState: String, storageAccountResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Storage blob container that is the target destination.

Link copied to clipboard
val description: String? = null

A description for the Endpoint.

Link copied to clipboard

The Endpoint resource type. Expected value is 'AzureStorageBlobContainer'.

Link copied to clipboard

The provisioning state of this resource.

Link copied to clipboard

The Azure Resource ID of the storage account that is the target destination.