Uses of Class
com.azure.resourcemanager.compute.models.ArchitectureTypes
Packages that use ArchitectureTypes
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ArchitectureTypes in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ArchitectureTypesModifier and TypeMethodDescriptionVirtualMachineImageInner.architecture()Get the architecture property: Specifies the Architecture Type.VirtualMachineImageProperties.architecture()Get the architecture property: Specifies the Architecture Type.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ArchitectureTypesModifier and TypeMethodDescriptionVirtualMachineImageInner.withArchitecture(ArchitectureTypes architecture) Set the architecture property: Specifies the Architecture Type.VirtualMachineImageProperties.withArchitecture(ArchitectureTypes architecture) Set the architecture property: Specifies the Architecture Type. -
Uses of ArchitectureTypes in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type ArchitectureTypes in com.azure.resourcemanager.compute.modelsFields in com.azure.resourcemanager.compute.models declared as ArchitectureTypesModifier and TypeFieldDescriptionstatic final ArchitectureTypesArchitectureTypes.ARM64Static value Arm64 for ArchitectureTypes.static final ArchitectureTypesArchitectureTypes.X64Static value x64 for ArchitectureTypes.Methods in com.azure.resourcemanager.compute.models that return ArchitectureTypesModifier and TypeMethodDescriptionstatic ArchitectureTypesArchitectureTypes.fromString(String name) Creates or finds a ArchitectureTypes from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ArchitectureTypesModifier and TypeMethodDescriptionstatic Collection<ArchitectureTypes> ArchitectureTypes.values()Gets known ArchitectureTypes values.