Share via


SiteRecoveryVCenterCollection.CreateOrUpdateAsync Method

Definition

The operation to create a vCenter object..

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vcenterName}
  • Operation Id: ReplicationvCenters_Create
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryVCenterResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryVCenterResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string vCenterName, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryVCenterCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryVCenterCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryVCenterResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryVCenterCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryVCenterResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, vCenterName As String, content As SiteRecoveryVCenterCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SiteRecoveryVCenterResource))

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.

vCenterName
String

vcenter name.

content
SiteRecoveryVCenterCreateOrUpdateContent

The input to the add vCenter operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

vCenterName or content is null.

Applies to