Class VirtualMachineImageFeature

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

public class VirtualMachineImageFeature extends Object
Specifies additional capabilities supported by the image.
  • Constructor Details

    • VirtualMachineImageFeature

      public VirtualMachineImageFeature()
  • Method Details

    • name

      public String name()
      Get the name of the feature.
      Returns:
      the name value
    • withName

      public VirtualMachineImageFeature withName(String name)
      Set the name of the feature.
      Parameters:
      name - the name value to set
      Returns:
      the VirtualMachineImageFeature object itself.
    • value

      public String value()
      Get the corresponding value for the feature.
      Returns:
      the value value
    • withValue

      public VirtualMachineImageFeature withValue(String value)
      Set the corresponding value for the feature.
      Parameters:
      value - the value value to set
      Returns:
      the VirtualMachineImageFeature object itself.