Share via


TableServicesOperationsExtensions Class

Definition

Extension methods for TableServicesOperations.

public static class TableServicesOperationsExtensions
type TableServicesOperationsExtensions = class
Public Module TableServicesOperationsExtensions
Inheritance
TableServicesOperationsExtensions

Methods

GetServiceProperties(ITableServicesOperations, String, String)

Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.

GetServicePropertiesAsync(ITableServicesOperations, String, String, CancellationToken)

Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.

List(ITableServicesOperations, String, String)

List all table services for the storage account.

ListAsync(ITableServicesOperations, String, String, CancellationToken)

List all table services for the storage account.

SetServiceProperties(ITableServicesOperations, String, String, CorsRules)

Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.

SetServicePropertiesAsync(ITableServicesOperations, String, String, CorsRules, CancellationToken)

Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.

Applies to