Uses of Class
com.azure.resourcemanager.compute.models.RecommendedMachineConfiguration
Packages that use RecommendedMachineConfiguration
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RecommendedMachineConfiguration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return RecommendedMachineConfigurationModifier and TypeMethodDescriptionCommunityGalleryImageInner.recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.CommunityGalleryImageProperties.recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImageInner.recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImageProperties.recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.SharedGalleryImageInner.recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.SharedGalleryImageProperties.recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type RecommendedMachineConfigurationModifier and TypeMethodDescriptionCommunityGalleryImageInner.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.CommunityGalleryImageProperties.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImageInner.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImageProperties.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.SharedGalleryImageInner.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.SharedGalleryImageProperties.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition. -
Uses of RecommendedMachineConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return RecommendedMachineConfigurationModifier and TypeMethodDescriptionRecommendedMachineConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecommendedMachineConfiguration from the JsonReader.GalleryImageUpdate.recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImage.recommendedVirtualMachineConfiguration()Gets the value describing recommended configuration for a virtual machine based on this image.RecommendedMachineConfiguration.withMemory(ResourceRange memory) Set the memory property: Describes the resource range.RecommendedMachineConfiguration.withVCPUs(ResourceRange vCPUs) Set the vCPUs property: Describes the resource range.Methods in com.azure.resourcemanager.compute.models with parameters of type RecommendedMachineConfigurationModifier and TypeMethodDescriptionGalleryImageUpdate.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig) Specifies recommended configuration for the virtual machine based on the image.GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig) Specifies recommended configuration for the virtual machine based on the image.