次の方法で共有


PolicyDescriptionOperationsExtensions.ListByService メソッド

定義

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

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

パラメーター

operations
IPolicyDescriptionOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

scope
Nullable<PolicyScopeContract>

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

戻り値

適用対象