Share via


VmManagedIdentity Constructors

Definition

Overloads

VmManagedIdentity()

Initializes a new instance of the VmManagedIdentity class.

VmManagedIdentity(IList<String>)

Initializes a new instance of the VmManagedIdentity class.

VmManagedIdentity()

Initializes a new instance of the VmManagedIdentity class.

public VmManagedIdentity ();
Public Sub New ()

Applies to

VmManagedIdentity(IList<String>)

Initializes a new instance of the VmManagedIdentity class.

public VmManagedIdentity (System.Collections.Generic.IList<string> userAssignedIdentities = default);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmManagedIdentity : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.VmManagedIdentity
Public Sub New (Optional userAssignedIdentities As IList(Of String) = Nothing)

Parameters

userAssignedIdentities
IList<String>

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