Bagikan melalui


StandbyContainerGroupPoolCollection.CreateOrUpdate Method

Definition

Create a StandbyContainerGroupPoolResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}
  • Operation Id: StandbyContainerGroupPools_CreateOrUpdate
  • Default Api Version: 2023-12-01-preview
  • Resource: StandbyContainerGroupPoolResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string standbyContainerGroupPoolName, Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, standbyContainerGroupPoolName As String, data As StandbyContainerGroupPoolData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of StandbyContainerGroupPoolResource)

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.

standbyContainerGroupPoolName
String

Name of the standby container group pool.

data
StandbyContainerGroupPoolData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

standbyContainerGroupPoolName or data is null.

Applies to