Share via


AppPlatformDeploymentCollection.CreateOrUpdate Method

Definition

Create a new Deployment or update an exiting Deployment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}
  • Operation Id: Deployments_CreateOrUpdate
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformDeploymentResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string deploymentName, Azure.ResourceManager.AppPlatform.AppPlatformDeploymentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformDeploymentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformDeploymentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, deploymentName As String, data As AppPlatformDeploymentData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppPlatformDeploymentResource)

Parameters

waitUntil
Azure.WaitUntil

Azure.WaitUntil.Completed if the method should wait to return until the long-running operation has completed on the service; Azure.WaitUntil.Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

deploymentName
System.String

The name of the Deployment resource.

data
AppPlatformDeploymentData

Parameters for the create or update operation.

cancellationToken
System.Threading.CancellationToken

The cancellation token to use.

Returns

Azure.ResourceManager.ArmOperation<AppPlatformDeploymentResource>

Exceptions

System.ArgumentException

deploymentName is an empty string, and was expected to be non-empty.

System.ArgumentNullException

deploymentName or data is null.

Applies to