Share via


NginxFrontendIPConfiguration Class

Definition

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

Constructors

Name Description
NginxFrontendIPConfiguration()

Creates an new NginxFrontendIPConfiguration instance.

Properties

Name Description
PrivateIPAddress
PublicIPAddress

Methods

Name Description
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.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