Uses of Class
com.azure.resourcemanager.compute.models.RecommendedMachineConfiguration
-
Packages that use RecommendedMachineConfiguration 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 RecommendedMachineConfiguration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return RecommendedMachineConfiguration Modifier and Type Method Description RecommendedMachineConfigurationCommunityGalleryImageInner. recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.RecommendedMachineConfigurationCommunityGalleryImageProperties. recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.RecommendedMachineConfigurationGalleryImageInner. recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.RecommendedMachineConfigurationGalleryImageProperties. recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.RecommendedMachineConfigurationSharedGalleryImageInner. recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.RecommendedMachineConfigurationSharedGalleryImageProperties. 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 RecommendedMachineConfiguration Modifier and Type Method Description CommunityGalleryImageInnerCommunityGalleryImageInner. withRecommended(RecommendedMachineConfiguration recommended)Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.CommunityGalleryImagePropertiesCommunityGalleryImageProperties. withRecommended(RecommendedMachineConfiguration recommended)Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImageInnerGalleryImageInner. withRecommended(RecommendedMachineConfiguration recommended)Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImagePropertiesGalleryImageProperties. withRecommended(RecommendedMachineConfiguration recommended)Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.SharedGalleryImageInnerSharedGalleryImageInner. withRecommended(RecommendedMachineConfiguration recommended)Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.SharedGalleryImagePropertiesSharedGalleryImageProperties. 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 RecommendedMachineConfiguration Modifier and Type Method Description RecommendedMachineConfigurationGalleryImageUpdate. recommended()Get the recommended property: The properties describe the recommended machine configuration for this Image Definition.RecommendedMachineConfigurationGalleryImage. recommendedVirtualMachineConfiguration()RecommendedMachineConfigurationRecommendedMachineConfiguration. withMemory(ResourceRange memory)Set the memory property: Describes the resource range.RecommendedMachineConfigurationRecommendedMachineConfiguration. withVCPUs(ResourceRange vCPUs)Set the vCPUs property: Describes the resource range.Methods in com.azure.resourcemanager.compute.models with parameters of type RecommendedMachineConfiguration Modifier and Type Method Description GalleryImageUpdateGalleryImageUpdate. withRecommended(RecommendedMachineConfiguration recommended)Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImage.DefinitionStages.WithCreateGalleryImage.DefinitionStages.WithRecommendedVMConfiguration. withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig)Specifies recommended configuration for the virtual machine based on the image.GalleryImage.UpdateGalleryImage.UpdateStages.WithRecommendedVMConfiguration. withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig)Specifies recommended configuration for the virtual machine based on the image.
-