Uses of Class
com.azure.resourcemanager.loganalytics.models.AssociatedWorkspace
Packages that use AssociatedWorkspace
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
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
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.