Freigeben über


NginxStorageAccount Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.NginxStorageAccountTypeConverter))]
public class NginxStorageAccount : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxStorageAccount
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.NginxStorageAccountTypeConverter))>]
type NginxStorageAccount = class
    interface INginxStorageAccount
    interface IJsonSerializable
Public Class NginxStorageAccount
Implements INginxStorageAccount
Inheritance
NginxStorageAccount
Attributes
Implements

Constructors

Name Description
NginxStorageAccount()

Creates an new NginxStorageAccount instance.

Properties

Name Description
AccountName
ContainerName

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NginxStorageAccount.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxStorageAccount.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxStorageAccount.

FromJsonString(String)

Creates a new instance of NginxStorageAccount, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxStorageAccount into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to