Class AliasPathType
- java.lang.Object
-
- com.microsoft.azure.management.resources.AliasPathType
-
public class AliasPathType extends Object
The type of the paths for alias.
-
-
Constructor Summary
Constructors Constructor Description AliasPathType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>apiVersions()Get the apiVersions value.Stringpath()Get the path value.AliasPathTypewithApiVersions(List<String> apiVersions)Set the apiVersions value.AliasPathTypewithPath(String path)Set the path value.
-
-
-
Method Detail
-
path
public String path()
Get the path value.- Returns:
- the path value
-
withPath
public AliasPathType withPath(String path)
Set the path value.- Parameters:
path- the path value to set- Returns:
- the AliasPathType object itself.
-
apiVersions
public List<String> apiVersions()
Get the apiVersions value.- Returns:
- the apiVersions value
-
withApiVersions
public AliasPathType withApiVersions(List<String> apiVersions)
Set the apiVersions value.- Parameters:
apiVersions- the apiVersions value to set- Returns:
- the AliasPathType object itself.
-
-