你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NginxDeploymentCollection.CreateOrUpdate Method

Definition

Create or update the NGINX deployment

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}
  • Operation Id: Deployments_CreateOrUpdate
  • Default Api Version: 2024-11-01-preview
  • Resource: NginxDeploymentResource
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);
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)

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.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

deploymentName or data is null.

Applies to