Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryTaskRun
-
Packages that use RegistryTaskRun Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of RegistryTaskRun in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type RegistryTaskRun Modifier and Type Method Description com.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.
-