ArmContainerServiceModelFactory.ManagedClusterAddonProfileIdentity 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.ManagedClusterAddonProfileIdentity ManagedClusterAddonProfileIdentity(Azure.Core.ResourceIdentifier resourceId = default, Guid? clientId = default, Guid? objectId = default);
static member ManagedClusterAddonProfileIdentity : Azure.Core.ResourceIdentifier * Nullable<Guid> * Nullable<Guid> -> Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonProfileIdentity
Public Shared Function ManagedClusterAddonProfileIdentity (Optional resourceId As ResourceIdentifier = Nothing, Optional clientId As Nullable(Of Guid) = Nothing, Optional objectId As Nullable(Of Guid) = Nothing) As ManagedClusterAddonProfileIdentity
Parameters
- resourceId
- ResourceIdentifier
The resource ID of the user assigned identity.
Returns
A new ManagedClusterAddonProfileIdentity instance for mocking.