다음을 통해 공유


KeyVaultProperties Class

Definition

Settings concerning key vault encryption for a configuration store.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.KeyVaultPropertiesTypeConverter))]
public class KeyVaultProperties : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IKeyVaultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.KeyVaultPropertiesTypeConverter))>]
type KeyVaultProperties = class
    interface IKeyVaultProperties
    interface IJsonSerializable
Public Class KeyVaultProperties
Implements IKeyVaultProperties
Inheritance
KeyVaultProperties
Attributes
Implements

Constructors

KeyVaultProperties()

Creates an new KeyVaultProperties instance.

Properties

IdentityClientId

The client id of the identity which will be used to access key vault.

KeyIdentifier

The URI of the key vault key used to encrypt data.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeyVaultProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeyVaultProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IKeyVaultProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeyVaultProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to