SiteHybridConnectionNamespaceRelayCollection.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
- Operation Id: WebApps_GetHybridConnection
- Default Api Version: 2023-12-01
- Resource: SiteHybridConnectionNamespaceRelayResource
public virtual Azure.Response<Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource> Get (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource>
override this.Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource>
Public Overridable Function Get (namespaceName As String, relayName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteHybridConnectionNamespaceRelayResource)
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET