Share via


NginxStorageAccount Class

Definition

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

Constructors

NginxStorageAccount()

Creates an new NginxStorageAccount instance.

Properties

AccountName
ContainerName

Methods

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.Api20230401.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