Share via


ItemTypeParameter Struct

Definition

The ItemTypeParameter.

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

Constructors

ItemTypeParameter(String)

Initializes a new instance of ItemTypeParameter.

Properties

Folder

folder.

Function

function.

None

none.

Query

query.

Recent

recent.

Methods

Equals(ItemTypeParameter)

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

Determines if two ItemTypeParameter values are the same.

Implicit(String to ItemTypeParameter)

Converts a string to a ItemTypeParameter.

Inequality(ItemTypeParameter, ItemTypeParameter)

Determines if two ItemTypeParameter values are not the same.

Applies to