Class Alias
java.lang.Object
com.microsoft.azure.management.resources.Alias
The alias type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the default alias path metadata.Get the default path for an alias.Get the default pattern for an alias.name()
Get the alias name.paths()
Get the paths for an alias.type()
Get the type of the alias.withDefaultPath
(String defaultPath) Set the default path for an alias.withDefaultPattern
(AliasPattern defaultPattern) Set the default pattern for an alias.Set the alias name.Set the paths for an alias.Set the type of the alias.
-
Constructor Details
-
Alias
public Alias()
-
-
Method Details
-
name
Get the alias name.- Returns:
- the name value
-
withName
Set the alias name.- Parameters:
name
- the name value to set- Returns:
- the Alias object itself.
-
paths
Get the paths for an alias.- Returns:
- the paths value
-
withPaths
Set the paths for an alias.- Parameters:
paths
- the paths value to set- Returns:
- the Alias object itself.
-
type
Get the type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask'.- Returns:
- the type value
-
withType
Set the type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask'.- Parameters:
type
- the type value to set- Returns:
- the Alias object itself.
-
defaultPath
Get the default path for an alias.- Returns:
- the defaultPath value
-
withDefaultPath
Set the default path for an alias.- Parameters:
defaultPath
- the defaultPath value to set- Returns:
- the Alias object itself.
-
defaultPattern
Get the default pattern for an alias.- Returns:
- the defaultPattern value
-
withDefaultPattern
Set the default pattern for an alias.- Parameters:
defaultPattern
- the defaultPattern value to set- Returns:
- the Alias object itself.
-
defaultMetadata
Get the default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata.- Returns:
- the defaultMetadata value
-