Class Disallowed
java.lang.Object
com.microsoft.azure.management.compute.Disallowed
Describes the disallowed disk types.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of disk types.withDiskTypes
(List<String> diskTypes) Set a list of disk types.
-
Constructor Details
-
Disallowed
public Disallowed()
-
-
Method Details
-
diskTypes
Get a list of disk types.- Returns:
- the diskTypes value
-
withDiskTypes
Set a list of disk types.- Parameters:
diskTypes
- the diskTypes value to set- Returns:
- the Disallowed object itself.
-