ITableServicesOperations インターフェイス

定義

TableServicesOperations 操作。

public interface ITableServicesOperations
type ITableServicesOperations = interface
Public Interface ITableServicesOperations

メソッド

GetServicePropertiesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Storage Analyticsおよび CORS (クロスオリジン リソース共有) ルールのプロパティを含む、ストレージ アカウントの Table サービスのプロパティを取得します。

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

ストレージ アカウントのすべてのテーブル サービスを一覧表示します。

SetServicePropertiesWithHttpMessagesAsync(String, String, CorsRules, Dictionary<String,List<String>>, CancellationToken)

Storage Analyticsおよび CORS (クロスオリジン リソース共有) ルールのプロパティを含む、ストレージ アカウントの Table サービスのプロパティを設定します。

拡張メソッド

GetServiceProperties(ITableServicesOperations, String, String)

Storage Analyticsおよび CORS (クロスオリジン リソース共有) ルールのプロパティを含む、ストレージ アカウントの Table サービスのプロパティを取得します。

GetServicePropertiesAsync(ITableServicesOperations, String, String, CancellationToken)

Storage Analyticsおよび CORS (クロスオリジン リソース共有) ルールのプロパティを含む、ストレージ アカウントの Table サービスのプロパティを取得します。

List(ITableServicesOperations, String, String)

ストレージ アカウントのすべてのテーブル サービスを一覧表示します。

ListAsync(ITableServicesOperations, String, String, CancellationToken)

ストレージ アカウントのすべてのテーブル サービスを一覧表示します。

SetServiceProperties(ITableServicesOperations, String, String, CorsRules)

Storage Analyticsおよび CORS (クロスオリジン リソース共有) ルールのプロパティを含む、ストレージ アカウントの Table サービスのプロパティを設定します。

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

Storage Analyticsおよび CORS (クロスオリジン リソース共有) ルールのプロパティを含む、ストレージ アカウントの Table サービスのプロパティを設定します。

適用対象