CanonicalPropertyValueType Struct

Definition

Type of canonical property value.

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

Constructors

CanonicalPropertyValueType(String)

Initializes a new instance of CanonicalPropertyValueType.

Properties

Categorical

Categorical.

DerivedCategorical

DerivedCategorical.

DerivedNumeric

DerivedNumeric.

Numeric

Numeric.

Methods

Equals(CanonicalPropertyValueType)

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(CanonicalPropertyValueType, CanonicalPropertyValueType)

Determines if two CanonicalPropertyValueType values are the same.

Implicit(String to CanonicalPropertyValueType)

Converts a string to a CanonicalPropertyValueType.

Inequality(CanonicalPropertyValueType, CanonicalPropertyValueType)

Determines if two CanonicalPropertyValueType values are not the same.

Applies to