PrivateCloudIdentity Class

Identity for the virtual machine.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
PrivateCloudIdentity

Constructor

PrivateCloudIdentity(*, type: Optional[Union[str, azure.mgmt.avs.models._avs_client_enums.ResourceIdentityType]] = None, **kwargs)

Parameters

type
str or ResourceIdentityType
Required

The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud. Possible values include: "SystemAssigned", "None".

Variables

principal_id
str

The principal ID of private cloud identity. This property will only be provided for a system assigned identity.

tenant_id
str

The tenant ID associated with the private cloud. This property will only be provided for a system assigned identity.