次の方法で共有


IQueueServicesOperations インターフェイス

定義

QueueServicesOperations 操作。

public interface IQueueServicesOperations
type IQueueServicesOperations = interface
Public Interface IQueueServicesOperations

メソッド

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

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

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

ストレージ アカウントのすべてのキュー サービスを一覧表示する

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

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

拡張メソッド

GetServiceProperties(IQueueServicesOperations, String, String)

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

GetServicePropertiesAsync(IQueueServicesOperations, String, String, CancellationToken)

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

List(IQueueServicesOperations, String, String)

ストレージ アカウントのすべてのキュー サービスを一覧表示する

ListAsync(IQueueServicesOperations, String, String, CancellationToken)

ストレージ アカウントのすべてのキュー サービスを一覧表示する

SetServiceProperties(IQueueServicesOperations, String, String, CorsRules)

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

SetServicePropertiesAsync(IQueueServicesOperations, String, String, CorsRules, CancellationToken)

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

適用対象