AzureStorageBlobContainerEndpointProperties interface
The properties of Azure Storage blob container endpoint.
- Extends
Properties
| blob |
The name of the Storage blob container that is the target destination. |
| endpoint |
The Endpoint resource type. |
| storage |
The Azure Resource ID of the storage account that is the target destination. |
Inherited Properties
| description | A description for the Endpoint. |
| provisioning |
The provisioning state of this resource. |
Property Details
blobContainerName
The name of the Storage blob container that is the target destination.
blobContainerName: string
Property Value
string
endpointType
The Endpoint resource type.
endpointType: "AzureStorageBlobContainer"
Property Value
"AzureStorageBlobContainer"
storageAccountResourceId
The Azure Resource ID of the storage account that is the target destination.
storageAccountResourceId: string
Property Value
string
Inherited Property Details
description
A description for the Endpoint.
description?: string
Property Value
string
Inherited From EndpointBaseProperties.description
provisioningState
The provisioning state of this resource.
provisioningState?: string
Property Value
string
Inherited From EndpointBaseProperties.provisioningState