CloudTableClient.SetServicePropertiesAsync Method

Definition

Overloads

SetServicePropertiesAsync(ServiceProperties)

Initiates an asynchronous operation to set the service properties of the Table service.

SetServicePropertiesAsync(ServiceProperties, CancellationToken)

Initiates an asynchronous operation to set the service properties of the Table service.

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext)

Initiates an asynchronous operation to set the service properties of the Table service.

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to set the service properties of the Table service.

SetServicePropertiesAsync(ServiceProperties)

Initiates an asynchronous operation to set the service properties of the Table service.

public virtual System.Threading.Tasks.Task SetServicePropertiesAsync (Microsoft.Azure.Cosmos.Table.ServiceProperties properties);
abstract member SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties -> System.Threading.Tasks.Task
override this.SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties -> System.Threading.Tasks.Task
Public Overridable Function SetServicePropertiesAsync (properties As ServiceProperties) As Task

Parameters

properties
ServiceProperties

A ServiceProperties object.

Returns

A Task object that represents the asynchronous operation.

Applies to

SetServicePropertiesAsync(ServiceProperties, CancellationToken)

Initiates an asynchronous operation to set the service properties of the Table service.

public virtual System.Threading.Tasks.Task SetServicePropertiesAsync (Microsoft.Azure.Cosmos.Table.ServiceProperties properties, System.Threading.CancellationToken cancellationToken);
abstract member SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SetServicePropertiesAsync (properties As ServiceProperties, cancellationToken As CancellationToken) As Task

Parameters

properties
ServiceProperties

A ServiceProperties object.

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for a task to complete.

Returns

A Task object that represents the asynchronous operation.

Applies to

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext)

Initiates an asynchronous operation to set the service properties of the Table service.

public virtual System.Threading.Tasks.Task SetServicePropertiesAsync (Microsoft.Azure.Cosmos.Table.ServiceProperties properties, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task
override this.SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function SetServicePropertiesAsync (properties As ServiceProperties, requestOptions As TableRequestOptions, operationContext As OperationContext) As Task

Parameters

properties
ServiceProperties

A ServiceProperties object.

requestOptions
TableRequestOptions

A TableRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

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

Returns

A Task object that represents the asynchronous operation.

Applies to

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to set the service properties of the Table service.

public virtual System.Threading.Tasks.Task SetServicePropertiesAsync (Microsoft.Azure.Cosmos.Table.ServiceProperties properties, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SetServicePropertiesAsync (properties As ServiceProperties, requestOptions As TableRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameters

properties
ServiceProperties

A ServiceProperties object.

requestOptions
TableRequestOptions

A TableRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

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

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for a task to complete.

Returns

A Task object that represents the asynchronous operation.

Applies to