Class ManagementPolicyRule

java.lang.Object
com.azure.resourcemanager.storage.models.ManagementPolicyRule
All Implemented Interfaces:
com.azure.json.JsonSerializable<ManagementPolicyRule>

public final class ManagementPolicyRule extends Object implements com.azure.json.JsonSerializable<ManagementPolicyRule>
An object that wraps the Lifecycle rule. Each rule is uniquely defined by name.
  • Constructor Details

    • ManagementPolicyRule

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

    • enabled

      public Boolean enabled()
      Get the enabled property: Rule is enabled if set to true.
      Returns:
      the enabled value.
    • withEnabled

      public ManagementPolicyRule withEnabled(Boolean enabled)
      Set the enabled property: Rule is enabled if set to true.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the ManagementPolicyRule object itself.
    • name

      public String name()
      Get the name property: A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
      Returns:
      the name value.
    • withName

      public ManagementPolicyRule withName(String name)
      Set the name property: A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
      Parameters:
      name - the name value to set.
      Returns:
      the ManagementPolicyRule object itself.
    • type

      public RuleType type()
      Get the type property: The valid value is Lifecycle.
      Returns:
      the type value.
    • withType

      public ManagementPolicyRule withType(RuleType type)
      Set the type property: The valid value is Lifecycle.
      Parameters:
      type - the type value to set.
      Returns:
      the ManagementPolicyRule object itself.
    • definition

      public ManagementPolicyDefinition definition()
      Get the definition property: An object that defines the Lifecycle rule.
      Returns:
      the definition value.
    • withDefinition

      public ManagementPolicyRule withDefinition(ManagementPolicyDefinition definition)
      Set the definition property: An object that defines the Lifecycle rule.
      Parameters:
      definition - the definition value to set.
      Returns:
      the ManagementPolicyRule object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<ManagementPolicyRule>
      Throws:
      IOException
    • fromJson

      public static ManagementPolicyRule fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ManagementPolicyRule from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ManagementPolicyRule if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the ManagementPolicyRule.