次の方法で共有


VirtualMachineScaleSetIdentity Constructors

Definition

Overloads

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

VirtualMachineScaleSetIdentity()

public VirtualMachineScaleSetIdentity ();
Public Sub New ()

Applies to

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

public VirtualMachineScaleSetIdentity (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.VirtualMachineScaleSetIdentity : 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.VirtualMachineScaleSetIdentity
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