CloudTableClient.GetServicePropertiesAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetServicePropertiesAsync(TableRequestOptions, OperationContext, CancellationToken) |
Inicia uma operação assíncrona para obter as propriedades de serviço do serviço Tabela. |
GetServicePropertiesAsync(TableRequestOptions, OperationContext) |
Inicia uma operação assíncrona para obter as propriedades de serviço do serviço Tabela. |
GetServicePropertiesAsync() |
Inicia uma operação assíncrona para obter as propriedades de serviço do serviço Tabela. |
GetServicePropertiesAsync(CancellationToken) |
Inicia uma operação assíncrona para obter as propriedades de serviço do serviço Tabela. |
GetServicePropertiesAsync(TableRequestOptions, OperationContext, CancellationToken)
Inicia uma operação assíncrona para obter as propriedades de serviço do serviço Tabela.
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)
Parâmetros
- requestOptions
- TableRequestOptions
Um objeto TableRequestOptions que especifica opções adicionais para a solicitação.
- operationContext
- OperationContext
Um objeto OperationContext que representa o contexto da operação atual.
- cancellationToken
- CancellationToken
Um CancellationToken a ser observado ao aguardar a conclusão da tarefa.
Retornos
Um objeto Task<TResult> do tipo ServiceProperties que representa a operação assíncrona.
Aplica-se a
GetServicePropertiesAsync(TableRequestOptions, OperationContext)
Inicia uma operação assíncrona para obter as propriedades de serviço do serviço Tabela.
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)
Parâmetros
- requestOptions
- TableRequestOptions
Um objeto TableRequestOptions que especifica opções adicionais para a solicitação.
- operationContext
- OperationContext
Um objeto Microsoft.Azure.Cosmos.OperationContext que representa o contexto da operação atual.
Retornos
Um objeto Task<TResult> do tipo ServiceProperties que representa a operação assíncrona.
Aplica-se a
GetServicePropertiesAsync()
Inicia uma operação assíncrona para obter as propriedades de serviço do serviço Tabela.
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)
Retornos
Um objeto Task<TResult> que representa a operação assíncrona.
Aplica-se a
GetServicePropertiesAsync(CancellationToken)
Inicia uma operação assíncrona para obter as propriedades de serviço do serviço Tabela.
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)
Parâmetros
- cancellationToken
- CancellationToken
Um CancellationToken a ser observado ao aguardar a conclusão da tarefa.
Retornos
Um objeto Task<TResult> do tipo ServiceProperties que representa a operação assíncrona.
Aplica-se a
Azure SDK for .NET