Share via


AzureKeyVaultProperties Class

Definition

The resource properties when type is Azure Key Vault

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.AzureKeyVaultPropertiesTypeConverter))]
public class AzureKeyVaultProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IAzureKeyVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.AzureKeyVaultPropertiesTypeConverter))>]
type AzureKeyVaultProperties = class
    interface IAzureKeyVaultProperties
    interface IJsonSerializable
    interface IAzureResourcePropertiesBase
    interface IValidates
Public Class AzureKeyVaultProperties
Implements IAzureKeyVaultProperties, IValidates
Inheritance
AzureKeyVaultProperties
Attributes
Implements

Constructors

AzureKeyVaultProperties()

Creates an new AzureKeyVaultProperties instance.

Properties

ConnectAsKubernetesCsiDriver

True if connect via Kubernetes CSI Driver.

Type

The azure resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureKeyVaultProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureKeyVaultProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IAzureKeyVaultProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureKeyVaultProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to