ResourceTypeAliasPathTokenType Struct

Definition

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