Uses of Class
com.azure.resourcemanager.compute.models.ArchitectureTypes
-
Packages that use ArchitectureTypes Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 ArchitectureTypes Modifier and Type Method Description ArchitectureTypesVirtualMachineImageInner. architecture()Get the architecture property: Specifies the Architecture Type.ArchitectureTypesVirtualMachineImageProperties. architecture()Get the architecture property: Specifies the Architecture Type.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ArchitectureTypes Modifier and Type Method Description VirtualMachineImageInnerVirtualMachineImageInner. withArchitecture(ArchitectureTypes architecture)Set the architecture property: Specifies the Architecture Type.VirtualMachineImagePropertiesVirtualMachineImageProperties. withArchitecture(ArchitectureTypes architecture)Set the architecture property: Specifies the Architecture Type. -
Uses of ArchitectureTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ArchitectureTypes Modifier and Type Field Description static ArchitectureTypesArchitectureTypes. ARM64Static value Arm64 for ArchitectureTypes.static ArchitectureTypesArchitectureTypes. X64Static value x64 for ArchitectureTypes.Methods in com.azure.resourcemanager.compute.models that return ArchitectureTypes Modifier and Type Method Description static 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 ArchitectureTypes Modifier and Type Method Description static Collection<ArchitectureTypes>ArchitectureTypes. values()
-