Show / Hide Table of Contents

    Class Disallowed

    Describes the disallowed disk types.

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

    Constructors

    Disallowed()

    Initializes a new instance of the Disallowed class.

    Declaration
    public Disallowed ();

    Disallowed(IList<String>)

    Initializes a new instance of the Disallowed class.

    Declaration
    public Disallowed (System.Collections.Generic.IList<string> diskTypes = null);
    Parameters
    IList<String> diskTypes

    A list of disk types.

    Properties

    DiskTypes

    Gets or sets a list of disk types.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="diskTypes")]
    public System.Collections.Generic.IList<string> DiskTypes { get; set; }
    Property Value
    IList<String>

    Back to top Azure SDK for Net