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.
|
Modifier and Type | Method and Description |
---|---|
RecommendedMachineConfiguration |
GalleryImageInner.recommended()
Get the recommended property: The properties describe the recommended machine configuration for this Image
Definition.
|
Modifier and Type | Method and Description |
---|---|
GalleryImageInner |
GalleryImageInner.withRecommended(RecommendedMachineConfiguration recommended)
Set the recommended property: The properties describe the recommended machine configuration for this Image
Definition.
|
Modifier and Type | Method and Description |
---|---|
RecommendedMachineConfiguration |
GalleryImageUpdate.recommended()
Get the recommended property: The properties describe the recommended machine configuration for this Image
Definition.
|
RecommendedMachineConfiguration |
GalleryImage.recommendedVirtualMachineConfiguration() |
RecommendedMachineConfiguration |
RecommendedMachineConfiguration.withMemory(ResourceRange memory)
Set the memory property: Describes the resource range.
|
RecommendedMachineConfiguration |
RecommendedMachineConfiguration.withVCPUs(ResourceRange vCPUs)
Set the vCPUs property: Describes the resource range.
|
Modifier and Type | Method and Description |
---|---|
GalleryImageUpdate |
GalleryImageUpdate.withRecommended(RecommendedMachineConfiguration recommended)
Set the recommended property: The properties describe the recommended machine configuration for this Image
Definition.
|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig)
Specifies recommended configuration for the virtual machine based on the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig)
Specifies recommended configuration for the virtual machine based on the image.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.