Show / Hide Table of Contents

    Class RecommendedMachineConfiguration

    The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.

    Inheritance
    Object
    RecommendedMachineConfiguration
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Compute.dll
    Syntax
    public class RecommendedMachineConfiguration

    Constructors

    RecommendedMachineConfiguration()

    Initializes a new instance of the RecommendedMachineConfiguration class.

    Declaration
    public RecommendedMachineConfiguration ();

    RecommendedMachineConfiguration(ResourceRange, ResourceRange)

    Initializes a new instance of the RecommendedMachineConfiguration class.

    Declaration
    public RecommendedMachineConfiguration (Microsoft.Azure.Management.Compute.Models.ResourceRange vCPUs = null, Microsoft.Azure.Management.Compute.Models.ResourceRange memory = null);
    Parameters
    ResourceRange vCPUs

    ResourceRange memory

    Properties

    Memory

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="memory")]
    public Microsoft.Azure.Management.Compute.Models.ResourceRange Memory { get; set; }
    Property Value
    ResourceRange

    VCPUs

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="vCPUs")]
    public Microsoft.Azure.Management.Compute.Models.ResourceRange VCPUs { get; set; }
    Property Value
    ResourceRange

    Back to top Azure SDK for Net