Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryTask
Packages that use RegistryTask
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of RegistryTask in com.azure.resourcemanager.containerregistry.models
Subinterfaces with type arguments of type RegistryTask in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure registry task.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.static interfaceContainer interface for all the updates related to a registry task.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.