Freigeben über


ContainerAppsOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellen oder Aktualisieren einer Container-App

public static Microsoft.Azure.Management.WebSites.Models.ContainerApp CreateOrUpdate (this Microsoft.Azure.Management.WebSites.IContainerAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.ContainerApp containerAppEnvelope);
static member CreateOrUpdate : Microsoft.Azure.Management.WebSites.IContainerAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.ContainerApp -> Microsoft.Azure.Management.WebSites.Models.ContainerApp
<Extension()>
Public Function CreateOrUpdate (operations As IContainerAppsOperations, resourceGroupName As String, name As String, containerAppEnvelope As ContainerApp) As ContainerApp

Parameter

operations
IContainerAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der Container-App.

containerAppEnvelope
ContainerApp

Gibt zurück

Hinweise

Beschreibung für Erstellen oder Aktualisieren einer Container-App.

Gilt für: