Share via


AnalyticsItemTypeContent Struct

Definition

The AnalyticsItemTypeContent.

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

Constructors

AnalyticsItemTypeContent(String)

Initializes a new instance of AnalyticsItemTypeContent.

Properties

Folder

folder.

Function

function.

None

none.

Query

query.

Recent

recent.

Methods

Equals(AnalyticsItemTypeContent)

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

Determines if two AnalyticsItemTypeContent values are the same.

Implicit(String to AnalyticsItemTypeContent)

Converts a string to a AnalyticsItemTypeContent.

Inequality(AnalyticsItemTypeContent, AnalyticsItemTypeContent)

Determines if two AnalyticsItemTypeContent values are not the same.

Applies to