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