Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryTask.DefinitionStages.TaskStepType
Packages that use RegistryTask.DefinitionStages.TaskStepType
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryTask.DefinitionStages.TaskStepType in com.azure.resourcemanager.containerregistry.models
Subinterfaces of RegistryTask.DefinitionStages.TaskStepType in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a registry task.Methods in com.azure.resourcemanager.containerregistry.models that return RegistryTask.DefinitionStages.TaskStepTypeModifier and TypeMethodDescriptionRegistryTask.DefinitionStages.Platform.withLinux()The function that specifies a Linux OS system for the platform.RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture) The function that specifies a Linux OS system and architecture for the platform.RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture, Variant variant) The function that specifies a Linux OS system, architecture, and CPU variant.RegistryTask.DefinitionStages.Platform.withPlatform(PlatformProperties platformProperties) The function that specifies a platform.RegistryTask.DefinitionStages.Platform.withWindows()The function that specifies a Windows OS system for the platform.RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture) The function that specifies a Windows OS system and architecture for the platform.RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture, Variant variant) The function that specifies a Windows OS system, architecture, and CPU variant.