AzureFileShareHydrationProfileArgs

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.

Constructors

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

Properties

Link copied to clipboard
val azureFileShareDirPath: Output<String>? = null

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

Link copied to clipboard
val azureFileShareName: Output<String>? = null

Gets or sets the name of the azure file share.

Link copied to clipboard
val azureFileShareResourceGroup: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): AzureFileShareHydrationProfileArgs