Class AliasPath
java.lang.Object
com.microsoft.azure.management.resources.AliasPath
The type of the paths for alias.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the API versions.metadata()
Get the metadata of the alias path.path()
Get the path of an alias.pattern()
Get the pattern for an alias path.withApiVersions
(List<String> apiVersions) Set the API versions.Set the path of an alias.withPattern
(AliasPattern pattern) Set the pattern for an alias path.
-
Constructor Details
-
AliasPath
public AliasPath()
-
-
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 AliasPath 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 AliasPath object itself.
-
pattern
Get the pattern for an alias path.- Returns:
- the pattern value
-
withPattern
Set the pattern for an alias path.- Parameters:
pattern
- the pattern value to set- Returns:
- the AliasPath object itself.
-
metadata
Get the metadata of the alias path. If missing, fall back to the default metadata of the alias.- Returns:
- the metadata value
-