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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET