BlobClient.WithClientSideEncryptionOptionsCore Method
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.
Creates a new instance of the BlobClient class, maintaining all the same internals but specifying new ClientSideEncryptionOptions.
protected internal virtual Azure.Storage.Blobs.BlobClient WithClientSideEncryptionOptionsCore (Azure.Storage.ClientSideEncryptionOptions clientSideEncryptionOptions);
abstract member WithClientSideEncryptionOptionsCore : Azure.Storage.ClientSideEncryptionOptions -> Azure.Storage.Blobs.BlobClient
override this.WithClientSideEncryptionOptionsCore : Azure.Storage.ClientSideEncryptionOptions -> Azure.Storage.Blobs.BlobClient
Protected Friend Overridable Function WithClientSideEncryptionOptionsCore (clientSideEncryptionOptions As ClientSideEncryptionOptions) As BlobClient
Parameters
- clientSideEncryptionOptions
- ClientSideEncryptionOptions
New encryption options. Setting this to default
will clear client-side encryption.
Returns
New instance with provided options and same internals otherwise.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET