VmManagedIdentity Constructors
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.
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
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