다음을 통해 공유


VmManagedIdentity Class

Definition

Identities for the virtual machine scale set under the node type.

public class VmManagedIdentity
type VmManagedIdentity = class
Public Class VmManagedIdentity
Inheritance
VmManagedIdentity

Constructors

VmManagedIdentity()

Initializes a new instance of the VmManagedIdentity class.

VmManagedIdentity(IList<String>)

Initializes a new instance of the VmManagedIdentity class.

Properties

UserAssignedIdentities

Gets or sets the list of user identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Applies to