Compartir a través de


TableServiceClient.SetProperties Método

Definición

Establece las propiedades para el punto de conexión de Table service de una cuenta, incluidas las propiedades de las reglas analytics y CORS (uso compartido de recursos entre orígenes).

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

Parámetros

properties
TableServiceProperties

Las propiedades de Table Service.

cancellationToken
CancellationToken

Control CancellationToken de la duración de la solicitud.

Devoluciones

que Response indica el resultado de la operación.

Se aplica a