共用方式為


EncryptionProperties Class

Definition

The encryption settings on the volume group.

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

Constructors

EncryptionProperties()

Creates an new EncryptionProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EncryptionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EncryptionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IEncryptionProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EncryptionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to