Class VirtualMachineImageFeature
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineImageFeature
Specifies additional capabilities supported by the image.
-
Constructor Details
-
VirtualMachineImageFeature
public VirtualMachineImageFeature()
-
-
Method Details
-
name
Get the name of the feature.- Returns:
- the name value
-
withName
Set the name of the feature.- Parameters:
name
- the name value to set- Returns:
- the VirtualMachineImageFeature object itself.
-
value
Get the corresponding value for the feature.- Returns:
- the value value
-
withValue
Set the corresponding value for the feature.- Parameters:
value
- the value value to set- Returns:
- the VirtualMachineImageFeature object itself.
-