Azure File Share Hydration Profile Response
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
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.