다음을 통해 공유


IManagedClusterProperties.NginxDefaultIngressControllerType Property

Definition

Ingress type for the default NginxIngressController custom resource

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "AnnotationControlled", "External", "Internal", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Ingress type for the default NginxIngressController custom resource", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultIngressControllerType", Update=true)]
public string NginxDefaultIngressControllerType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "AnnotationControlled", "External", "Internal", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Ingress type for the default NginxIngressController custom resource", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultIngressControllerType", Update=true)>]
member this.NginxDefaultIngressControllerType : string with get, set
Public Property NginxDefaultIngressControllerType As String

Property Value

Attributes

Applies to