Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryTask
Packages that use RegistryTask
Package
Description
Package containing the data models for ContainerRegistry.
-
Uses of RegistryTask in com.azure.resourcemanager.containerregistry.models
Subinterfaces with type arguments of type RegistryTask in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptioninterfaceDeprecated.Use azure-resourcemanager-containerregistry-tasks lib.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 interfaceDeprecated.Container 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) Deprecated.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) Deprecated.Gets a task in a registry asynchronously.com.azure.core.http.rest.PagedIterable<RegistryTask> RegistryTasks.listByRegistry(String resourceGroupName, String registryName) Deprecated.Lists the tasks in a registry.com.azure.core.http.rest.PagedFlux<RegistryTask> RegistryTasks.listByRegistryAsync(String resourceGroupName, String registryName) Deprecated.Lists the tasks in a registry asynchronously.