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.Api20240501Preview.EncryptionTypeConverter))]
public class Encryption : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IEncryption
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.EncryptionTypeConverter))>]
type Encryption = class
interface IEncryption
interface IJsonSerializable
Public Class Encryption
Implements IEncryption
- Inheritance
-
Encryption
- Attributes
- Implements
Constructors
Encryption() |
Creates an new Encryption instance. |
Properties
CustomerManagedKeyEncryptionKeyUrl |
key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. |
KeyEncryptionKeyIdentityDelegatedIdentityClientId | |
KeyEncryptionKeyIdentityType |
Values can be systemAssignedIdentity or userAssignedIdentity |
KeyEncryptionKeyIdentityUserAssignedIdentityResourceId |
Methods
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.Api20240501Preview.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. |