Share via


ItemScopePath Struct

Definition

The ItemScopePath.

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

Constructors

ItemScopePath(String)

Initializes a new instance of ItemScopePath.

Properties

AnalyticsItems

analyticsItems.

MyAnalyticsItems

myanalyticsItems.

Methods

Equals(ItemScopePath)

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

Determines if two ItemScopePath values are the same.

Implicit(String to ItemScopePath)

Converts a string to a ItemScopePath.

Inequality(ItemScopePath, ItemScopePath)

Determines if two ItemScopePath values are not the same.

Applies to