Share via


AppServicePlanHybridConnectionNamespaceRelayCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • 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 System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource>> GetIfExistsAsync (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource>>
override this.GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource>>
Public Overridable Function GetIfExistsAsync (namespaceName As String, relayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of AppServicePlanHybridConnectionNamespaceRelayResource))

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