Share via


NginxStorageAccount Class

Definition

The NginxStorageAccount.

public class NginxStorageAccount
public class NginxStorageAccount : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Nginx.Models.NginxStorageAccount>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Nginx.Models.NginxStorageAccount>
type NginxStorageAccount = class
type NginxStorageAccount = class
    interface IJsonModel<NginxStorageAccount>
    interface IPersistableModel<NginxStorageAccount>
Public Class NginxStorageAccount
Public Class NginxStorageAccount
Implements IJsonModel(Of NginxStorageAccount), IPersistableModel(Of NginxStorageAccount)
Inheritance
NginxStorageAccount
Implements

Constructors

NginxStorageAccount()

Initializes a new instance of NginxStorageAccount.

Properties

AccountName

Gets or sets the account name.

ContainerName

Gets or sets the container name.

Explicit Interface Implementations

IJsonModel<NginxStorageAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NginxStorageAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NginxStorageAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NginxStorageAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NginxStorageAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to