Class AliasPathMetadata
java.lang.Object
com.microsoft.azure.management.resources.AliasPathMetadata
The AliasPathMetadata model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the attributes of the token that the alias path is referring to.type()
Get the type of the token that the alias path is referring to.
-
Constructor Details
-
AliasPathMetadata
public AliasPathMetadata()
-
-
Method Details
-
type
Get the type of the token that the alias path is referring to. Possible values include: 'NotSpecified', 'Any', 'String', 'Object', 'Array', 'Integer', 'Number', 'Boolean'.- Returns:
- the type value
-
attributes
Get the attributes of the token that the alias path is referring to. Possible values include: 'None', 'Modifiable'.- Returns:
- the attributes value
-