Class ManagementPolicyRule

java.lang.Object
com.microsoft.azure.management.storage.ManagementPolicyRule

public class ManagementPolicyRule extends Object
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 rule is enabled if set to true.
      Returns:
      the enabled value
    • withEnabled

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

      public String name()
      Get 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 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 String type()
      Get the valid value is Lifecycle.
      Returns:
      the type value
    • withType

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

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

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