VirtualMachineScaleSetIdentity 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
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
- type
- Nullable<ResourceIdentityType>