Sdílet prostřednictvím


ICreateAndMountFileShareConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.CreateAndMountFileShareConfigurationTypeConverter))]
public interface ICreateAndMountFileShareConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IFileShareConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.CreateAndMountFileShareConfigurationTypeConverter))>]
type ICreateAndMountFileShareConfiguration = interface
    interface IJsonSerializable
    interface IFileShareConfiguration
Public Interface ICreateAndMountFileShareConfiguration
Implements IFileShareConfiguration
Derived
Attributes
Implements

Properties

ConfigurationType

The type of file share config.

(Inherited from IFileShareConfiguration)
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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to