public class EncryptionSetIdentity extends Object
| Constructor and Description |
|---|
EncryptionSetIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
principalId()
Get the object id of the Managed Identity Resource.
|
String |
tenantId()
Get the tenant id of the Managed Identity Resource.
|
DiskEncryptionSetIdentityType |
type()
Get the type of Managed Identity used by the DiskEncryptionSet.
|
EncryptionSetIdentity |
withType(DiskEncryptionSetIdentityType type)
Set the type of Managed Identity used by the DiskEncryptionSet.
|
public DiskEncryptionSetIdentityType type()
public EncryptionSetIdentity withType(DiskEncryptionSetIdentityType type)
type - the type value to setpublic String principalId()
public String tenantId()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/