Share via


GlobalReachConnectionCollection.CreateOrUpdateAsync Method

Definition

Create or update a global reach connection in a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/globalReachConnections/{globalReachConnectionName}
  • Operation Id: GlobalReachConnections_CreateOrUpdate
  • Default Api Version: 2023-03-01
  • Resource: GlobalReachConnectionResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.GlobalReachConnectionResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string globalReachConnectionName, Azure.ResourceManager.Avs.GlobalReachConnectionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Avs.GlobalReachConnectionData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.GlobalReachConnectionResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Avs.GlobalReachConnectionData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.GlobalReachConnectionResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, globalReachConnectionName As String, data As GlobalReachConnectionData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of GlobalReachConnectionResource))

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.

globalReachConnectionName
String

Name of the global reach connection in the private cloud.

data
GlobalReachConnectionData

A global reach connection in the private cloud.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

globalReachConnectionName or data is null.

Applies to