IRepositoryBranchAndAuth.WithRepositoryAuthentication メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithRepositoryAuthentication(TokenType, String) |
ユーザーが認証に使用するトークンの種類と、ソース管理リポジトリに対して認証するトークン自体を入力できるようにする関数。 |
WithRepositoryAuthentication(TokenType, String, String, String, Int32) |
ユーザーが認証に使用するトークンの種類と、ソース管理リポジトリに対して認証するトークン自体を入力できるようにする関数。 |
WithRepositoryAuthentication(TokenType, String)
ユーザーが認証に使用するトークンの種類と、ソース管理リポジトリに対して認証するトークン自体を入力できるようにする関数。
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IUpdate WithRepositoryAuthentication (Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TokenType tokenType, string token);
abstract member WithRepositoryAuthentication : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TokenType * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IUpdate
Public Function WithRepositoryAuthentication (tokenType As TokenType, token As String) As IUpdate
パラメーター
- tokenType
- TokenType
ソース管理リポジトリに対する認証に使用されるトークンの型。
- token
- String
ソース管理リポジトリに対する認証に使用されるトークン。
戻り値
適用対象
WithRepositoryAuthentication(TokenType, String, String, String, Int32)
ユーザーが認証に使用するトークンの種類と、ソース管理リポジトリに対して認証するトークン自体を入力できるようにする関数。
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IUpdate WithRepositoryAuthentication (Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TokenType tokenType, string token, string refreshToken, string scope, int expiresIn);
abstract member WithRepositoryAuthentication : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TokenType * string * string * string * int -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IUpdate
Public Function WithRepositoryAuthentication (tokenType As TokenType, token As String, refreshToken As String, scope As String, expiresIn As Integer) As IUpdate
パラメーター
- tokenType
- TokenType
ソース管理リポジトリに対する認証に使用されるトークンの型。
- token
- String
ソース管理リポジトリに対する認証に使用されるトークン。
- refreshToken
- String
アクセス トークンの更新に使用されるトークン。
- scope
- String
アクセス トークンのスコープ。
- expiresIn
- Int32
トークンが有効なままの時間 (秒単位)。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET