次の方法で共有


IRegistryTasks.GetByRegistryAsync メソッド

定義

レジストリ内のタスクを非同期的に取得します。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTask> GetByRegistryAsync (string resourceGroupName, string registryName, string taskName, bool includeSecrets, System.Threading.CancellationToken cancellationToken = default);
abstract member GetByRegistryAsync : string * string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTask>
Public Function GetByRegistryAsync (resourceGroupName As String, registryName As String, taskName As String, includeSecrets As Boolean, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IRegistryTask)

パラメーター

resourceGroupName
String

親レジストリのリソース グループ。

registryName
String

親レジストリの名前。

taskName
String

タスクの名前です。

includeSecrets
Boolean

シークレットを含めるかどうか。

cancellationToken
CancellationToken

戻り値

適用対象