Class FeatureProperties

java.lang.Object
com.microsoft.azure.management.resources.FeatureProperties

public class FeatureProperties extends Object
Information about feature.
  • Constructor Details

    • FeatureProperties

      public FeatureProperties()
  • Method Details

    • state

      public String state()
      Get the state value.
      Returns:
      the state value
    • withState

      public FeatureProperties withState(String state)
      Set the state value.
      Parameters:
      state - the state value to set
      Returns:
      the FeatureProperties object itself.