다음을 통해 공유


IManagedClusterProperties.NodeResourceGroupProfileRestrictionLevel Property

Definition

The restriction level applied to the cluster's node resource group. If not specified, the default is 'Unrestricted'

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "Unrestricted", "ReadOnly" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The restriction level applied to the cluster's node resource group. If not specified, the default is 'Unrestricted'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="restrictionLevel", Update=true)]
public string NodeResourceGroupProfileRestrictionLevel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "Unrestricted", "ReadOnly" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The restriction level applied to the cluster's node resource group. If not specified, the default is 'Unrestricted'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="restrictionLevel", Update=true)>]
member this.NodeResourceGroupProfileRestrictionLevel : string with get, set
Public Property NodeResourceGroupProfileRestrictionLevel As String

Property Value

Attributes

Applies to