Uses of Class
com.azure.resourcemanager.compute.models.Architecture
Packages that use Architecture
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 ArchitectureModifier and TypeMethodDescriptionCommunityGalleryImageInner.architecture()Get the architecture property: The architecture of the image.CommunityGalleryImageProperties.architecture()Get the architecture property: The architecture of the image.GalleryImageInner.architecture()Get the architecture property: The architecture of the image.GalleryImageProperties.architecture()Get the architecture property: The architecture of the image.SharedGalleryImageInner.architecture()Get the architecture property: The architecture of the image.SharedGalleryImageProperties.architecture()Get the architecture property: The architecture of the image.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ArchitectureModifier and TypeMethodDescriptionCommunityGalleryImageInner.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image.CommunityGalleryImageProperties.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image.GalleryImageInner.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image.GalleryImageProperties.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image.SharedGalleryImageInner.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image.SharedGalleryImageProperties.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image. -
Uses of Architecture in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type Architecture in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classCPU architecture supported by an OS disk.Fields in com.azure.resourcemanager.compute.models declared as ArchitectureModifier and TypeFieldDescriptionstatic final ArchitectureArchitecture.ARM64Static value Arm64 for Architecture.static final ArchitectureArchitecture.X64Static value x64 for Architecture.Methods in com.azure.resourcemanager.compute.models that return ArchitectureModifier and TypeMethodDescriptionGalleryImageUpdate.architecture()Get the architecture property: The architecture of the image.SupportedCapabilities.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 ArchitectureModifier and TypeMethodDescriptionstatic Collection<Architecture> Architecture.values()Gets known Architecture values.Methods in com.azure.resourcemanager.compute.models with parameters of type ArchitectureModifier and TypeMethodDescriptionGalleryImageUpdate.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image.SupportedCapabilities.withArchitecture(Architecture architecture) Set the architecture property: CPU architecture supported by an OS disk.