共用方式為


WebSiteSlotHybridConnectionCollection.CreateOrUpdate Method

Definition

Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection/{entityName}
  • Operation Id: WebApps_CreateOrUpdateRelayServiceConnectionSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotHybridConnectionResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string entityName, Azure.ResourceManager.AppService.RelayServiceConnectionEntityData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.RelayServiceConnectionEntityData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.RelayServiceConnectionEntityData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, entityName As String, data As RelayServiceConnectionEntityData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of WebSiteSlotHybridConnectionResource)

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.

entityName
String

Name of the hybrid connection configuration.

data
RelayServiceConnectionEntityData

Details of the hybrid connection configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

entityName or data is null.

Applies to