| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| 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 property: The type of Managed Identity used by the DiskEncryptionSet.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionSetIdentity |
EncryptionSetIdentity.withType(DiskEncryptionSetIdentityType type)
Set the type property: The type of Managed Identity used by the DiskEncryptionSet.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.