Freigeben über


ProductOperationsExtensions.Delete Methode

Definition

Löscht das Produkt

public static void Delete (this Microsoft.Azure.Management.ApiManagement.IProductOperations operations, string resourceGroupName, string serviceName, string productId, string ifMatch, bool? deleteSubscriptions = default);
static member Delete : Microsoft.Azure.Management.ApiManagement.IProductOperations * string * string * string * string * Nullable<bool> -> unit
<Extension()>
Public Sub Delete (operations As IProductOperations, resourceGroupName As String, serviceName As String, productId As String, ifMatch As String, Optional deleteSubscriptions As Nullable(Of Boolean) = Nothing)

Parameter

operations
IProductOperations

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.

ifMatch
String

ETag der Entität. ETag sollte mit dem aktuellen Entitätsstatus aus der Headerantwort der GET-Anforderung übereinstimmen, oder es sollte * für eine bedingungslose Aktualisierung sein.

deleteSubscriptions
Nullable<Boolean>

Löschen Sie vorhandene Abonnements, die dem Produkt zugeordnet sind, oder nicht.

Gilt für: