次の方法で共有


QueueServicesOperationsExtensions クラス

定義

QueueServicesOperations の拡張メソッド。

public static class QueueServicesOperationsExtensions
type QueueServicesOperationsExtensions = class
Public Module QueueServicesOperationsExtensions
継承
QueueServicesOperationsExtensions

メソッド

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 サービスのプロパティを設定します。

適用対象