Partager via


CloudTableClient.GetServicePropertiesAsync Méthode

Définition

Surcharges

GetServicePropertiesAsync(TableRequestOptions, OperationContext, CancellationToken)

Lance une opération asynchrone pour obtenir les propriétés de service du service Table.

GetServicePropertiesAsync(TableRequestOptions, OperationContext)

Lance une opération asynchrone pour obtenir les propriétés de service du service Table.

GetServicePropertiesAsync()

Lance une opération asynchrone pour obtenir les propriétés de service du service Table.

GetServicePropertiesAsync(CancellationToken)

Lance une opération asynchrone pour obtenir les propriétés de service du service Table.

GetServicePropertiesAsync(TableRequestOptions, OperationContext, CancellationToken)

Lance une opération asynchrone pour obtenir les propriétés de service du service Table.

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)

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<TResult> de type ServiceProperties qui représente l’opération asynchrone.

S’applique à

GetServicePropertiesAsync(TableRequestOptions, OperationContext)

Lance une opération asynchrone pour obtenir les propriétés de service du service Table.

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)

Paramètres

requestOptions
TableRequestOptions

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

operationContext
OperationContext

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

Retours

Objet Task<TResult> de type ServiceProperties qui représente l’opération asynchrone.

S’applique à

GetServicePropertiesAsync()

Lance une opération asynchrone pour obtenir les propriétés de service du service Table.

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)

Retours

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

S’applique à

GetServicePropertiesAsync(CancellationToken)

Lance une opération asynchrone pour obtenir les propriétés de service du service Table.

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)

Paramètres

cancellationToken
CancellationToken

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

Retours

Objet Task<TResult> de type ServiceProperties qui représente l’opération asynchrone.

S’applique à