Class AliasPattern

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

public class AliasPattern extends Object
The type of the pattern for an alias path.
  • Constructor Details

    • AliasPattern

      public AliasPattern()
  • Method Details

    • phrase

      public String phrase()
      Get the alias pattern phrase.
      Returns:
      the phrase value
    • withPhrase

      public AliasPattern withPhrase(String phrase)
      Set the alias pattern phrase.
      Parameters:
      phrase - the phrase value to set
      Returns:
      the AliasPattern object itself.
    • variable

      public String variable()
      Get the alias pattern variable.
      Returns:
      the variable value
    • withVariable

      public AliasPattern withVariable(String variable)
      Set the alias pattern variable.
      Parameters:
      variable - the variable value to set
      Returns:
      the AliasPattern object itself.
    • type

      public AliasPatternType type()
      Get the type of alias pattern. Possible values include: 'NotSpecified', 'Extract'.
      Returns:
      the type value
    • withType

      public AliasPattern withType(AliasPatternType type)
      Set the type of alias pattern. Possible values include: 'NotSpecified', 'Extract'.
      Parameters:
      type - the type value to set
      Returns:
      the AliasPattern object itself.