Sdílet prostřednictvím


HubPublicIPAddresses Class

Definition

Public IP addresses associated with azure firewall.

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

Constructors

HubPublicIPAddresses()

Initializes a new instance of HubPublicIPAddresses.

Properties

Addresses

The list of Public IP addresses associated with azure firewall or IP addresses to be retained.

Count

The number of Public IP addresses associated with azure firewall.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HubPublicIPAddresses>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HubPublicIPAddresses>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HubPublicIPAddresses>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HubPublicIPAddresses>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HubPublicIPAddresses>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to