ArmContainerServiceModelFactory.ManagedClusterDelegatedIdentity Method
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.
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterDelegatedIdentity ManagedClusterDelegatedIdentity(Azure.Core.ResourceIdentifier resourceId = default, Guid? tenantId = default, string referralResource = default, Azure.Core.AzureLocation? location = default);
static member ManagedClusterDelegatedIdentity : Azure.Core.ResourceIdentifier * Nullable<Guid> * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.ContainerService.Models.ManagedClusterDelegatedIdentity
Public Shared Function ManagedClusterDelegatedIdentity (Optional resourceId As ResourceIdentifier = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional referralResource As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As ManagedClusterDelegatedIdentity
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.
- location
- Nullable<AzureLocation>
The source resource location - internal use only.
Returns
A new ManagedClusterDelegatedIdentity instance for mocking.