CloudTableClient.SetServicePropertiesAsync 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
SetServicePropertiesAsync(ServiceProperties) |
Inicia uma operação assíncrona para definir as propriedades de serviço do serviço Tabela. |
SetServicePropertiesAsync(ServiceProperties, CancellationToken) |
Inicia uma operação assíncrona para definir as propriedades de serviço do serviço Tabela. |
SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext) |
Inicia uma operação assíncrona para definir as propriedades de serviço do serviço Tabela. |
SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken) |
Inicia uma operação assíncrona para definir as propriedades de serviço do serviço Tabela. |
SetServicePropertiesAsync(ServiceProperties)
Inicia uma operação assíncrona para definir as propriedades de serviço do serviço Tabela.
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
Parâmetros
- properties
- ServiceProperties
Um objeto ServiceProperties.
Retornos
Um objeto Task que representa a operação assíncrona.
Aplica-se a
SetServicePropertiesAsync(ServiceProperties, CancellationToken)
Inicia uma operação assíncrona para definir as propriedades de serviço do serviço Tabela.
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
Parâmetros
- properties
- ServiceProperties
Um objeto ServiceProperties.
- cancellationToken
- CancellationToken
Um CancellationToken a ser observado ao aguardar a conclusão da tarefa.
Retornos
Um objeto Task que representa a operação assíncrona.
Aplica-se a
SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext)
Inicia uma operação assíncrona para definir as propriedades de serviço do serviço Tabela.
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
Parâmetros
- properties
- ServiceProperties
Um objeto ServiceProperties.
- 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.
Retornos
Um objeto Task que representa a operação assíncrona.
Aplica-se a
SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)
Inicia uma operação assíncrona para definir as propriedades de serviço do serviço Tabela.
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
Parâmetros
- properties
- ServiceProperties
Um objeto ServiceProperties.
- 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 que representa a operação assíncrona.
Aplica-se a
Azure SDK for .NET