Class AliasPathType
java.lang.Object
com.microsoft.azure.management.resources.AliasPathType
The type of the paths for alias.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
AliasPathTypepublic AliasPathType()
 
- 
- 
Method Details- 
pathGet the path of an alias.- Returns:
- the path value
 
- 
withPathSet the path of an alias.- Parameters:
- path- the path value to set
- Returns:
- the AliasPathType object itself.
 
- 
apiVersionsGet the API versions.- Returns:
- the apiVersions value
 
- 
withApiVersionsSet the API versions.- Parameters:
- apiVersions- the apiVersions value to set
- Returns:
- the AliasPathType object itself.
 
 
-