NginxNetworkProfile Class

Definition

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

Constructors

NginxNetworkProfile()

Creates an new NginxNetworkProfile instance.

Properties

FrontEndIPConfiguration
NetworkInterfaceConfiguration

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NginxNetworkProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxNetworkProfile.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxNetworkProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to