次の方法で共有


DedicatedCapacityCollection.CreateOrUpdateAsync メソッド

定義

要求で指定された構成に基づいて、指定された専用容量をプロビジョニングします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
  • 操作IdCapacities_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))

パラメーター

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

dedicatedCapacityName
String

専用容量の名前。 3 文字以上、最大 63 文字にする必要があります。

data
DedicatedCapacityData

専用容量のプロビジョニングに使用される情報が含まれます。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

dedicatedCapacityName は空の文字列であり、空でないと想定されていました。

dedicatedCapacityName または data が null です。

適用対象