Freigeben über


BindingsOperationsExtensions.Delete Methode

Definition

Vorgang zum Löschen einer Bindung.

public static void Delete (this Microsoft.Azure.Management.AppPlatform.IBindingsOperations operations, string resourceGroupName, string serviceName, string appName, string bindingName);
static member Delete : Microsoft.Azure.Management.AppPlatform.IBindingsOperations * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IBindingsOperations, resourceGroupName As String, serviceName As String, appName As String, bindingName As String)

Parameter

operations
IBindingsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serviceName
String

Der Name der Dienstressource.

appName
String

Der Name der App-Ressource.

bindingName
String

Der Name der Bindungsressource.

Gilt für: