Freigeben über


CloudTableClient.GetServicePropertiesAsync Methode

Definition

Überlädt

GetServicePropertiesAsync(TableRequestOptions, OperationContext, CancellationToken)

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

GetServicePropertiesAsync(TableRequestOptions, OperationContext)

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

GetServicePropertiesAsync()

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

GetServicePropertiesAsync(CancellationToken)

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

GetServicePropertiesAsync(TableRequestOptions, OperationContext, CancellationToken)

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

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

Parameter

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<TResult>-Objekt vom Typ ServiceProperties, das den asynchronen Vorgang darstellt.

Gilt für:

GetServicePropertiesAsync(TableRequestOptions, OperationContext)

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

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

Parameter

requestOptions
TableRequestOptions

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

operationContext
OperationContext

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

Gibt zurück

Ein Task<TResult>-Objekt vom Typ ServiceProperties, das den asynchronen Vorgang darstellt.

Gilt für:

GetServicePropertiesAsync()

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

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

Gibt zurück

Ein Task<TResult>-Objekt, das den asynchronen Vorgang darstellt.

Gilt für:

GetServicePropertiesAsync(CancellationToken)

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

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

Parameter

cancellationToken
CancellationToken

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

Gibt zurück

Ein Task<TResult>-Objekt vom Typ ServiceProperties, das den asynchronen Vorgang darstellt.

Gilt für: