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

SourceControl 类

定义

源代码管理 OAuth 令牌。

[Microsoft.Rest.Serialization.JsonTransformation]
public class SourceControl : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SourceControl = class
    inherit ProxyOnlyResource
Public Class SourceControl
Inherits ProxyOnlyResource
继承
SourceControl
属性

构造函数

SourceControl()

初始化 SourceControl 类的新实例。

SourceControl(String, String, String, String, String, String, String, Nullable<DateTime>)

初始化 SourceControl 类的新实例。

属性

ExpirationTime

获取或设置 oAuth 令牌过期时间。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
Kind

获取或设置资源类型。

(继承自 ProxyOnlyResource)
Name

获取资源名称。

(继承自 ProxyOnlyResource)
RefreshToken

获取或设置 oAuth 刷新令牌。

Token

获取或设置 oAuth 访问令牌。

TokenSecret

获取或设置 oAuth 访问令牌机密。

Type

获取资源类型。

(继承自 ProxyOnlyResource)

适用于