Class AliasPathType

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

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

    • AliasPathType

      public AliasPathType()
  • Method Details

    • path

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

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

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

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