Sdílet prostřednictvím


DedicatedCapacityCollection.CreateOrUpdateAsync Method

Definition

Provisions the specified Dedicated capacity based on the configuration specified in the request.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
  • Operation Id: Capacities_Create
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string dedicatedCapacityName, Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, dedicatedCapacityName As String, data As DedicatedCapacityData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DedicatedCapacityResource))

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.

dedicatedCapacityName
String

The name of the Dedicated capacity. It must be a minimum of 3 characters, and a maximum of 63.

data
DedicatedCapacityData

Contains the information used to provision the Dedicated capacity.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

dedicatedCapacityName or data is null.

Applies to