次の方法で共有


IRepositoryBranchAndAuth.WithRepositoryAuthentication メソッド

定義

オーバーロード

WithRepositoryAuthentication(TokenType, String)

ユーザーが認証に使用するトークンの種類と、ソース管理リポジトリに対して認証するトークン自体を入力できるようにする関数。

WithRepositoryAuthentication(TokenType, String, String, String, Int32)

ユーザーが認証に使用するトークンの種類と、ソース管理リポジトリに対して認証するトークン自体を入力できるようにする関数。

WithRepositoryAuthentication(TokenType, String)

ユーザーが認証に使用するトークンの種類と、ソース管理リポジトリに対して認証するトークン自体を入力できるようにする関数。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Definition.ISourceTriggerAttachable 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.Definition.ISourceTriggerAttachable
Public Function WithRepositoryAuthentication (tokenType As TokenType, token As String) As ISourceTriggerAttachable

パラメーター

tokenType
TokenType

ソース管理リポジトリに対する認証に使用されるトークンの型。

token
String

ソース管理リポジトリに対する認証に使用されるトークン。

戻り値

適用対象

WithRepositoryAuthentication(TokenType, String, String, String, Int32)

ユーザーが認証に使用するトークンの種類と、ソース管理リポジトリに対して認証するトークン自体を入力できるようにする関数。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Definition.ISourceTriggerAttachable 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.Definition.ISourceTriggerAttachable
Public Function WithRepositoryAuthentication (tokenType As TokenType, token As String, refreshToken As String, scope As String, expiresIn As Integer) As ISourceTriggerAttachable

パラメーター

tokenType
TokenType

ソース管理リポジトリに対する認証に使用されるトークンの型。

token
String

ソース管理リポジトリに対する認証に使用されるトークン。

refreshToken
String

アクセス トークンの更新に使用されるトークン。

scope
String

アクセス トークンのスコープ。

expiresIn
Int32

トークンが有効なままの時間 (秒単位)。

戻り値

適用対象