| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AppserviceGithubTokenInner |
ResourceProvidersClient.generateGithubAccessTokenForAppserviceCliAsync(AppserviceGithubTokenRequest request)
Description for Exchange code for GitHub access token for AppService CLI.
|
| Modifier and Type | Method and Description |
|---|---|
AppserviceGithubTokenInner |
AppserviceGithubTokenInner.withAccessToken(String accessToken)
Set the accessToken property: Github access token for Appservice CLI github integration.
|
AppserviceGithubTokenInner |
AppserviceGithubTokenInner.withErrorMessage(String errorMessage)
Set the errorMessage property: Error message if unable to get token.
|
AppserviceGithubTokenInner |
AppserviceGithubTokenInner.withGotToken(Boolean gotToken)
Set the gotToken property: True if valid github token received, False otherwise.
|
AppserviceGithubTokenInner |
AppserviceGithubTokenInner.withScope(String scope)
Set the scope property: Scope of the github access token.
|
AppserviceGithubTokenInner |
AppserviceGithubTokenInner.withTokenType(String tokenType)
Set the tokenType property: token type.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.