Share via


Cluster.AssociatedWorkspaces Property

Definition

Gets or sets the list of Log Analytics workspaces associated with the cluster

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to