次の方法で共有


ItemScopePath 構造体

定義

ItemScopePath。

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

コンストラクター

ItemScopePath(String)

ItemScopePath の新しいインスタンスを初期化します。

プロパティ

AnalyticsItems

analyticsItems。

MyAnalyticsItems

myanalyticsItems。

メソッド

Equals(ItemScopePath)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ItemScopePath, ItemScopePath)

2 つの ItemScopePath 値が同じかどうかを判断します。

Implicit(String to ItemScopePath)

文字列を ItemScopePath に変換します。

Inequality(ItemScopePath, ItemScopePath)

2 つの ItemScopePath 値が同じでないかどうかを判断します。

適用対象