Compartilhar via


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