Struct ResourceTypeAliasPathTokenType
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
The type of the token that the alias path is referring to.
public readonly struct ResourceTypeAliasPathTokenType : IEquatable<ResourceTypeAliasPathTokenType>
- Implements
- Inherited Members
Constructors
ResourceTypeAliasPathTokenType(string)
Initializes a new instance of ResourceTypeAliasPathTokenType.
public ResourceTypeAliasPathTokenType(string value)
Parameters
value
string
Exceptions
- ArgumentNullException
value
is null.
Properties
Any
The token type can be anything.
public static ResourceTypeAliasPathTokenType Any { get; }
Property Value
Array
The token type is array.
public static ResourceTypeAliasPathTokenType Array { get; }
Property Value
Boolean
The token type is boolean.
public static ResourceTypeAliasPathTokenType Boolean { get; }
Property Value
Integer
The token type is integer.
public static ResourceTypeAliasPathTokenType Integer { get; }
Property Value
NotSpecified
The token type is not specified.
public static ResourceTypeAliasPathTokenType NotSpecified { get; }
Property Value
Number
The token type is number.
public static ResourceTypeAliasPathTokenType Number { get; }
Property Value
Object
The token type is object.
public static ResourceTypeAliasPathTokenType Object { get; }
Property Value
String
The token type is string.
public static ResourceTypeAliasPathTokenType String { get; }
Property Value
Methods
Equals(ResourceTypeAliasPathTokenType)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ResourceTypeAliasPathTokenType other)
Parameters
other
ResourceTypeAliasPathTokenTypeAn object to compare with this object.
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
Operators
operator ==(ResourceTypeAliasPathTokenType, ResourceTypeAliasPathTokenType)
Determines if two ResourceTypeAliasPathTokenType values are the same.
public static bool operator ==(ResourceTypeAliasPathTokenType left, ResourceTypeAliasPathTokenType right)
Parameters
Returns
implicit operator ResourceTypeAliasPathTokenType(string)
Converts a string to a ResourceTypeAliasPathTokenType.
public static implicit operator ResourceTypeAliasPathTokenType(string value)
Parameters
value
string
Returns
operator !=(ResourceTypeAliasPathTokenType, ResourceTypeAliasPathTokenType)
Determines if two ResourceTypeAliasPathTokenType values are not the same.
public static bool operator !=(ResourceTypeAliasPathTokenType left, ResourceTypeAliasPathTokenType right)