PrivateCloudIdentity 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.
public class PrivateCloudIdentity
type PrivateCloudIdentity = class
Public Class PrivateCloudIdentity
- Inheritance
-
PrivateCloudIdentity
Constructors
PrivateCloudIdentity() |
Initializes a new instance of the PrivateCloudIdentity class. |
PrivateCloudIdentity(String, String, String) |
Initializes a new instance of the PrivateCloudIdentity class. |
Properties
PrincipalId |
Gets the principal ID of private cloud identity. This property will only be provided for a system assigned identity. |
TenantId |
Gets the tenant ID associated with the private cloud. This property will only be provided for a system assigned identity. |
Type |
Gets or sets 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' |
Applies to
Azure SDK for .NET