WebAppsOperationsExtensions.GetFunctionsAdminTokenAsync(IWebAppsOperations, String, String, CancellationToken) Method
Definition
public static System.Threading.Tasks.Task<string> GetFunctionsAdminTokenAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = null);
static member GetFunctionsAdminTokenAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Parameters
Returns
- Task<String>
Applies to