CloudBlobClient.SetServicePropertiesAsync Method (ServiceProperties, BlobRequestOptions, OperationContext) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobClient.::..SetServicePropertiesAsync Method (ServiceProperties, BlobRequestOptions, OperationContext)(ServiceProperties^, BlobRequestOptions^, OperationContext^)(ServiceProperties, BlobRequestOptions, OperationContext)(ServiceProperties, BlobRequestOptions, OperationContext)
Initiates an asynchronous operation that sets service properties for the Blob service.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute]
public virtual Task SetServicePropertiesAsync(
ServiceProperties properties,
BlobRequestOptions requestOptions,
OperationContext operationContext
)
C++
public:
[DoesServiceRequestAttribute]
virtual Task^ SetServicePropertiesAsync(
ServiceProperties^ properties,
BlobRequestOptions^ requestOptions,
OperationContext^ operationContext
)
[<DoesServiceRequestAttribute>]
abstract SetServicePropertiesAsync :
properties:ServiceProperties *
requestOptions:BlobRequestOptions *
operationContext:OperationContext -> Task
[<DoesServiceRequestAttribute>]
override SetServicePropertiesAsync :
properties:ServiceProperties *
requestOptions:BlobRequestOptions *
operationContext:OperationContext -> Task
<DoesServiceRequestAttribute>
Public Overridable Function SetServicePropertiesAsync (
properties As ServiceProperties,
requestOptions As BlobRequestOptions,
operationContext As OperationContext
) As Task
Parameters
- properties
-
Type:
Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::ServiceProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties
A ServiceProperties object.
- requestOptions
-
Type:
Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptionsMicrosoft.WindowsAzure.Storage.Blob::BlobRequestOptions^Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptionsMicrosoft.WindowsAzure.Storage.Blob.BlobRequestOptions
A BlobRequestOptions object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
Return Value
Type:
System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task object that represents the asynchronous operation.
See Also
SetServicePropertiesAsync Overload
CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace
Return to top
Initiates an asynchronous operation that sets service properties for the Blob service.
Syntax
[DoesServiceRequestAttribute] public virtual Task SetServicePropertiesAsync( ServiceProperties properties, BlobRequestOptions requestOptions, OperationContext operationContext )
C++
public: [DoesServiceRequestAttribute] virtual Task^ SetServicePropertiesAsync( ServiceProperties^ properties, BlobRequestOptions^ requestOptions, OperationContext^ operationContext )
[<DoesServiceRequestAttribute>] abstract SetServicePropertiesAsync : properties:ServiceProperties * requestOptions:BlobRequestOptions * operationContext:OperationContext -> Task [<DoesServiceRequestAttribute>] override SetServicePropertiesAsync : properties:ServiceProperties * requestOptions:BlobRequestOptions * operationContext:OperationContext -> Task
<DoesServiceRequestAttribute> Public Overridable Function SetServicePropertiesAsync ( properties As ServiceProperties, requestOptions As BlobRequestOptions, operationContext As OperationContext ) As Task
Parameters
- properties
-
Type:
Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::ServiceProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties
A ServiceProperties object.
- requestOptions
-
Type:
Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptionsMicrosoft.WindowsAzure.Storage.Blob::BlobRequestOptions^Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptionsMicrosoft.WindowsAzure.Storage.Blob.BlobRequestOptions
A BlobRequestOptions object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task object that represents the asynchronous operation.
See Also
SetServicePropertiesAsync Overload
CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace