Interface DiagnosticSetting.UpdateStages.WithLogAnalytics

    • Method Detail

      • withLogAnalytics

        DiagnosticSetting.Update withLogAnalytics​(String workspaceId)
        Sets Log Analytics workspace for data transfer.
        Parameters:
        workspaceId - of Log Analytics that should exist in the same region as resource.
        Returns:
        the next stage of the Diagnostic Settings update.
      • withoutLogAnalytics

        DiagnosticSetting.Update withoutLogAnalytics()
        Removes the Log Analytics from the Diagnostic Settings.
        Returns:
        the next stage of the Diagnostic Settings update.