Compartilhar via


CloudTableClient.SetServicePropertiesAsync Método

Definição

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