AliasPattern Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. models. AliasPattern
- com.
Implements
public final class AliasPattern
implements JsonSerializable<AliasPattern>
The type of the pattern for an alias path.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Alias |
fromJson(JsonReader jsonReader)
Reads an instance of Alias |
| String |
phrase()
Get the phrase property: The alias pattern phrase. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Alias |
type()
Get the type property: The type of alias pattern. |
| String |
variable()
Get the variable property: The alias pattern variable. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AliasPattern fromJson(JsonReader jsonReader)
Reads an instance of AliasPattern from the JsonReader.
Parameters:
Returns:
Throws:
phrase
public String phrase()
Get the phrase property: The alias pattern phrase.
Returns:
toJson
type
public AliasPatternType type()
Get the type property: The type of alias pattern.
Returns:
variable
public String variable()
Get the variable property: The alias pattern variable.
Returns: