ManagedClusterIngressProfileNginx Constructors

Definition

Overloads

Name Description
ManagedClusterIngressProfileNginx()

Initializes a new instance of the ManagedClusterIngressProfileNginx class.

ManagedClusterIngressProfileNginx(String)

Initializes a new instance of the ManagedClusterIngressProfileNginx class.

ManagedClusterIngressProfileNginx()

Initializes a new instance of the ManagedClusterIngressProfileNginx class.

public ManagedClusterIngressProfileNginx();
Public Sub New ()

Applies to

ManagedClusterIngressProfileNginx(String)

Initializes a new instance of the ManagedClusterIngressProfileNginx class.

public ManagedClusterIngressProfileNginx(string defaultIngressControllerType = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileNginx : string -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterIngressProfileNginx
Public Sub New (Optional defaultIngressControllerType As String = Nothing)

Parameters

defaultIngressControllerType
String

Ingress type for the default NginxIngressController custom resource Possible values include: 'AnnotationControlled', 'External', 'Internal', 'None'

Applies to