WebSiteManagementClientExtensions.GenerateGithubAccessTokenForAppserviceCLIAsync 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.
Exchange code for GitHub access token for AppService CLI
public static Microsoft.Azure.Management.WebSites.Models.AppserviceGithubToken GenerateGithubAccessTokenForAppserviceCLIAsync (this Microsoft.Azure.Management.WebSites.IWebSiteManagementClient operations, string code, string state);
static member GenerateGithubAccessTokenForAppserviceCLIAsync : Microsoft.Azure.Management.WebSites.IWebSiteManagementClient * string * string -> Microsoft.Azure.Management.WebSites.Models.AppserviceGithubToken
<Extension()>
Public Function GenerateGithubAccessTokenForAppserviceCLIAsync (operations As IWebSiteManagementClient, code As String, state As String) As AppserviceGithubToken
Parameters
- operations
- IWebSiteManagementClient
The operations group for this extension method.
- code
- System.String
Code string to exchange for Github Access token
- state
- System.String
State string used for verification.
Returns
Remarks
Description for Exchange code for GitHub access token for AppService CLI