共用方式為


WebSiteSlotHybridConnectionCollection.GetAsync Method

Definition

Description for Gets a hybrid connection configuration by its name.

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

Parameters

entityName
String

Name of the hybrid connection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

entityName is null.

Applies to