SpecializedBlobExtensions.WithClientSideEncryptionOptions 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.
public static Azure.Storage.Blobs.BlobClient WithClientSideEncryptionOptions (this Azure.Storage.Blobs.BlobClient client, Azure.Storage.ClientSideEncryptionOptions clientSideEncryptionOptions);
static member WithClientSideEncryptionOptions : Azure.Storage.Blobs.BlobClient * Azure.Storage.ClientSideEncryptionOptions -> Azure.Storage.Blobs.BlobClient
<Extension()>
Public Function WithClientSideEncryptionOptions (client As BlobClient, clientSideEncryptionOptions As ClientSideEncryptionOptions) As BlobClient
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET