Class AliasPath

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

public class AliasPath extends Object
The type of the paths for alias.
  • Constructor Details

    • AliasPath

      public AliasPath()
  • Method Details

    • path

      public String path()
      Get the path of an alias.
      Returns:
      the path value
    • withPath

      public AliasPath withPath(String path)
      Set the path of an alias.
      Parameters:
      path - the path value to set
      Returns:
      the AliasPath object itself.
    • apiVersions

      public List<String> apiVersions()
      Get the API versions.
      Returns:
      the apiVersions value
    • withApiVersions

      public AliasPath withApiVersions(List<String> apiVersions)
      Set the API versions.
      Parameters:
      apiVersions - the apiVersions value to set
      Returns:
      the AliasPath object itself.
    • pattern

      public AliasPattern pattern()
      Get the pattern for an alias path.
      Returns:
      the pattern value
    • withPattern

      public AliasPath withPattern(AliasPattern pattern)
      Set the pattern for an alias path.
      Parameters:
      pattern - the pattern value to set
      Returns:
      the AliasPath object itself.
    • metadata

      public AliasPathMetadata metadata()
      Get the metadata of the alias path. If missing, fall back to the default metadata of the alias.
      Returns:
      the metadata value