次の方法で共有


PolicyOperationsExtensions.ListByService メソッド

定義

API Management サービスのすべてのグローバル ポリシー定義を一覧表示します。

public static Microsoft.Azure.Management.ApiManagement.Models.PolicyCollection ListByService (this Microsoft.Azure.Management.ApiManagement.IPolicyOperations operations, string resourceGroupName, string serviceName);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IPolicyOperations * string * string -> Microsoft.Azure.Management.ApiManagement.Models.PolicyCollection
<Extension()>
Public Function ListByService (operations As IPolicyOperations, resourceGroupName As String, serviceName As String) As PolicyCollection

パラメーター

operations
IPolicyOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

戻り値

適用対象