AliasPathTokenType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for AliasPathTokenType.
public static class AliasPathTokenType
type AliasPathTokenType = class
Public Class AliasPathTokenType
- Inheritance
-
AliasPathTokenType
Fields
Any |
The token type can be anything. |
Array |
The token type is array. |
Boolean |
The token type is boolean. |
Integer |
The token type is integer. |
NotSpecified |
The token type is not specified. |
Number |
The token type is number. |
Object |
The token type is object. |
String |
The token type is string. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET