ManagedClusterNodeResourceGroupProfile 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 |
|---|---|
| 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'