Uses of Class
com.azure.resourcemanager.containerregistry.models.Variant
Packages that use Variant
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of Variant in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as VariantModifier and TypeFieldDescriptionstatic final VariantVariant.V6Static value v6 for Variant.static final VariantVariant.V7Static value v7 for Variant.static final VariantVariant.V8Static value v8 for Variant.Methods in com.azure.resourcemanager.containerregistry.models that return VariantModifier and TypeMethodDescriptionstatic VariantVariant.fromString(String name) Creates or finds a Variant from its string representation.PlatformProperties.variant()Get the variant property: Variant of the CPU.PlatformUpdateParameters.variant()Get the variant property: Variant of the CPU.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type VariantModifier and TypeMethodDescriptionstatic Collection<Variant> Variant.values()Gets known Variant values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type VariantModifier 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 the variant property: Variant of the CPU.PlatformUpdateParameters.withVariant(Variant variant) Set the variant property: 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.