次の方法で共有


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)

適用対象