Class FirewallPolicyLogAnalyticsWorkspace
- java.lang.Object
-
- com.azure.resourcemanager.network.models.FirewallPolicyLogAnalyticsWorkspace
-
public final class FirewallPolicyLogAnalyticsWorkspace extends Object
Log Analytics Workspace for Firewall Policy Insights.
-
-
Constructor Summary
Constructors Constructor Description FirewallPolicyLogAnalyticsWorkspace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringregion()Get the region property: Region to configure the Workspace.voidvalidate()Validates the instance.FirewallPolicyLogAnalyticsWorkspacewithRegion(String region)Set the region property: Region to configure the Workspace.FirewallPolicyLogAnalyticsWorkspacewithWorkspaceId(com.azure.core.management.SubResource workspaceId)Set the workspaceId property: The workspace Id for Firewall Policy Insights.com.azure.core.management.SubResourceworkspaceId()Get the workspaceId property: The workspace Id for Firewall Policy Insights.
-
-
-
Method Detail
-
region
public String region()
Get the region property: Region to configure the Workspace.- Returns:
- the region value.
-
withRegion
public FirewallPolicyLogAnalyticsWorkspace withRegion(String region)
Set the region property: Region to configure the Workspace.- Parameters:
region- the region value to set.- Returns:
- the FirewallPolicyLogAnalyticsWorkspace object itself.
-
workspaceId
public com.azure.core.management.SubResource workspaceId()
Get the workspaceId property: The workspace Id for Firewall Policy Insights.- Returns:
- the workspaceId value.
-
withWorkspaceId
public FirewallPolicyLogAnalyticsWorkspace withWorkspaceId(com.azure.core.management.SubResource workspaceId)
Set the workspaceId property: The workspace Id for Firewall Policy Insights.- Parameters:
workspaceId- the workspaceId value to set.- Returns:
- the FirewallPolicyLogAnalyticsWorkspace object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-