Partager via


CloudTableClient.SetServicePropertiesAsync Méthode

Définition

Surcharges

SetServicePropertiesAsync(ServiceProperties)

Lance une opération asynchrone pour définir les propriétés du service Table.

SetServicePropertiesAsync(ServiceProperties, CancellationToken)

Lance une opération asynchrone pour définir les propriétés du service Table.

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext)

Lance une opération asynchrone pour définir les propriétés du service Table.

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)

Lance une opération asynchrone pour définir les propriétés du service Table.

SetServicePropertiesAsync(ServiceProperties)

Lance une opération asynchrone pour définir les propriétés du service Table.

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

Paramètres

Retours

Objet Task qui représente l’opération asynchrone.

S’applique à

SetServicePropertiesAsync(ServiceProperties, CancellationToken)

Lance une opération asynchrone pour définir les propriétés du service Table.

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

Paramètres

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

Objet Task qui représente l’opération asynchrone.

S’applique à

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext)

Lance une opération asynchrone pour définir les propriétés du service Table.

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

Paramètres

requestOptions
TableRequestOptions

Objet TableRequestOptions qui spécifie les options supplémentaires de la demande.

operationContext
OperationContext

Objet OperationContext qui représente le contexte de l'opération actuelle.

Retours

Objet Task qui représente l’opération asynchrone.

S’applique à

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)

Lance une opération asynchrone pour définir les propriétés du service Table.

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

Paramètres

requestOptions
TableRequestOptions

Objet TableRequestOptions qui spécifie les options supplémentaires de la demande.

operationContext
OperationContext

Objet OperationContext qui représente le contexte de l'opération actuelle.

cancellationToken
CancellationToken

CancellationToken à observer en attendant qu'une tâche se termine.

Retours

Objet Task qui représente l’opération asynchrone.

S’applique à