Bagikan melalui


WebSiteHybridConnectionCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

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

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