Azure CloudBlobClient SetServiceProperties Method

Download Azure Cloud Connect Setup File
Download Azure Cloud Connect Zip File

Sets service properties for the Blob service.

[Microsoft.Azure.Storage.DoesServiceRequest]  
public virtual void SetServiceProperties 
(Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties properties, 
Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions = default, 
Microsoft.Azure.Storage.OperationContext operationContext = default);

Parameters

properties
ServiceProperties

ServiceProperties object.

requestOptions
BlobRequestOptions

BlobRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

Attributes