AppServicePlansOperationsExtensions.ListHybridConnectionKeysAsync(IAppServicePlansOperations, String, String, String, String, CancellationToken) Method
Definition
Get the send key name and value of a Hybrid Connection.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.HybridConnectionKeyInner> ListHybridConnectionKeysAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, string resourceGroupName, string name, string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = null);
static member ListHybridConnectionKeysAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.HybridConnectionKeyInner>
Parameters
- operations
- IAppServicePlansOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- name
- String
Name of the App Service plan.
- namespaceName
- String
The name of the Service Bus namespace.
- relayName
- String
The name of the Service Bus relay.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Get the send key name and value of a Hybrid Connection.