Freigeben über


NginxDeploymentCollection.CreateOrUpdate Method

Definition

Create or update the NGINX deployment

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}.
  • Operation Id. : NginxDeployments_CreateOrUpdate.
  • Default Api Version. : 2025-03-01-preview.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Nginx.NginxDeploymentResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string deploymentName, Azure.ResourceManager.Nginx.NginxDeploymentData data, System.Threading.CancellationToken cancellationToken = default);
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Nginx.NginxDeploymentResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string deploymentName, Azure.ResourceManager.Nginx.NginxDeploymentData data = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Nginx.NginxDeploymentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Nginx.NginxDeploymentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Nginx.NginxDeploymentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Nginx.NginxDeploymentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, deploymentName As String, data As NginxDeploymentData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NginxDeploymentResource)
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, deploymentName As String, Optional data As NginxDeploymentData = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NginxDeploymentResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; 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
String

The name of targeted NGINX deployment.

data
NginxDeploymentData

The Nginx deployment.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

deploymentName is null.

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

Applies to