CloudExadataInfrastructureResource.AddStorageCapacity Method

Definition

Perform add storage capacity on exadata infra

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures/{cloudexadatainfrastructurename}/addStorageCapacity
  • Operation Id: CloudExadataInfrastructures_AddStorageCapacity
  • Default Api Version: 2023-09-01
  • Resource: CloudExadataInfrastructureResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OracleDatabase.CloudExadataInfrastructureResource> AddStorageCapacity (Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);
abstract member AddStorageCapacity : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OracleDatabase.CloudExadataInfrastructureResource>
override this.AddStorageCapacity : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OracleDatabase.CloudExadataInfrastructureResource>
Public Overridable Function AddStorageCapacity (waitUntil As WaitUntil, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CloudExadataInfrastructureResource)

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.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to