TableServicesOperations interface
TableServices操作を表すインターフェース。
プロパティ
| get |
ストレージアカウントのTableサービスのプロパティを取得し、Storage AnalyticsやCORS(Cross-Origin Resource Sharing)ルールのプロパティも含まれます。 |
| list | ストレージ アカウントのすべてのテーブル サービスを一覧表示します。 |
| set |
ストレージアカウントのTableサービスのプロパティを設定し、Storage AnalyticsやCORS(Cross-Origin Resource Sharing)ルールのプロパティも含まれます。 |
プロパティの詳細
getServiceProperties
ストレージアカウントのTableサービスのプロパティを取得し、Storage AnalyticsやCORS(Cross-Origin Resource Sharing)ルールのプロパティも含まれます。
getServiceProperties: (resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams) => Promise<TableServiceProperties>
プロパティ値
(resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams) => Promise<TableServiceProperties>
list
ストレージ アカウントのすべてのテーブル サービスを一覧表示します。
list: (resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams) => Promise<ListTableServices>
プロパティ値
(resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams) => Promise<ListTableServices>
setServiceProperties
ストレージアカウントのTableサービスのプロパティを設定し、Storage AnalyticsやCORS(Cross-Origin Resource Sharing)ルールのプロパティも含まれます。
setServiceProperties: (resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams) => Promise<TableServiceProperties>
プロパティ値
(resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams) => Promise<TableServiceProperties>