Compartilhar via


PSSqlClientEncryptionKeyGetPropertiesResource Constructors

Definition

Overloads

PSSqlClientEncryptionKeyGetPropertiesResource()

public PSSqlClientEncryptionKeyGetPropertiesResource();
Public Sub New ()

Applies to

PSSqlClientEncryptionKeyGetPropertiesResource(ClientEncryptionKeyGetPropertiesResource)

public PSSqlClientEncryptionKeyGetPropertiesResource(Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionKeyGetPropertiesResource clientEncryptionKeyGetPropertiesResource);
new Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource : Microsoft.Azure.Management.CosmosDB.Models.ClientEncryptionKeyGetPropertiesResource -> Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource
Public Sub New (clientEncryptionKeyGetPropertiesResource As ClientEncryptionKeyGetPropertiesResource)

Parameters

clientEncryptionKeyGetPropertiesResource
ClientEncryptionKeyGetPropertiesResource

Applies to