public class EncryptionSetIdentity extends Object
Constructor and Description |
---|
EncryptionSetIdentity() |
Modifier and Type | Method and Description |
---|---|
String |
principalId()
Get the principalId property: The object id of the Managed Identity Resource.
|
String |
tenantId()
Get the tenantId property: The tenant id of the Managed Identity Resource.
|
DiskEncryptionSetIdentityType |
type()
Get the type property: The type of Managed Identity used by the DiskEncryptionSet.
|
void |
validate()
Validates the instance.
|
EncryptionSetIdentity |
withType(DiskEncryptionSetIdentityType type)
Set the type property: The type of Managed Identity used by the DiskEncryptionSet.
|
public DiskEncryptionSetIdentityType type()
public EncryptionSetIdentity withType(DiskEncryptionSetIdentityType type)
type
- the type value to set.public String principalId()
public String tenantId()
public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.