Azure Storage Blob Container Endpoint Properties Args
data class AzureStorageBlobContainerEndpointPropertiesArgs(val blobContainerName: Output<String>, val description: Output<String>? = null, val endpointType: Output<String>, val storageAccountResourceId: Output<String>) : ConvertibleToJava<AzureStorageBlobContainerEndpointPropertiesArgs>
The properties of Azure Storage blob container endpoint.
Properties
Link copied to clipboard
The name of the Storage blob container that is the target destination.
Link copied to clipboard
A description for the Endpoint.
Link copied to clipboard
The Endpoint resource type. Expected value is 'AzureStorageBlobContainer'.
Link copied to clipboard
The Azure Resource ID of the storage account that is the target destination.