Uses of Class
com.azure.resourcemanager.containerregistry.models.Architecture
Packages that use Architecture
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of Architecture in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as ArchitectureModifier and TypeFieldDescriptionstatic final ArchitectureArchitecture.AMD64Static value amd64 for Architecture.static final ArchitectureArchitecture.ARMStatic value arm for Architecture.static final ArchitectureArchitecture.ARM64Static value arm64 for Architecture.static final ArchitectureArchitecture.THREE_EIGHT_SIXStatic value 386 for Architecture.static final ArchitectureArchitecture.X86Static value x86 for Architecture.Methods in com.azure.resourcemanager.containerregistry.models that return ArchitectureModifier and TypeMethodDescriptionPlatformProperties.architecture()Get the architecture property: The OS architecture.PlatformUpdateParameters.architecture()Get the architecture property: The OS architecture.static ArchitectureArchitecture.fromString(String name) Creates or finds a Architecture from its string representation.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type ArchitectureModifier and TypeMethodDescriptionstatic Collection<Architecture> Architecture.values()Gets known Architecture values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type ArchitectureModifier and TypeMethodDescriptionPlatformProperties.withArchitecture(Architecture architecture) Set the architecture property: The OS architecture.PlatformUpdateParameters.withArchitecture(Architecture architecture) Set the architecture property: 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.