CustomerManagedKeyEncryption 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.
All Customer-managed key encryption properties for the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.CustomerManagedKeyEncryptionTypeConverter))]
public class CustomerManagedKeyEncryption : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.ICustomerManagedKeyEncryption
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.CustomerManagedKeyEncryptionTypeConverter))>]
type CustomerManagedKeyEncryption = class
interface ICustomerManagedKeyEncryption
interface IJsonSerializable
Public Class CustomerManagedKeyEncryption
Implements ICustomerManagedKeyEncryption
- Inheritance
-
CustomerManagedKeyEncryption
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CustomerManagedKeyEncryption() |
Creates an new CustomerManagedKeyEncryption instance. |
Properties
| Name | Description |
|---|---|
| KeyEncryptionKeyIdentityDelegatedIdentityClientId | |
| KeyEncryptionKeyIdentityType |
Values can be systemAssignedIdentity or userAssignedIdentity |
| KeyEncryptionKeyIdentityUserAssignedIdentityResourceId | |
| KeyEncryptionKeyUrl |
key encryption key Url, versioned or non-versioned. Ex: |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomerManagedKeyEncryption. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomerManagedKeyEncryption. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.ICustomerManagedKeyEncryption. |
| FromJsonString(String) |
Creates a new instance of CustomerManagedKeyEncryption, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomerManagedKeyEncryption into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |