FirewallPolicyLogAnalyticsWorkspace Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. FirewallPolicyLogAnalyticsWorkspace
- com.
Implements
public final class FirewallPolicyLogAnalyticsWorkspace
implements JsonSerializable<FirewallPolicyLogAnalyticsWorkspace>
Log Analytics Workspace for Firewall Policy Insights.
Constructor Summary
Constructor | Description |
---|---|
FirewallPolicyLogAnalyticsWorkspace() |
Creates an instance of Firewall |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Firewall |
fromJson(JsonReader jsonReader)
Reads an instance of Firewall |
String |
region()
Get the region property: Region to configure the Workspace. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Firewall |
withRegion(String region)
Set the region property: Region to configure the Workspace. |
Firewall |
withWorkspaceId(SubResource workspaceId)
Set the workspace |
Sub |
workspaceId()
Get the workspace |
Methods inherited from java.lang.Object
Constructor Details
FirewallPolicyLogAnalyticsWorkspace
public FirewallPolicyLogAnalyticsWorkspace()
Creates an instance of FirewallPolicyLogAnalyticsWorkspace class.
Method Details
fromJson
public static FirewallPolicyLogAnalyticsWorkspace fromJson(JsonReader jsonReader)
Reads an instance of FirewallPolicyLogAnalyticsWorkspace from the JsonReader.
Parameters:
Returns:
Throws:
region
public String region()
Get the region property: Region to configure the Workspace.
Returns:
toJson
validate
public void validate()
Validates the instance.
withRegion
public FirewallPolicyLogAnalyticsWorkspace withRegion(String region)
Set the region property: Region to configure the Workspace.
Parameters:
Returns:
withWorkspaceId
public FirewallPolicyLogAnalyticsWorkspace withWorkspaceId(SubResource workspaceId)
Set the workspaceId property: The workspace Id for Firewall Policy Insights.
Parameters:
Returns:
workspaceId
public SubResource workspaceId()
Get the workspaceId property: The workspace Id for Firewall Policy Insights.
Returns:
Applies to
Azure SDK for Java