你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppserviceGithubToken 类

定义

用于 Appservice CLI github 集成的 Github 访问令牌。

public class AppserviceGithubToken
type AppserviceGithubToken = class
Public Class AppserviceGithubToken
继承
AppserviceGithubToken

构造函数

AppserviceGithubToken()

初始化 AppserviceGithubToken 类的新实例。

AppserviceGithubToken(String, String, String, Nullable<Boolean>, String)

初始化 AppserviceGithubToken 类的新实例。

属性

AccessToken

获取或设置 Appservice CLI github 集成的 github 访问令牌

ErrorMessage

获取或设置错误消息(如果无法获取令牌)

GotToken

如果收到有效的 github 令牌,则获取或设置 true;否则为 False

Scope

获取或设置 github 访问令牌的范围

TokenType

获取或设置标记类型

适用于