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

public class Alias extends Object
The alias type.
  • Constructor Details

    • Alias

      public Alias()
  • Method Details

    • name

      public String name()
      Get the alias name.
      Returns:
      the name value
    • withName

      public Alias withName(String name)
      Set the alias name.
      Parameters:
      name - the name value to set
      Returns:
      the Alias object itself.
    • paths

      public List<AliasPath> paths()
      Get the paths for an alias.
      Returns:
      the paths value
    • withPaths

      public Alias withPaths(List<AliasPath> paths)
      Set the paths for an alias.
      Parameters:
      paths - the paths value to set
      Returns:
      the Alias object itself.
    • type

      public AliasType type()
      Get the type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask'.
      Returns:
      the type value
    • withType

      public Alias withType(AliasType type)
      Set the type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask'.
      Parameters:
      type - the type value to set
      Returns:
      the Alias object itself.
    • defaultPath

      public String defaultPath()
      Get the default path for an alias.
      Returns:
      the defaultPath value
    • withDefaultPath

      public Alias withDefaultPath(String defaultPath)
      Set the default path for an alias.
      Parameters:
      defaultPath - the defaultPath value to set
      Returns:
      the Alias object itself.
    • defaultPattern

      public AliasPattern defaultPattern()
      Get the default pattern for an alias.
      Returns:
      the defaultPattern value
    • withDefaultPattern

      public Alias withDefaultPattern(AliasPattern defaultPattern)
      Set the default pattern for an alias.
      Parameters:
      defaultPattern - the defaultPattern value to set
      Returns:
      the Alias object itself.
    • defaultMetadata

      public AliasPathMetadata defaultMetadata()
      Get the default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata.
      Returns:
      the defaultMetadata value