Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryTask
Packages that use RegistryTask
Package
Description
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 RegistryTaskModifier and TypeMethodDescriptionRegistryTasks.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 RegistryTaskModifier and TypeMethodDescriptionRegistryTasks.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.