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

IAzureFileProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AzureFilePropertiesTypeConverter))]
public interface IAzureFileProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AzureFilePropertiesTypeConverter))>]
type IAzureFileProperties = interface
    interface IJsonSerializable
Public Interface IAzureFileProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AccessMode

Access mode for storage

AccountKey

Storage account key for azure file.

AccountName

Storage account name for azure file.

ShareName

Azure file share name.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to