ManagedClusterIngressProfileNginx Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'