Alias Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. models. Alias
- com.
Implements
public final class Alias
implements JsonSerializable<Alias>
The alias type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Alias |
defaultMetadata()
Get the default |
| String |
defaultPath()
Get the default |
|
Alias |
defaultPattern()
Get the default |
| static Alias |
fromJson(JsonReader jsonReader)
Reads an instance of Alias from the Json |
| String |
name()
Get the name property: The alias name. |
|
List<Alias |
paths()
Get the paths property: The paths for an alias. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Alias |
type()
Get the type property: The type of the alias. |
Methods inherited from java.lang.Object
Method Details
defaultMetadata
public AliasPathMetadata defaultMetadata()
Get the defaultMetadata property: The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata.
Returns:
defaultPath
public String defaultPath()
Get the defaultPath property: The default path for an alias.
Returns:
defaultPattern
public AliasPattern defaultPattern()
Get the defaultPattern property: The default pattern for an alias.
Returns:
fromJson
public static Alias fromJson(JsonReader jsonReader)
Reads an instance of Alias from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The alias name.
Returns:
paths
public List<AliasPath> paths()
Get the paths property: The paths for an alias.
Returns:
toJson
type
public AliasType type()
Get the type property: The type of the alias.
Returns: