TableServicesOperationsExtensions Class
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.
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
Azure SDK for .NET