public final class FirewallPolicyLogAnalyticsWorkspace extends Object
| Constructor and Description |
|---|
FirewallPolicyLogAnalyticsWorkspace() |
| Modifier and Type | Method and Description |
|---|---|
String |
region()
Get the region property: Region to configure the Workspace.
|
void |
validate()
Validates the instance.
|
FirewallPolicyLogAnalyticsWorkspace |
withRegion(String region)
Set the region property: Region to configure the Workspace.
|
FirewallPolicyLogAnalyticsWorkspace |
withWorkspaceId(com.azure.core.management.SubResource workspaceId)
Set the workspaceId property: The workspace Id for Firewall Policy Insights.
|
com.azure.core.management.SubResource |
workspaceId()
Get the workspaceId property: The workspace Id for Firewall Policy Insights.
|
public String region()
public FirewallPolicyLogAnalyticsWorkspace withRegion(String region)
region - the region value to set.public com.azure.core.management.SubResource workspaceId()
public FirewallPolicyLogAnalyticsWorkspace withWorkspaceId(com.azure.core.management.SubResource workspaceId)
workspaceId - the workspaceId value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.