ManagedClusterDelegatedIdentity 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 |
|---|---|
| ManagedClusterDelegatedIdentity() |
Initializes a new instance of ManagedClusterDelegatedIdentity. |
| ManagedClusterDelegatedIdentity(ResourceIdentifier, String) |
Initializes a new instance of ManagedClusterDelegatedIdentity. |
ManagedClusterDelegatedIdentity()
Initializes a new instance of ManagedClusterDelegatedIdentity.
public ManagedClusterDelegatedIdentity();
Public Sub New ()
Applies to
ManagedClusterDelegatedIdentity(ResourceIdentifier, String)
Initializes a new instance of ManagedClusterDelegatedIdentity.
public ManagedClusterDelegatedIdentity(Azure.Core.ResourceIdentifier resourceId, string referralResource);
new Azure.ResourceManager.ContainerService.Models.ManagedClusterDelegatedIdentity : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.ContainerService.Models.ManagedClusterDelegatedIdentity
Public Sub New (resourceId As ResourceIdentifier, referralResource As String)
Parameters
- resourceId
- ResourceIdentifier
The ARM resource id of the delegated resource - internal use only.
- referralResource
- String
The delegation id of the referral delegation (optional) - internal use only.
Exceptions
resourceId or referralResource is null.