Freigeben über


CloudTableClient.SetServicePropertiesAsync Methode

Definition

Überlädt

SetServicePropertiesAsync(ServiceProperties)

Initiiert einen asynchronen Vorgang zum Festlegen der Diensteigenschaften des Table-Diensts.

SetServicePropertiesAsync(ServiceProperties, CancellationToken)

Initiiert einen asynchronen Vorgang zum Festlegen der Diensteigenschaften des Table-Diensts.

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Festlegen der Diensteigenschaften des Table-Diensts.

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Festlegen der Diensteigenschaften des Table-Diensts.

SetServicePropertiesAsync(ServiceProperties)

Initiiert einen asynchronen Vorgang zum Festlegen der Diensteigenschaften des Table-Diensts.

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

Parameter

properties
ServiceProperties

Ein ServiceProperties-Objekt.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Gilt für:

SetServicePropertiesAsync(ServiceProperties, CancellationToken)

Initiiert einen asynchronen Vorgang zum Festlegen der Diensteigenschaften des Table-Diensts.

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

Parameter

properties
ServiceProperties

Ein ServiceProperties-Objekt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Gilt für:

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Festlegen der Diensteigenschaften des Table-Diensts.

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

Parameter

properties
ServiceProperties

Ein ServiceProperties-Objekt.

requestOptions
TableRequestOptions

Ein TableRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Gilt für:

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Festlegen der Diensteigenschaften des Table-Diensts.

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

Parameter

properties
ServiceProperties

Ein ServiceProperties-Objekt.

requestOptions
TableRequestOptions

Ein TableRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Gilt für: