Bagikan melalui


ScVmmCloudCollection.CreateOrUpdate Method

Definition

Onboards the ScVmm fabric cloud as an Azure cloud resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/clouds/{cloudResourceName}
  • Operation Id: Clouds_CreateOrUpdate
  • Default Api Version: 2023-10-07
  • Resource: ScVmmCloudResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ScVmm.ScVmmCloudResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string cloudResourceName, Azure.ResourceManager.ScVmm.ScVmmCloudData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ScVmm.ScVmmCloudData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ScVmm.ScVmmCloudResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ScVmm.ScVmmCloudData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ScVmm.ScVmmCloudResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, cloudResourceName As String, data As ScVmmCloudData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ScVmmCloudResource)

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.

cloudResourceName
String

Name of the Cloud.

data
ScVmmCloudData

Request payload.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

cloudResourceName or data is null.

Applies to