AzureStorageBlobContainerEndpointPropertiesArgs

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.

Constructors

constructor(blobContainerName: Output<String>, description: Output<String>? = null, endpointType: Output<String>, storageAccountResourceId: Output<String>)

Properties

Link copied to clipboard

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

Link copied to clipboard
val description: Output<String>? = null

A description for the Endpoint.

Link copied to clipboard
val endpointType: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): AzureStorageBlobContainerEndpointPropertiesArgs