次の方法で共有


PolicyOperationsExtensions.Get メソッド

定義

API Management サービスのグローバル ポリシー定義を取得します。

public static Microsoft.Azure.Management.ApiManagement.Models.PolicyContract Get (this Microsoft.Azure.Management.ApiManagement.IPolicyOperations operations, string resourceGroupName, string serviceName, string format = default);
static member Get : Microsoft.Azure.Management.ApiManagement.IPolicyOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.PolicyContract
<Extension()>
Public Function Get (operations As IPolicyOperations, resourceGroupName As String, serviceName As String, Optional format As String = Nothing) As PolicyContract

パラメーター

operations
IPolicyOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

format
String

ポリシーのエクスポート形式。 使用できる値は、'xml'、'rawxml' です。

戻り値

適用対象