Class DisallowedConfiguration
java.lang.Object
com.microsoft.azure.management.compute.DisallowedConfiguration
Specifies the disallowed configuration for a virtual machine image.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet vM disk types which are disallowed.withVmDiskType
(VmDiskTypes vmDiskType) Set vM disk types which are disallowed.
-
Constructor Details
-
DisallowedConfiguration
public DisallowedConfiguration()
-
-
Method Details
-
vmDiskType
Get vM disk types which are disallowed. Possible values include: 'None', 'Unmanaged'.- Returns:
- the vmDiskType value
-
withVmDiskType
Set vM disk types which are disallowed. Possible values include: 'None', 'Unmanaged'.- Parameters:
vmDiskType
- the vmDiskType value to set- Returns:
- the DisallowedConfiguration object itself.
-