ArmContainerServiceModelFactory.ManagedClusterDelegatedIdentity Method

Definition

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.

tenantId
Nullable<Guid>

The tenant 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.

Applies to