AzureStorageSmbFileShareEndpointProperties interface
The properties of Azure Storage SMB file share endpoint.
- Extends
Properties
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
file |
The name of the Azure Storage file share. |
storage |
The Azure Resource ID of the storage account. |
Inherited Properties
description | A description for the Endpoint. |
provisioning |
The provisioning state of this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endpointType
Polymorphic discriminator, which specifies the different types this object can be
endpointType: "AzureStorageSmbFileShare"
Property Value
"AzureStorageSmbFileShare"
fileShareName
The name of the Azure Storage file share.
fileShareName: string
Property Value
string
storageAccountResourceId
The Azure Resource ID of the storage account.
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. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From EndpointBaseProperties.provisioningState