Interface Cluster.DefinitionStages.WithAssociatedWorkspaces

All Known Subinterfaces:
Cluster.Definition, Cluster.DefinitionStages.WithCreate
Enclosing interface:
Cluster.DefinitionStages

public static interface Cluster.DefinitionStages.WithAssociatedWorkspaces
The stage of the Cluster definition allowing to specify associatedWorkspaces.
  • Method Details

    • withAssociatedWorkspaces

      Cluster.DefinitionStages.WithCreate withAssociatedWorkspaces(List<AssociatedWorkspace> associatedWorkspaces)
      Specifies the associatedWorkspaces property: The list of Log Analytics workspaces associated with the cluster.
      Parameters:
      associatedWorkspaces - The list of Log Analytics workspaces associated with the cluster.
      Returns:
      the next definition stage.