Freigeben über


BindingsOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellen Sie eine neue Bindung, oder aktualisieren Sie eine beendende Bindung.

public static Microsoft.Azure.Management.AppPlatform.Models.BindingResource CreateOrUpdate (this Microsoft.Azure.Management.AppPlatform.IBindingsOperations operations, string resourceGroupName, string serviceName, string appName, string bindingName, Microsoft.Azure.Management.AppPlatform.Models.BindingResource bindingResource);
static member CreateOrUpdate : Microsoft.Azure.Management.AppPlatform.IBindingsOperations * string * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.BindingResource -> Microsoft.Azure.Management.AppPlatform.Models.BindingResource
<Extension()>
Public Function CreateOrUpdate (operations As IBindingsOperations, resourceGroupName As String, serviceName As String, appName As String, bindingName As String, bindingResource As BindingResource) As BindingResource

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.

bindingResource
BindingResource

Parameter für den Erstellungs- oder Aktualisierungsvorgang

Gibt zurück

Gilt für: