Class AliasPathType
java.lang.Object
com.microsoft.azure.management.resources.AliasPathType
The type of the paths for alias.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the API versions.path()
Get the path of an alias.withApiVersions
(List<String> apiVersions) Set the API versions.Set the path of an alias.
-
Constructor Details
-
AliasPathType
public AliasPathType()
-
-
Method Details
-
path
Get the path of an alias.- Returns:
- the path value
-
withPath
Set the path of an alias.- Parameters:
path
- the path value to set- Returns:
- the AliasPathType object itself.
-
apiVersions
Get the API versions.- Returns:
- the apiVersions value
-
withApiVersions
Set the API versions.- Parameters:
apiVersions
- the apiVersions value to set- Returns:
- the AliasPathType object itself.
-