Show / Hide Table of Contents

    Class DedicatedHostAvailableCapacity

    Dedicated host unutilized capacity.

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

    Constructors

    DedicatedHostAvailableCapacity()

    Initializes a new instance of the DedicatedHostAvailableCapacity class.

    Declaration
    public DedicatedHostAvailableCapacity ();

    DedicatedHostAvailableCapacity(IList<DedicatedHostAllocatableVM>)

    Initializes a new instance of the DedicatedHostAvailableCapacity class.

    Declaration
    public DedicatedHostAvailableCapacity (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM> allocatableVMs = null);
    Parameters
    IList<DedicatedHostAllocatableVM> allocatableVMs

    The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host.

    Properties

    AllocatableVMs

    Gets or sets the unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="allocatableVMs")]
    public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM> AllocatableVMs { get; set; }
    Property Value
    IList<DedicatedHostAllocatableVM>

    Back to top Azure SDK for Net