EncryptionKeyVaultProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EncryptionKeyVaultPropertiesTypeConverter))]
public class EncryptionKeyVaultProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEncryptionKeyVaultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |