public static interface DiagnosticSetting.UpdateStages.WithLogAnalytics
| Modifier and Type | Method and Description |
|---|---|
DiagnosticSetting.Update |
withLogAnalytics(String workspaceId)
Sets Log Analytics workspace for data transfer.
|
DiagnosticSetting.Update |
withoutLogAnalytics()
Removes the Log Analytics from the Diagnostic Settings.
|
DiagnosticSetting.Update withLogAnalytics(String workspaceId)
workspaceId - of Log Analytics that should exist in the same region as resource.DiagnosticSetting.Update withoutLogAnalytics()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/