CreateAndMountFileShareConfigurationResponse

data class CreateAndMountFileShareConfigurationResponse(val configurationType: String, val resourceGroup: String? = null, val storageAccountName: String? = null)

Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow.

Constructors

constructor(configurationType: String, resourceGroup: String? = null, storageAccountName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of file share config. Expected value is 'CreateAndMount'.

Link copied to clipboard
val resourceGroup: String? = null

The name of file share resource group. The app rg is used in case of missing input.

Link copied to clipboard

The name of file share storage account name . A custom name is used in case of missing input.