StorageAccountKeyVaultProperties 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.
Properties of key vault.
public class StorageAccountKeyVaultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageAccountKeyVaultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageAccountKeyVaultProperties>
public class StorageAccountKeyVaultProperties
type StorageAccountKeyVaultProperties = class
interface IJsonModel<StorageAccountKeyVaultProperties>
interface IPersistableModel<StorageAccountKeyVaultProperties>
type StorageAccountKeyVaultProperties = class
Public Class StorageAccountKeyVaultProperties
Implements IJsonModel(Of StorageAccountKeyVaultProperties), IPersistableModel(Of StorageAccountKeyVaultProperties)
Public Class StorageAccountKeyVaultProperties
- Inheritance
-
StorageAccountKeyVaultProperties
- Implements
Constructors
StorageAccountKeyVaultProperties() |
Initializes a new instance of StorageAccountKeyVaultProperties. |
Properties
CurrentVersionedKeyExpirationTimestamp |
This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption. |
CurrentVersionedKeyIdentifier |
The object identifier of the current versioned Key Vault Key in use. |
KeyName |
The name of KeyVault key. |
KeyVaultUri |
The Uri of KeyVault. |
KeyVersion |
The version of KeyVault key. |
LastKeyRotationTimestamp |
Timestamp of last rotation of the Key Vault Key. |
Explicit Interface Implementations
IJsonModel<StorageAccountKeyVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageAccountKeyVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageAccountKeyVaultProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageAccountKeyVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageAccountKeyVaultProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET