Class AliasPathMetadata
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.AliasPathMetadata
-
public final class AliasPathMetadata extends Object
The AliasPathMetadata model.
-
-
Constructor Summary
Constructors Constructor Description AliasPathMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AliasPathAttributesattributes()Get the attributes property: The attributes of the token that the alias path is referring to.AliasPathTokenTypetype()Get the type property: The type of the token that the alias path is referring to.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
type
public AliasPathTokenType type()
Get the type property: The type of the token that the alias path is referring to.- Returns:
- the type value.
-
attributes
public AliasPathAttributes attributes()
Get the attributes property: The attributes of the token that the alias path is referring to.- Returns:
- the attributes value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-