Uses of Class
com.azure.resourcemanager.loganalytics.models.AssociatedWorkspace
Packages that use AssociatedWorkspace
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of AssociatedWorkspace in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return types with arguments of type AssociatedWorkspaceModifier and TypeMethodDescriptionClusterInner.associatedWorkspaces()Get the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster.ClusterProperties.associatedWorkspaces()Get the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster.Method parameters in com.azure.resourcemanager.loganalytics.fluent.models with type arguments of type AssociatedWorkspaceModifier and TypeMethodDescriptionClusterInner.withAssociatedWorkspaces(List<AssociatedWorkspace> associatedWorkspaces) Set the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster.ClusterProperties.withAssociatedWorkspaces(List<AssociatedWorkspace> associatedWorkspaces) Set the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster. -
Uses of AssociatedWorkspace in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type AssociatedWorkspaceModifier and TypeClassDescriptionfinal classThe list of Log Analytics workspaces associated with the cluster.Methods in com.azure.resourcemanager.loganalytics.models that return AssociatedWorkspaceModifier and TypeMethodDescriptionstatic AssociatedWorkspaceAssociatedWorkspace.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AssociatedWorkspace from the JsonReader.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type AssociatedWorkspaceModifier and TypeMethodDescriptionCluster.associatedWorkspaces()Gets the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type AssociatedWorkspaceModifier and TypeMethodDescriptionCluster.DefinitionStages.WithAssociatedWorkspaces.withAssociatedWorkspaces(List<AssociatedWorkspace> associatedWorkspaces) Specifies the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster.