CreateAndMountFileShareConfiguration interface

Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow. Please pre-create the resource group you intend to place the transport directory in. The storage account and fileshare will be auto-created by the ACSS and doesn’t need to pre-created.

Extends

Properties

configurationType

Polymorphic discriminator, which specifies the different types this object can be

resourceGroup

The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input.

storageAccountName

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

Property Details

configurationType

Polymorphic discriminator, which specifies the different types this object can be

configurationType: "CreateAndMount"

Property Value

"CreateAndMount"

resourceGroup

The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input.

resourceGroup?: string

Property Value

string

storageAccountName

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

storageAccountName?: string

Property Value

string