Uses of Class
com.azure.resourcemanager.compute.models.Architecture
-
Packages that use Architecture 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 Architecture in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return Architecture Modifier and Type Method Description ArchitectureGalleryImageInner. architecture()Get the architecture property: The architecture of the image.ArchitectureGalleryImageProperties. architecture()Get the architecture property: The architecture of the image.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type Architecture Modifier and Type Method Description GalleryImageInnerGalleryImageInner. withArchitecture(Architecture architecture)Set the architecture property: The architecture of the image.GalleryImagePropertiesGalleryImageProperties. withArchitecture(Architecture architecture)Set the architecture property: The architecture of the image. -
Uses of Architecture in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as Architecture Modifier and Type Field Description static ArchitectureArchitecture. ARM64Static value Arm64 for Architecture.static ArchitectureArchitecture. X64Static value x64 for Architecture.Methods in com.azure.resourcemanager.compute.models that return Architecture Modifier and Type Method Description ArchitectureGalleryImageUpdate. architecture()Get the architecture property: The architecture of the image.ArchitectureSupportedCapabilities. architecture()Get the architecture property: CPU architecture supported by an OS disk.static ArchitectureArchitecture. fromString(String name)Creates or finds a Architecture from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type Architecture Modifier and Type Method Description static Collection<Architecture>Architecture. values()Methods in com.azure.resourcemanager.compute.models with parameters of type Architecture Modifier and Type Method Description GalleryImageUpdateGalleryImageUpdate. withArchitecture(Architecture architecture)Set the architecture property: The architecture of the image.SupportedCapabilitiesSupportedCapabilities. withArchitecture(Architecture architecture)Set the architecture property: CPU architecture supported by an OS disk.
-