Condividi tramite


KeyVaultProperties Class

Definition

Properties of key vault.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.KeyVaultPropertiesTypeConverter))]
public class KeyVaultProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IKeyVaultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.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

KeyName

The name of KeyVault key.

KeyVaultUri

The Uri of KeyVault.

KeyVersion

The version of KeyVault key.

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.Functions.Models.Api20190401.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.

Applies to