SmbMountEndpointProperties interface

The properties of SMB share endpoint.

Extends

Properties

credentials

The Azure Key Vault secret URIs which store the required credentials to access the SMB share.

endpointType

Polymorphic discriminator, which specifies the different types this object can be

host

The host name or IP address of the server exporting the file system.

shareName

The name of the SMB share being exported from the server.

Inherited Properties

description

A description for the Endpoint.

provisioningState

The provisioning state of this resource. NOTE: This property will not be serialized. It can only be populated by the server.

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"

host

The host name or IP address of the server exporting the file system.

host: string

Property Value

string

shareName

The name of the SMB share being exported from the server.

shareName: 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