次の方法で共有


PolicyDescriptionOperationsExtensions.ListByServiceAsync メソッド

定義

すべてのポリシーの説明を一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.PolicyDescriptionCollection> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.IPolicyDescriptionOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.PolicyScopeContract? scope = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.IPolicyDescriptionOperations * string * string * Nullable<Microsoft.Azure.Management.ApiManagement.Models.PolicyScopeContract> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.PolicyDescriptionCollection>
<Extension()>
Public Function ListByServiceAsync (operations As IPolicyDescriptionOperations, resourceGroupName As String, serviceName As String, Optional scope As Nullable(Of PolicyScopeContract) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PolicyDescriptionCollection)

パラメーター

operations
IPolicyDescriptionOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

scope
Nullable<PolicyScopeContract>

ポリシー スコープ。 使用できる値は、'Tenant'、'Product'、'Api'、'Operation'、'All' です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象