DeploymentsOperationsExtensions.BeginUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Vorgang zum Aktualisieren einer beendenden Bereitstellung.
public static Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource BeginUpdate (this Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations operations, string resourceGroupName, string serviceName, string appName, string deploymentName, Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource deploymentResource);
static member BeginUpdate : Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations * string * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource -> Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource
<Extension()>
Public Function BeginUpdate (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 Updatevorgang
Gibt zurück
Gilt für:
Azure SDK for .NET