SiteSlotHybridConnectionNamespaceRelayCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • Operation Id: WebApps_GetHybridConnectionSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotHybridConnectionNamespaceRelayResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource>> 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.SiteSlotHybridConnectionNamespaceRelayResource>>
override this.GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource>>
Public Overridable Function GetIfExistsAsync (namespaceName As String, relayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of SiteSlotHybridConnectionNamespaceRelayResource))

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