SiteRecoveryFabricCollection.CreateOrUpdateAsync Method

Definition

The operation to create an Azure Site Recovery fabric (for e.g. Hyper-V site).

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

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.

fabricName
String

Name of the ASR fabric.

content
SiteRecoveryFabricCreateOrUpdateContent

Fabric creation input.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

fabricName or content is null.

Applies to