CreateAndMountFileShareConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class CreateAndMountFileShareConfiguration : Azure.ResourceManager.Workloads.Models.FileShareConfiguration
public class CreateAndMountFileShareConfiguration : Azure.ResourceManager.Workloads.Models.FileShareConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.CreateAndMountFileShareConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.CreateAndMountFileShareConfiguration>
type CreateAndMountFileShareConfiguration = class
inherit FileShareConfiguration
type CreateAndMountFileShareConfiguration = class
inherit FileShareConfiguration
interface IJsonModel<CreateAndMountFileShareConfiguration>
interface IPersistableModel<CreateAndMountFileShareConfiguration>
Public Class CreateAndMountFileShareConfiguration
Inherits FileShareConfiguration
Public Class CreateAndMountFileShareConfiguration
Inherits FileShareConfiguration
Implements IJsonModel(Of CreateAndMountFileShareConfiguration), IPersistableModel(Of CreateAndMountFileShareConfiguration)
- Inheritance
- Implements
Constructors
CreateAndMountFileShareConfiguration() |
Initializes a new instance of CreateAndMountFileShareConfiguration. |
Properties
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. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET