PolicyAliasPathTokenType Struct

Definition

The type of the token that the alias path is referring to.

public readonly struct PolicyAliasPathTokenType : IEquatable<Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPathTokenType>
type PolicyAliasPathTokenType = struct
Public Structure PolicyAliasPathTokenType
Implements IEquatable(Of PolicyAliasPathTokenType)
Inheritance
PolicyAliasPathTokenType
Implements

Constructors

Name Description
PolicyAliasPathTokenType(String)

Initializes a new instance of PolicyAliasPathTokenType.

Properties

Name Description
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

Name Description
Equals(PolicyAliasPathTokenType)

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

Name Description
Equality(PolicyAliasPathTokenType, PolicyAliasPathTokenType)

Determines if two PolicyAliasPathTokenType values are the same.

Implicit(String to Nullable<PolicyAliasPathTokenType>)
Implicit(String to PolicyAliasPathTokenType)

Converts a string to a PolicyAliasPathTokenType.

Inequality(PolicyAliasPathTokenType, PolicyAliasPathTokenType)

Determines if two PolicyAliasPathTokenType values are not the same.

Applies to