Freigeben über


PolicyOperationsExtensions.Get Methode

Definition

Ruft die globale Richtlinienkonfiguration des API Management-Diensts ab

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

Parameter

operations
IPolicyOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

format
String

Richtlinienexportformat. Mögliche Werte: "xml", "rawxml"

Gibt zurück

Gilt für: