共用方式為


IEncryptionProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.EncryptionPropertiesTypeConverter))]
public interface IEncryptionProperties : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.EncryptionPropertiesTypeConverter))>]
type IEncryptionProperties = interface
    interface IJsonSerializable
Public Interface IEncryptionProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

EncryptionIdentityEncryptionUserAssignedIdentity

Resource identifier of the UserAssigned identity to be associated with server-side encryption on the volume group.

KeyVaultPropertyCurrentVersionedKeyExpirationTimestamp

This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption.

KeyVaultPropertyCurrentVersionedKeyIdentifier

The object identifier of the current versioned Key Vault Key in use.

KeyVaultPropertyKeyName

The name of KeyVault key.

KeyVaultPropertyKeyVaultUri

The Uri of KeyVault.

KeyVaultPropertyKeyVersion

The version of KeyVault key.

KeyVaultPropertyLastKeyRotationTimestamp

Timestamp of last rotation of the Key Vault Key.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to