FirewallPolicyThreatIntelWhitelist Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ThreatIntel Whitelist for Firewall Policy.
public class FirewallPolicyThreatIntelWhitelist : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.FirewallPolicyThreatIntelWhitelist>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.FirewallPolicyThreatIntelWhitelist>
public class FirewallPolicyThreatIntelWhitelist
type FirewallPolicyThreatIntelWhitelist = class
interface IJsonModel<FirewallPolicyThreatIntelWhitelist>
interface IPersistableModel<FirewallPolicyThreatIntelWhitelist>
type FirewallPolicyThreatIntelWhitelist = class
Public Class FirewallPolicyThreatIntelWhitelist
Implements IJsonModel(Of FirewallPolicyThreatIntelWhitelist), IPersistableModel(Of FirewallPolicyThreatIntelWhitelist)
Public Class FirewallPolicyThreatIntelWhitelist
- Inheritance
-
FirewallPolicyThreatIntelWhitelist
- Implements
Constructors
FirewallPolicyThreatIntelWhitelist() |
Initializes a new instance of FirewallPolicyThreatIntelWhitelist. |
Properties
Fqdns |
List of FQDNs for the ThreatIntel Whitelist. |
IPAddresses |
List of IP addresses for the ThreatIntel Whitelist. |
Explicit Interface Implementations
IJsonModel<FirewallPolicyThreatIntelWhitelist>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FirewallPolicyThreatIntelWhitelist>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FirewallPolicyThreatIntelWhitelist>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FirewallPolicyThreatIntelWhitelist>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FirewallPolicyThreatIntelWhitelist>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET