SiteSlotHybridConnectionNamespaceRelayCollection.ExistsAsync Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • Operation Id: WebApps_GetHybridConnectionSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotHybridConnectionNamespaceRelayResource
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (namespaceName As String, relayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameters

namespaceName
String

The namespace for this hybrid connection.

relayName
String

The relay name for this hybrid connection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

namespaceName or relayName is an empty string, and was expected to be non-empty.

namespaceName or relayName is null.

Applies to