Share via


RelayHybridConnectionCollection.CreateOrUpdate Method

Definition

Creates or updates a service hybrid connection. This operation is idempotent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/hybridConnections/{hybridConnectionName}
  • Operation Id: HybridConnections_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Relay.RelayHybridConnectionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string hybridConnectionName, Azure.ResourceManager.Relay.RelayHybridConnectionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Relay.RelayHybridConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Relay.RelayHybridConnectionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Relay.RelayHybridConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Relay.RelayHybridConnectionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, hybridConnectionName As String, data As RelayHybridConnectionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of RelayHybridConnectionResource)

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.

hybridConnectionName
String

The hybrid connection name.

data
RelayHybridConnectionData

Parameters supplied to create a hybrid connection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

hybridConnectionName or data is null.

Applies to