Class Disallowed
Describes the disallowed disk types.
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. |