DevCenterEncryptionSetData 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.
Represents a devcenter encryption set resource.
public class DevCenterEncryptionSetData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevCenter.DevCenterEncryptionSetData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevCenter.DevCenterEncryptionSetData>
type DevCenterEncryptionSetData = class
inherit TrackedResourceData
interface IJsonModel<DevCenterEncryptionSetData>
interface IPersistableModel<DevCenterEncryptionSetData>
Public Class DevCenterEncryptionSetData
Inherits TrackedResourceData
Implements IJsonModel(Of DevCenterEncryptionSetData), IPersistableModel(Of DevCenterEncryptionSetData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterEncryptionSetData(AzureLocation) |
Initializes a new instance of DevCenterEncryptionSetData. |
Properties
| Name | Description |
|---|---|
| DevboxDisksEncryptionEnableStatus |
Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption using DevCenter CMK is enabled or not. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Identity |
Managed identity properties. |
| KeyEncryptionKeyIdentity |
The managed identity configuration used for key vault access. |
| KeyEncryptionKeyUri |
Key encryption key Url, versioned or non-versioned. Ex: |
| Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
| Name |
The name of the resource. (Inherited from ResourceData) |
| ProvisioningState |
The provisioning state of the resource. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| Tags |
Resource tags. (Inherited from TrackedResourceData) |