Condividi tramite


NginxPrivateIPAddress Class

Definition

The NginxPrivateIPAddress.

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

Constructors

NginxPrivateIPAddress()

Initializes a new instance of NginxPrivateIPAddress.

Properties

PrivateIPAddress

Gets or sets the private ip address.

PrivateIPAllocationMethod

Gets or sets the private ip allocation method.

SubnetId

Gets or sets the subnet id.

Explicit Interface Implementations

IJsonModel<NginxPrivateIPAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NginxPrivateIPAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NginxPrivateIPAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NginxPrivateIPAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NginxPrivateIPAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to