EncryptionScopeKeyVaultProperties 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.
The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.EncryptionScopeKeyVaultPropertiesTypeConverter))]
public class EncryptionScopeKeyVaultProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEncryptionScopeKeyVaultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.EncryptionScopeKeyVaultPropertiesTypeConverter))>]
type EncryptionScopeKeyVaultProperties = class
interface IEncryptionScopeKeyVaultProperties
interface IJsonSerializable
Public Class EncryptionScopeKeyVaultProperties
Implements IEncryptionScopeKeyVaultProperties
- Inheritance
-
EncryptionScopeKeyVaultProperties
- Attributes
- Implements
Constructors
EncryptionScopeKeyVaultProperties() |
Creates an new EncryptionScopeKeyVaultProperties instance. |
Properties
CurrentVersionedKeyIdentifier |
The object identifier of the current versioned Key Vault Key in use. |
KeyUri |
The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope. |
LastKeyRotationTimestamp |
Timestamp of last rotation of the Key Vault Key. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EncryptionScopeKeyVaultProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EncryptionScopeKeyVaultProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEncryptionScopeKeyVaultProperties. |
FromJsonString(String) |
Creates a new instance of EncryptionScopeKeyVaultProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EncryptionScopeKeyVaultProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |