共用方式為


CognitiveServicesAccountDeploymentResource.UpdateAsync Method

Definition

Overloads

UpdateAsync(WaitUntil, CognitiveServicesAccountDeploymentData, CancellationToken)

UpdateAsync (Compatible version, only Tags and Sku can be updated.)

UpdateAsync(WaitUntil, PatchResourceTagsAndSku, CancellationToken)

Update specified deployments associated with the Cognitive Services account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}
  • Operation Id: Deployments_Update
  • Default Api Version: 2024-10-01
  • Resource: CognitiveServicesAccountDeploymentResource

UpdateAsync(WaitUntil, CognitiveServicesAccountDeploymentData, CancellationToken)

Source:
CognitiveServicesAccountDeploymentResource.cs

UpdateAsync (Compatible version, only Tags and Sku can be updated.)

public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, data As CognitiveServicesAccountDeploymentData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of CognitiveServicesAccountDeploymentResource))

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.

data
CognitiveServicesAccountDeploymentData

The deployment properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to

UpdateAsync(WaitUntil, PatchResourceTagsAndSku, CancellationToken)

Source:
CognitiveServicesAccountDeploymentResource.cs

Update specified deployments associated with the Cognitive Services account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}
  • Operation Id: Deployments_Update
  • Default Api Version: 2024-10-01
  • Resource: CognitiveServicesAccountDeploymentResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.CognitiveServices.Models.PatchResourceTagsAndSku deployment, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.CognitiveServices.Models.PatchResourceTagsAndSku * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.CognitiveServices.Models.PatchResourceTagsAndSku * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, deployment As PatchResourceTagsAndSku, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of CognitiveServicesAccountDeploymentResource))

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.

deployment
PatchResourceTagsAndSku

The deployment properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

deployment is null.

Applies to