StandbyContainerGroupPoolResource.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.
Update a StandbyContainerGroupPoolResource
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}
- Operation Id: StandbyContainerGroupPools_Update
- Default Api Version: 2024-03-01
- Resource: StandbyContainerGroupPoolResource
public virtual Azure.Response<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource> Update (Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource>
override this.Update : Azure.ResourceManager.StandbyPool.Models.StandbyContainerGroupPoolPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource>
Public Overridable Function Update (patch As StandbyContainerGroupPoolPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StandbyContainerGroupPoolResource)
Parameters
The resource properties to be updated.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
patch
is null.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET