Share via


TableServiceClient.SetPropertiesAsync Método

Definição

Define propriedades para o ponto de extremidade de serviço Tabela de uma conta, incluindo propriedades para regras de Análise e CORS (Compartilhamento de Recursos entre Origens).

public virtual System.Threading.Tasks.Task<Azure.Response> SetPropertiesAsync (Azure.Data.Tables.Models.TableServiceProperties properties, System.Threading.CancellationToken cancellationToken = default);
abstract member SetPropertiesAsync : Azure.Data.Tables.Models.TableServiceProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.SetPropertiesAsync : Azure.Data.Tables.Models.TableServiceProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function SetPropertiesAsync (properties As TableServiceProperties, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parâmetros

properties
TableServiceProperties

As propriedades do Serviço tabela.

cancellationToken
CancellationToken

Um CancellationToken que controla o tempo de vida da solicitação.

Retornos

O Response que indica o resultado da operação.

Aplica-se a