Freigeben über


ProductPolicyOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert die Richtlinienkonfiguration für das Produkt

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

Parameter

operations
IProductPolicyOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

productId
String

Produktbezeichner. Muss im aktuellen API Management Dienst instance eindeutig sein.

parameters
PolicyContract

Der anzuwendende Richtlinieninhalt.

ifMatch
String

ETag der Entität. Beim Erstellen einer Entität nicht erforderlich, aber beim Aktualisieren einer Entität erforderlich.

Gibt zurück

Gilt für: