Freigeben über


UserAssignedIdentity Constructor

Definition

Creates a new instance of the UserAssignedIdentity class.

public UserAssignedIdentity (Azure.Provisioning.IConstruct scope, Azure.Provisioning.ResourceManager.ResourceGroup? parent = default, string name = "useridentity", string version = "2023-01-31", Azure.Core.AzureLocation? location = default);
new Azure.Provisioning.UserAssignedIdentity : Azure.Provisioning.IConstruct * Azure.Provisioning.ResourceManager.ResourceGroup * string * string * Nullable<Azure.Core.AzureLocation> -> Azure.Provisioning.UserAssignedIdentity
Public Sub New (scope As IConstruct, Optional parent As ResourceGroup = Nothing, Optional name As String = "useridentity", Optional version As String = "2023-01-31", Optional location As Nullable(Of AzureLocation) = Nothing)

Parameters

scope
IConstruct

The scope.

parent
ResourceGroup

The parent.

name
String

The name.

version
String

The version.

location
Nullable<AzureLocation>

The location.

Applies to