public class LogAnalytics extends Object
| Constructor and Description |
|---|
LogAnalytics() |
| Modifier and Type | Method and Description |
|---|---|
LogAnalytics |
withWorkspaceId(String workspaceId)
Set the workspaceId value.
|
LogAnalytics |
withWorkspaceKey(String workspaceKey)
Set the workspaceKey value.
|
String |
workspaceId()
Get the workspaceId value.
|
String |
workspaceKey()
Get the workspaceKey value.
|
public String workspaceId()
public LogAnalytics withWorkspaceId(String workspaceId)
workspaceId - the workspaceId value to setpublic String workspaceKey()
public LogAnalytics withWorkspaceKey(String workspaceKey)
workspaceKey - the workspaceKey value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/