Uses of Class
com.microsoft.azure.management.containerregistry.Architecture
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of Architecture in com.microsoft.azure.management.containerregistry
Modifier and TypeFieldDescriptionstatic final Architecture
Architecture.AMD64
Static value amd64 for Architecture.static final Architecture
Architecture.ARM
Static value arm for Architecture.static final Architecture
Architecture.X86
Static value x86 for Architecture.Modifier and TypeMethodDescriptionPlatformProperties.architecture()
Get the OS architecture.PlatformUpdateParameters.architecture()
Get the OS architecture.static Architecture
Architecture.fromString
(String name) Creates or finds a Architecture from its string representation.Modifier and TypeMethodDescriptionPlatformProperties.withArchitecture
(Architecture architecture) Set the OS architecture.PlatformUpdateParameters.withArchitecture
(Architecture architecture) Set the OS architecture.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.UpdateStages.Platform.withLinux
(Architecture architecture) The function that specifies a Linux OS system and architecture for the platform.RegistryTask.UpdateStages.Platform.withLinux
(Architecture architecture, Variant variant) The function that specifies a Linux OS system, architecture, and CPU variant.RegistryTaskRun.DefinitionStages.Platform.withLinux
(Architecture architecture) The function that specifies the platform will have a Linux OS with Architecture architecture.RegistryTaskRun.DefinitionStages.Platform.withLinux
(Architecture architecture, Variant variant) The function that specifies the platform will have a Linux OS with Architecture architecture and Variant variant.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.RegistryTask.UpdateStages.Platform.withWindows
(Architecture architecture) The function that specifies a Windows OS system and architecture for the platform.RegistryTask.UpdateStages.Platform.withWindows
(Architecture architecture, Variant variant) The function that specifies a Windows OS system, architecture, and CPU variant.RegistryTaskRun.DefinitionStages.Platform.withWindows
(Architecture architecture) The function that specifies the platform will have a Windows OS with Architecture architecture.RegistryTaskRun.DefinitionStages.Platform.withWindows
(Architecture architecture, Variant variant) The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant.