Azure File Share Hydration Profile Args
data class AzureFileShareHydrationProfileArgs(val azureFileShareDirPath: Output<String>? = null, val azureFileShareName: Output<String>? = null, val azureFileShareResourceGroup: Output<String>? = null, val azureFileShareStorageAccount: Output<String>? = null, val azureFileShareSubscriptionId: Output<String>? = null) : ConvertibleToJava<AzureFileShareHydrationProfileArgs>
Azure file share profile for hydration of application folders not mounted on the container file system.
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.