CognitiveServicesAccountDeploymentResource.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Update(WaitUntil, CognitiveServicesAccountDeploymentData, CancellationToken) |
Update (Compatible version, only Tags and Sku can be updated.) |
Update(WaitUntil, PatchResourceTagsAndSku, CancellationToken) |
Update specified deployments associated with the Cognitive Services account.
|
Update(WaitUntil, CognitiveServicesAccountDeploymentData, CancellationToken)
Update (Compatible version, only Tags and Sku can be updated.)
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As CognitiveServicesAccountDeploymentData, Optional cancellationToken As CancellationToken = Nothing) As 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.
The deployment properties.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
data
is null.
Applies to
Update(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
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.CognitiveServices.Models.PatchResourceTagsAndSku deployment, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.CognitiveServices.Models.PatchResourceTagsAndSku * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.CognitiveServices.Models.PatchResourceTagsAndSku * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>
Public Overridable Function Update (waitUntil As WaitUntil, deployment As PatchResourceTagsAndSku, Optional cancellationToken As CancellationToken = Nothing) As 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
Azure SDK for .NET