SmbMountEndpointUpdateProperties interface
The properties of SMB share endpoint to update.
- Extends
Properties
credentials | The Azure Key Vault secret URIs which store the required credentials to access the SMB share. |
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
description | A description for the Endpoint. |
Property Details
credentials
The Azure Key Vault secret URIs which store the required credentials to access the SMB share.
credentials?: AzureKeyVaultSmbCredentials
Property Value
endpointType
Polymorphic discriminator, which specifies the different types this object can be
endpointType: "SmbMount"
Property Value
"SmbMount"
Inherited Property Details
description
A description for the Endpoint.
description?: string
Property Value
string
Inherited From EndpointBaseUpdateProperties.description