Create And Mount File Share Configuration Response
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
Link copied to clipboard
fun CreateAndMountFileShareConfigurationResponse(configurationType: String, resourceGroup: String? = null, storageAccountName: String? = null)