Class Disallowed

java.lang.Object
com.microsoft.azure.management.compute.Disallowed

public class Disallowed extends Object
Describes the disallowed disk types.
  • Constructor Details

    • Disallowed

      public Disallowed()
  • Method Details

    • diskTypes

      public List<String> diskTypes()
      Get a list of disk types.
      Returns:
      the diskTypes value
    • withDiskTypes

      public Disallowed withDiskTypes(List<String> diskTypes)
      Set a list of disk types.
      Parameters:
      diskTypes - the diskTypes value to set
      Returns:
      the Disallowed object itself.