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