SourceControlSecurityTokenProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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'