次の方法で共有


Cluster.AssociatedWorkspaces プロパティ

定義

クラスターに関連付けられている Log Analytics ワークスペースの一覧を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="properties.associatedWorkspaces")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.AssociatedWorkspace> AssociatedWorkspaces { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.associatedWorkspaces")>]
member this.AssociatedWorkspaces : System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.AssociatedWorkspace> with get, set
Public Property AssociatedWorkspaces As IList(Of AssociatedWorkspace)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象