你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICreateAndMountFileShareConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.CreateAndMountFileShareConfigurationTypeConverter))]
public interface ICreateAndMountFileShareConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IFileShareConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.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