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