FirewallPolicyLogAnalyticsResources Class

Definition

Log Analytics Resources for Firewall Policy Insights.

public class FirewallPolicyLogAnalyticsResources : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.FirewallPolicyLogAnalyticsResources>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.FirewallPolicyLogAnalyticsResources>
public class FirewallPolicyLogAnalyticsResources
type FirewallPolicyLogAnalyticsResources = class
    interface IJsonModel<FirewallPolicyLogAnalyticsResources>
    interface IPersistableModel<FirewallPolicyLogAnalyticsResources>
type FirewallPolicyLogAnalyticsResources = class
Public Class FirewallPolicyLogAnalyticsResources
Implements IJsonModel(Of FirewallPolicyLogAnalyticsResources), IPersistableModel(Of FirewallPolicyLogAnalyticsResources)
Public Class FirewallPolicyLogAnalyticsResources
Inheritance
FirewallPolicyLogAnalyticsResources
Implements

Constructors

FirewallPolicyLogAnalyticsResources()

Initializes a new instance of FirewallPolicyLogAnalyticsResources.

Properties

DefaultWorkspaceIdId

Gets or sets Id.

Workspaces

List of workspaces for Firewall Policy Insights.

Explicit Interface Implementations

IJsonModel<FirewallPolicyLogAnalyticsResources>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FirewallPolicyLogAnalyticsResources>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallPolicyLogAnalyticsResources>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallPolicyLogAnalyticsResources>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FirewallPolicyLogAnalyticsResources>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to