Share via


ManagedClusterIngressProfileNginx Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIngressProfileNginxTypeConverter))]
public class ManagedClusterIngressProfileNginx : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterIngressProfileNginx
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIngressProfileNginxTypeConverter))>]
type ManagedClusterIngressProfileNginx = class
    interface IManagedClusterIngressProfileNginx
    interface IJsonSerializable
Public Class ManagedClusterIngressProfileNginx
Implements IManagedClusterIngressProfileNginx
Inheritance
ManagedClusterIngressProfileNginx
Attributes
Implements

Constructors

Name Description
ManagedClusterIngressProfileNginx()

Creates an new ManagedClusterIngressProfileNginx instance.

Properties

Name Description
DefaultIngressControllerType

Ingress type for the default NginxIngressController custom resource

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterIngressProfileNginx.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterIngressProfileNginx.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterIngressProfileNginx.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterIngressProfileNginx into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to