Share via


ApiHubJobHostConfigurationExtensions.GetApiHubProviderConnectionStringAsync Method

Definition

Obtain the connection string from Azure App Service.

public static System.Threading.Tasks.Task<string> GetApiHubProviderConnectionStringAsync (string apiName, string subscriptionId, string location, string azureAdToken);
static member GetApiHubProviderConnectionStringAsync : string * string * string * string -> System.Threading.Tasks.Task<string>
Public Function GetApiHubProviderConnectionStringAsync (apiName As String, subscriptionId As String, location As String, azureAdToken As String) As Task(Of String)

Parameters

apiName
String

Name of the API.

subscriptionId
String

Azure subscription Id

location
String

Azure location to be used.

azureAdToken
String

Azure AD token to be used.

Returns

Connection string to be saved in the app setting and used for runtime calls

Applies to