public class WorkspaceInfo extends Object
| Constructor and Description |
|---|
WorkspaceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
customerId()
Get the customerId property: Log Analytics workspace identifier.
|
String |
id()
Get the id property: Azure Resource Manager identifier of the Log Analytics Workspace.
|
String |
location()
Get the location property: Location of the Log Analytics workspace.
|
void |
validate()
Validates the instance.
|
WorkspaceInfo |
withCustomerId(String customerId)
Set the customerId property: Log Analytics workspace identifier.
|
WorkspaceInfo |
withId(String id)
Set the id property: Azure Resource Manager identifier of the Log Analytics Workspace.
|
WorkspaceInfo |
withLocation(String location)
Set the location property: Location of the Log Analytics workspace.
|
public String id()
public WorkspaceInfo withId(String id)
id - the id value to set.public String location()
public WorkspaceInfo withLocation(String location)
location - the location value to set.public String customerId()
public WorkspaceInfo withCustomerId(String customerId)
customerId - the customerId value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.