| Modifier and Type | Field and Description |
|---|---|
static DiskEncryptionSetIdentityType |
DiskEncryptionSetIdentityType.SYSTEM_ASSIGNED
Static value SystemAssigned for DiskEncryptionSetIdentityType.
|
| Modifier and Type | Method and Description |
|---|---|
static DiskEncryptionSetIdentityType |
DiskEncryptionSetIdentityType.fromString(String name)
Creates or finds a DiskEncryptionSetIdentityType from its string representation.
|
DiskEncryptionSetIdentityType |
EncryptionSetIdentity.type()
Get the type of Managed Identity used by the DiskEncryptionSet.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<DiskEncryptionSetIdentityType> |
DiskEncryptionSetIdentityType.values() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionSetIdentity |
EncryptionSetIdentity.withType(DiskEncryptionSetIdentityType type)
Set the type of Managed Identity used by the DiskEncryptionSet.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/