Freigeben über


Encryption Class

Definition

[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: 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

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.

Applies to