ITableServicesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TableServicesOperations operations.
public interface ITableServicesOperations
type ITableServicesOperations = interface
Public Interface ITableServicesOperations
Methods
GetServicePropertiesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
List all table services for the storage account. |
SetServicePropertiesWithHttpMessagesAsync(String, String, CorsRules, Dictionary<String,List<String>>, CancellationToken) |
Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
Extension 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
Azure SDK for .NET