NginxStorageAccount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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
Azure SDK for .NET