Share via


NginxFrontendIPConfiguration Class

Definition

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

Constructors

NginxFrontendIPConfiguration()

Creates an new NginxFrontendIPConfiguration instance.

Properties

PrivateIPAddress
PublicIPAddress

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NginxFrontendIPConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxFrontendIPConfiguration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxFrontendIPConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to