Aracılığıyla paylaş


EncryptionKeyVaultProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.EncryptionKeyVaultPropertiesTypeConverter))]
public class EncryptionKeyVaultProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IEncryptionKeyVaultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.EncryptionKeyVaultPropertiesTypeConverter))>]
type EncryptionKeyVaultProperties = class
    interface IEncryptionKeyVaultProperties
    interface IJsonSerializable
Public Class EncryptionKeyVaultProperties
Implements IEncryptionKeyVaultProperties
Inheritance
EncryptionKeyVaultProperties
Attributes
Implements

Constructors

EncryptionKeyVaultProperties()

Creates an new EncryptionKeyVaultProperties instance.

Properties

IdentityClientId

For future use - The client id of the identity which will be used to access key vault.

KeyIdentifier

Key vault uri to access the encryption key.

KeyVaultArmId

The ArmId of the keyVault where the customer owned encryption key is present.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EncryptionKeyVaultProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EncryptionKeyVaultProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IEncryptionKeyVaultProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EncryptionKeyVaultProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to