Freigeben über


DeploymentsOperationsExtensions.BeginCreateOrUpdate Methode

Definition

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

public static Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource BeginCreateOrUpdate (this Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations operations, string resourceGroupName, string serviceName, string appName, string deploymentName, Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource deploymentResource);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations * string * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource -> Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource
<Extension()>
Public Function BeginCreateOrUpdate (operations As IDeploymentsOperations, resourceGroupName As String, serviceName As String, appName As String, deploymentName As String, deploymentResource As DeploymentResource) As DeploymentResource

Parameter

operations
IDeploymentsOperations

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.

deploymentName
String

Der Name der Bereitstellungsressource.

deploymentResource
DeploymentResource

Parameter für den Erstellungs- oder Aktualisierungsvorgang

Gibt zurück

Gilt für: