次の方法で共有


ApplicationInsightsComponentAnalyticsItem.Scope プロパティ

定義

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントへのアクセス権を持つすべてのユーザー間で共有されているかどうかを示す列挙型を取得または設定します。 使用可能な値は、'shared'、'user' です。

[Newtonsoft.Json.JsonProperty(PropertyName="Scope")]
public string Scope { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Scope")>]
member this.Scope : string with get, set
Public Property Scope As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象