Udostępnij za pośrednictwem


ClientEncryptionKeyGetPropertiesResource Constructors

Definition

Overloads

ClientEncryptionKeyGetPropertiesResource()

Initializes a new instance of the ClientEncryptionKeyGetPropertiesResource class.

ClientEncryptionKeyGetPropertiesResource(String, String, Byte[], KeyWrapMetadata, String, Nullable<Double>, String)

Initializes a new instance of the ClientEncryptionKeyGetPropertiesResource class.

ClientEncryptionKeyGetPropertiesResource()

Initializes a new instance of the ClientEncryptionKeyGetPropertiesResource class.

public ClientEncryptionKeyGetPropertiesResource ();
Public Sub New ()

Applies to

ClientEncryptionKeyGetPropertiesResource(String, String, Byte[], KeyWrapMetadata, String, Nullable<Double>, String)

Initializes a new instance of the ClientEncryptionKeyGetPropertiesResource class.

public ClientEncryptionKeyGetPropertiesResource (string id = default, string encryptionAlgorithm = default, byte[] wrappedDataEncryptionKey = default, Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata keyWrapMetadata = default, string rid = default, double? ts = default, string etag = default);
new Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionKeyGetPropertiesResource : string * string * byte[] * Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata * string * Nullable<double> * string -> Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionKeyGetPropertiesResource
Public Sub New (Optional id As String = Nothing, Optional encryptionAlgorithm As String = Nothing, Optional wrappedDataEncryptionKey As Byte() = Nothing, Optional keyWrapMetadata As KeyWrapMetadata = Nothing, Optional rid As String = Nothing, Optional ts As Nullable(Of Double) = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Name of the ClientEncryptionKey

encryptionAlgorithm
String

Encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data.

wrappedDataEncryptionKey
Byte[]

Wrapped (encrypted) form of the key represented as a byte array.

keyWrapMetadata
KeyWrapMetadata

Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.

rid
String

A system generated property. A unique identifier.

ts
Nullable<Double>

A system generated property that denotes the last updated timestamp of the resource.

etag
String

A system generated property representing the resource etag required for optimistic concurrency control.

Applies to