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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET