你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
DestinationAddressInfo()

Initializes a new instance of DestinationAddressInfo.

Properties

Name Description
Cidrs

special value 'any'.

Countries

list of countries.

Feeds

list of feeds.

FqdnLists

fqdn list.

PrefixLists

prefix list.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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