Class FeatureProperties

java.lang.Object
com.azure.resourcemanager.resources.models.FeatureProperties

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

    • FeatureProperties

      public FeatureProperties()
      Creates an instance of FeatureProperties class.
  • Method Details

    • state

      public String state()
      Get the state property: The registration state of the feature for the subscription.
      Returns:
      the state value.
    • withState

      public FeatureProperties withState(String state)
      Set the state property: The registration state of the feature for the subscription.
      Parameters:
      state - the state value to set.
      Returns:
      the FeatureProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.