VmManagedIdentity Class
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.
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
Azure SDK for .NET