Share via


NginxNetworkProfile Class

Definition

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

Constructors

Name Description
NginxNetworkProfile()

Creates an new NginxNetworkProfile instance.

Properties

Name Description
FrontEndIPConfiguration
NetworkInterfaceConfiguration

Methods

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