Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryTask
-
Packages that use RegistryTask Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of RegistryTask in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return RegistryTask Modifier and Type Method Description RegistryTaskRegistryTasks. getByRegistry(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)Gets a task in a registry.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type RegistryTask Modifier and Type Method Description Mono<RegistryTask>RegistryTasks. getByRegistryAsync(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)Gets a task in a registry asynchronously.com.azure.core.http.rest.PagedIterable<RegistryTask>RegistryTasks. listByRegistry(String resourceGroupName, String registryName)Lists the tasks in a registry.com.azure.core.http.rest.PagedFlux<RegistryTask>RegistryTasks. listByRegistryAsync(String resourceGroupName, String registryName)Lists the tasks in a registry asynchronously.
-