ManagedClusterNodeResourceGroupProfile Constructors

Definition

Overloads

Name Description
ManagedClusterNodeResourceGroupProfile()

Initializes a new instance of the ManagedClusterNodeResourceGroupProfile class.

ManagedClusterNodeResourceGroupProfile(String)

Initializes a new instance of the ManagedClusterNodeResourceGroupProfile class.

ManagedClusterNodeResourceGroupProfile()

Initializes a new instance of the ManagedClusterNodeResourceGroupProfile class.

public ManagedClusterNodeResourceGroupProfile();
Public Sub New ()

Applies to

ManagedClusterNodeResourceGroupProfile(String)

Initializes a new instance of the ManagedClusterNodeResourceGroupProfile class.

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

Parameters

restrictionLevel
String

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

Applies to