Sdílet prostřednictvím


DestinationAddressInfo Class

Definition

destination address.

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

Constructors

DestinationAddressInfo()

Initializes a new instance of DestinationAddressInfo.

Properties

Cidrs

special value 'any'.

Countries

list of countries.

Feeds

list of feeds.

FqdnLists

fqdn list.

PrefixLists

prefix list.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DestinationAddressInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DestinationAddressInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DestinationAddressInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DestinationAddressInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DestinationAddressInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to