Share via


GlobalReachConnectionCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.GlobalReachConnectionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string globalReachConnectionName, Azure.ResourceManager.Avs.GlobalReachConnectionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Avs.GlobalReachConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.GlobalReachConnectionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Avs.GlobalReachConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.GlobalReachConnectionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, globalReachConnectionName As String, data As GlobalReachConnectionData, Optional cancellationToken As CancellationToken = Nothing) As 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