VirtualMachineScaleSetIdentity Class
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.
Identity for the virtual machine scale set.
public class VirtualMachineScaleSetIdentity
type VirtualMachineScaleSetIdentity = class
Public Class VirtualMachineScaleSetIdentity
- Inheritance
-
System.ObjectVirtualMachineScaleSetIdentity
Constructors
VirtualMachineScaleSetIdentity() |
Initializes a new instance of the VirtualMachineScaleSetIdentity class. |
Properties
PrincipalId |
Gets the principal id of virtual machine scale set identity. |
TenantId |
Gets the tenant id associated with the virtual machine scale set. |
Type |
Gets or sets the type of identity used for the virtual machine scale set. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity. Possible values include: 'SystemAssigned' |