Compartilhar via


NginxPrivateIPAddress Class

Definition

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

Constructors

NginxPrivateIPAddress()

Creates an new NginxPrivateIPAddress instance.

Properties

PrivateIPAddress
PrivateIPAllocationMethod
SubnetId

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NginxPrivateIPAddress.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxPrivateIPAddress.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxPrivateIPAddress into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to