IPTag Class

Definition

Contains the IpTag associated with the object.

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

Constructors

IPTag()

Initializes a new instance of IPTag.

Properties

IPTagType

The IP tag type. Example: FirstPartyUsage.

Tag

The value of the IP tag associated with the public IP. Example: SQL.

Explicit Interface Implementations

IJsonModel<IPTag>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IPTag>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IPTag>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IPTag>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IPTag>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to