Sdílet prostřednictvím


VirtualMachineIdentity Constructors

Definition

Overloads

VirtualMachineIdentity()
VirtualMachineIdentity(String, String, Nullable<ResourceIdentityType>, IList<String>)

VirtualMachineIdentity()

public VirtualMachineIdentity ();
Public Sub New ()

Applies to

VirtualMachineIdentity(String, String, Nullable<ResourceIdentityType>, IList<String>)

public VirtualMachineIdentity (string principalId = default, string tenantId = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceIdentityType? type = default, System.Collections.Generic.IList<string> identityIds = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineIdentity : string * string * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceIdentityType> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing, Optional identityIds As IList(Of String) = Nothing)

Parameters

principalId
String
tenantId
String
identityIds
IList<String>

Applies to