Cluster.AssociatedWorkspaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.Collections.Generic.IList<AssociatedWorkspace>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute