AppServicePlanResource.GetHybridConnectionRelays(CancellationToken) 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 Retrieve all Hybrid Connections in use in an App Service plan.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/hybridConnectionRelays
- Operation Id: AppServicePlans_ListHybridConnections
- Default Api Version: 2024-04-01
- Resource: AppServicePlanResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.HybridConnectionData> GetHybridConnectionRelays (System.Threading.CancellationToken cancellationToken = default);
abstract member GetHybridConnectionRelays : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.HybridConnectionData>
override this.GetHybridConnectionRelays : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.HybridConnectionData>
Public Overridable Function GetHybridConnectionRelays (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HybridConnectionData)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of HybridConnectionData that may take multiple service requests to iterate over.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET