SourceControlSecurityTokenProperties 建構函式

定義

多載

SourceControlSecurityTokenProperties()

初始化 SourceControlSecurityTokenProperties 類別的新實例。

SourceControlSecurityTokenProperties(String, String, String)

初始化 SourceControlSecurityTokenProperties 類別的新實例。

SourceControlSecurityTokenProperties()

初始化 SourceControlSecurityTokenProperties 類別的新實例。

public SourceControlSecurityTokenProperties ();
Public Sub New ()

適用於

SourceControlSecurityTokenProperties(String, String, String)

初始化 SourceControlSecurityTokenProperties 類別的新實例。

public SourceControlSecurityTokenProperties (string accessToken = default, string refreshToken = default, string tokenType = default);
new Microsoft.Azure.Management.Automation.Models.SourceControlSecurityTokenProperties : string * string * string -> Microsoft.Azure.Management.Automation.Models.SourceControlSecurityTokenProperties
Public Sub New (Optional accessToken As String = Nothing, Optional refreshToken As String = Nothing, Optional tokenType As String = Nothing)

參數

accessToken
String

存取權杖。

refreshToken
String

重新整理權杖。

tokenType
String

Token 類型。 必須是 PersonalAccessToken 或 Oauth。 可能的值包括:'PersonalAccessToken'、'Oauth'

適用於