Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryTaskRun
Packages that use RegistryTaskRun
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of RegistryTaskRun in com.azure.resourcemanager.containerregistry.models
Subinterfaces with type arguments of type RegistryTaskRun in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure RegistryDockerTaskRunRequest registry task run request.static interfaceThe stage of the definition in the case of using a TaskRunRequest which contains all the minimum required inputs for the resource to be executed, but also allows for any other optional settings to be specified.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type RegistryTaskRunModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<RegistryTaskRun> RegistryTaskRuns.listByRegistry(String rgName, String acrName) The function that lists the RegistryTaskRun instances in a registry asynch.com.azure.core.http.rest.PagedFlux<RegistryTaskRun> RegistryTaskRuns.listByRegistryAsync(String rgName, String acrName) The function that lists the RegistryTaskRun instances in a registry asynchronously.