Uses of Class
com.microsoft.azure.management.containerregistry.Variant
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of Variant in com.microsoft.azure.management.containerregistry
Modifier and TypeFieldDescriptionstatic final Variant
Variant.V6
Static value v6 for Variant.static final Variant
Variant.V7
Static value v7 for Variant.static final Variant
Variant.V8
Static value v8 for Variant.Modifier and TypeMethodDescriptionstatic Variant
Variant.fromString
(String name) Creates or finds a Variant from its string representation.PlatformProperties.variant()
Get variant of the CPU.PlatformUpdateParameters.variant()
Get variant of the CPU.Modifier and TypeMethodDescriptionRegistryTask.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, Variant variant) The function that specifies a Linux OS system, architecture, and CPU variant.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.PlatformProperties.withVariant
(Variant variant) Set variant of the CPU.PlatformUpdateParameters.withVariant
(Variant variant) Set variant of the CPU.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, Variant variant) The function that specifies a Windows OS system, architecture, and CPU variant.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.