Table of Contents

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

ResourceTypeAliasPathTokenType

Array

The token type is array.

public static ResourceTypeAliasPathTokenType Array { get; }

Property Value

ResourceTypeAliasPathTokenType

Boolean

The token type is boolean.

public static ResourceTypeAliasPathTokenType Boolean { get; }

Property Value

ResourceTypeAliasPathTokenType

Integer

The token type is integer.

public static ResourceTypeAliasPathTokenType Integer { get; }

Property Value

ResourceTypeAliasPathTokenType

NotSpecified

The token type is not specified.

public static ResourceTypeAliasPathTokenType NotSpecified { get; }

Property Value

ResourceTypeAliasPathTokenType

Number

The token type is number.

public static ResourceTypeAliasPathTokenType Number { get; }

Property Value

ResourceTypeAliasPathTokenType

Object

The token type is object.

public static ResourceTypeAliasPathTokenType Object { get; }

Property Value

ResourceTypeAliasPathTokenType

String

The token type is string.

public static ResourceTypeAliasPathTokenType String { get; }

Property Value

ResourceTypeAliasPathTokenType

Methods

Equals(ResourceTypeAliasPathTokenType)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(ResourceTypeAliasPathTokenType other)

Parameters

other ResourceTypeAliasPathTokenType

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

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

left ResourceTypeAliasPathTokenType
right ResourceTypeAliasPathTokenType

Returns

bool

implicit operator ResourceTypeAliasPathTokenType(string)

Converts a string to a ResourceTypeAliasPathTokenType.

public static implicit operator ResourceTypeAliasPathTokenType(string value)

Parameters

value string

Returns

ResourceTypeAliasPathTokenType

operator !=(ResourceTypeAliasPathTokenType, ResourceTypeAliasPathTokenType)

Determines if two ResourceTypeAliasPathTokenType values are not the same.

public static bool operator !=(ResourceTypeAliasPathTokenType left, ResourceTypeAliasPathTokenType right)

Parameters

left ResourceTypeAliasPathTokenType
right ResourceTypeAliasPathTokenType

Returns

bool