ResourceTypeAliasPathTokenType Struct
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.
The type of the token that the alias path is referring to.
public readonly struct ResourceTypeAliasPathTokenType : IEquatable<Azure.ResourceManager.Resources.Models.ResourceTypeAliasPathTokenType>
type ResourceTypeAliasPathTokenType = struct
Public Structure ResourceTypeAliasPathTokenType
Implements IEquatable(Of ResourceTypeAliasPathTokenType)
- Inheritance
-
ResourceTypeAliasPathTokenType
- Implements
Constructors
ResourceTypeAliasPathTokenType(String) |
Initializes a new instance of ResourceTypeAliasPathTokenType. |
Properties
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. |
Methods
Equals(ResourceTypeAliasPathTokenType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ResourceTypeAliasPathTokenType, ResourceTypeAliasPathTokenType) |
Determines if two ResourceTypeAliasPathTokenType values are the same. |
Implicit(String to ResourceTypeAliasPathTokenType) |
Converts a string to a ResourceTypeAliasPathTokenType. |
Inequality(ResourceTypeAliasPathTokenType, ResourceTypeAliasPathTokenType) |
Determines if two ResourceTypeAliasPathTokenType values are not the same. |
Applies to
Azure SDK for .NET