ApiHubJobHostConfigurationExtensions.GetApiHubProviderConnectionStringAsync 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.
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