AzureFileShareHydrationProfileResponse

data class AzureFileShareHydrationProfileResponse(val azureFileShareDirPath: String? = null, val azureFileShareName: String? = null, val azureFileShareResourceGroup: String? = null, val azureFileShareStorageAccount: String? = null, val azureFileShareSubscriptionId: String? = null)

Azure file share profile for hydration of application folders not mounted on the container file system.

Constructors

Link copied to clipboard
constructor(azureFileShareDirPath: String? = null, azureFileShareName: String? = null, azureFileShareResourceGroup: String? = null, azureFileShareStorageAccount: String? = null, azureFileShareSubscriptionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the cloud directory path of the directory on azure file share.

Link copied to clipboard

Gets or sets the name of the azure file share.

Link copied to clipboard

Gets or sets the name of the azure file share resource group.

Link copied to clipboard

Gets or sets the name of the azure file share storage account.

Link copied to clipboard

Gets or sets the subscription id of the azure file share.