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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET