Condividi tramite


KeyVaultIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.KeyVaultIdentityTypeConverter))]
public class KeyVaultIdentity : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IKeyVaultIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.KeyVaultIdentityTypeConverter))>]
type KeyVaultIdentity = class
    interface IKeyVaultIdentity
    interface IJsonSerializable
Public Class KeyVaultIdentity
Implements IKeyVaultIdentity
Inheritance
KeyVaultIdentity
Attributes
Implements

Constructors

KeyVaultIdentity()

Creates an new KeyVaultIdentity instance.

Properties

Id

Resource identity path

Location

The location of the deleted vault.

Name

Name of the managed HSM Pool

OperationKind

Name of the operation

PrivateEndpointConnectionName

Name of the private endpoint connection associated with the key vault.

ResourceGroupName

The name of the Resource Group to which the server belongs.

SubscriptionId

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

VaultName

Name of the vault

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeyVaultIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeyVaultIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IKeyVaultIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeyVaultIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to