Class AliasType
- java.lang.Object
-
- com.microsoft.azure.management.resources.AliasType
-
public class AliasType extends Object
The alias type.
-
-
Constructor Summary
Constructors Constructor Description AliasType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name value.List<AliasPathType>paths()Get the paths value.AliasTypewithName(String name)Set the name value.AliasTypewithPaths(List<AliasPathType> paths)Set the paths value.
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public AliasType withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the AliasType object itself.
-
paths
public List<AliasPathType> paths()
Get the paths value.- Returns:
- the paths value
-
withPaths
public AliasType withPaths(List<AliasPathType> paths)
Set the paths value.- Parameters:
paths- the paths value to set- Returns:
- the AliasType object itself.
-
-