AppServicePlanHybridConnectionNamespaceRelayCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • Operation Id: AppServicePlans_GetHybridConnection
  • Default Api Version: 2021-02-01
  • Resource: AppServicePlanHybridConnectionNamespaceRelayResource
public virtual Azure.Response<bool> Exists (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (namespaceName As String, relayName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

namespaceName
String

Name of the Service Bus namespace.

relayName
String

Name of the Service Bus relay.

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