TableServicesOperations interface
Interface representing a TableServices operations.
Properties
| get |
Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
| list | List all table services for the storage account. |
| set |
Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. |
Property Details
getServiceProperties
Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
getServiceProperties: (resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams) => Promise<TableServiceProperties>
Property Value
(resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams) => Promise<TableServiceProperties>
list
List all table services for the storage account.
list: (resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams) => Promise<ListTableServices>
Property Value
(resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams) => Promise<ListTableServices>
setServiceProperties
Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
setServiceProperties: (resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams) => Promise<TableServiceProperties>
Property Value
(resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams) => Promise<TableServiceProperties>