AliasPathMetadata Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. AliasPathMetadata
- com.
Implements
public final class AliasPathMetadata
implements JsonSerializable<AliasPathMetadata>
The AliasPathMetadata model.
Constructor Summary
| Constructor | Description |
|---|---|
| AliasPathMetadata() |
Creates an instance of Alias |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Alias |
attributes()
Get the attributes property: The attributes of the token that the alias path is referring to. |
|
static
Alias |
fromJson(JsonReader jsonReader)
Reads an instance of Alias |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Alias |
type()
Get the type property: The type of the token that the alias path is referring to. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AliasPathMetadata
public AliasPathMetadata()
Creates an instance of AliasPathMetadata class.
Method Details
attributes
public AliasPathAttributes attributes()
Get the attributes property: The attributes of the token that the alias path is referring to.
Returns:
fromJson
public static AliasPathMetadata fromJson(JsonReader jsonReader)
Reads an instance of AliasPathMetadata from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public AliasPathTokenType type()
Get the type property: The type of the token that the alias path is referring to.
Returns:
validate
public void validate()
Validates the instance.