AzureStorageSmbFileShareEndpointPropertiesResponse

data class AzureStorageSmbFileShareEndpointPropertiesResponse(val description: String? = null, val endpointType: String, val fileShareName: String, val provisioningState: String, val storageAccountResourceId: String)

The properties of Azure Storage SMB file share endpoint.

Constructors

constructor(description: String? = null, endpointType: String, fileShareName: String, provisioningState: String, storageAccountResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description for the Endpoint.

Link copied to clipboard

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

Link copied to clipboard

The name of the Azure Storage file share.

Link copied to clipboard

The provisioning state of this resource.

Link copied to clipboard

The Azure Resource ID of the storage account.