VirtualMachineIdentity Class
Identity for the virtual machine.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineIdentity
Constructor
VirtualMachineIdentity(*, type: Literal['SystemAssigned'] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The type of identity used for the virtual machine. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity. Default value is "SystemAssigned". |
Variables
Name | Description |
---|---|
principal_id
|
The principal id of virtual machine identity. |
tenant_id
|
The tenant id associated with the virtual machine. |
type
|
The type of identity used for the virtual machine. Currently, the only supported type is 'SystemAssigned', which implicitly creates an identity. Default value is "SystemAssigned". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python