AliasPathMetadata Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.deployments.models.AliasPathMetadata

Implements

public final class AliasPathMetadata
implements JsonSerializable<AliasPathMetadata>

The AliasPathMetadata model.

Method Summary

Modifier and Type Method and Description
AliasPathAttributes attributes()

Get the attributes property: The attributes of the token that the alias path is referring to.

static AliasPathMetadata fromJson(JsonReader jsonReader)

Reads an instance of AliasPathMetadata from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
AliasPathTokenType type()

Get the type property: The type of the token that the alias path is referring to.

Methods inherited from java.lang.Object

Method Details

attributes

public AliasPathAttributes attributes()

Get the attributes property: The attributes of the token that the alias path is referring to.

Returns:

the attributes value.

fromJson

public static AliasPathMetadata fromJson(JsonReader jsonReader)

Reads an instance of AliasPathMetadata from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AliasPathMetadata if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AliasPathMetadata.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public AliasPathTokenType type()

Get the type property: The type of the token that the alias path is referring to.

Returns:

the type value.

Applies to