SmbMountEndpointPropertiesResponse

data class SmbMountEndpointPropertiesResponse(val credentials: AzureKeyVaultSmbCredentialsResponse? = null, val description: String? = null, val endpointType: String, val host: String, val provisioningState: String, val shareName: String)

The properties of SMB share endpoint.

Constructors

Link copied to clipboard
constructor(credentials: AzureKeyVaultSmbCredentialsResponse? = null, description: String? = null, endpointType: String, host: String, provisioningState: String, shareName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

A description for the Endpoint.

Link copied to clipboard

The Endpoint resource type. Expected value is 'SmbMount'.

Link copied to clipboard

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

Link copied to clipboard

The provisioning state of this resource.

Link copied to clipboard

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