Share via


KeyVaultKeyReference Class

Definition

Describes a reference to key vault key.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.KeyVaultKeyReferenceTypeConverter))]
public class KeyVaultKeyReference : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IKeyVaultKeyReference
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.KeyVaultKeyReferenceTypeConverter))>]
type KeyVaultKeyReference = class
    interface IKeyVaultKeyReference
    interface IJsonSerializable
Public Class KeyVaultKeyReference
Implements IKeyVaultKeyReference
Inheritance
KeyVaultKeyReference
Attributes
Implements

Constructors

KeyVaultKeyReference()

Creates an new KeyVaultKeyReference instance.

Properties

KeyUrl

The URL referencing a key encryption key in key vault.

SourceVaultId

Resource Id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeyVaultKeyReference.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeyVaultKeyReference.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IKeyVaultKeyReference.

FromJsonString(String)

Creates a new instance of KeyVaultKeyReference, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeyVaultKeyReference into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to