WebAppIPAddress Class

Definition

The ip address.

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

Constructors

WebAppIPAddress()

Initializes a new instance of WebAppIPAddress.

Properties

Address

The address.

Explicit Interface Implementations

IJsonModel<WebAppIPAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebAppIPAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppIPAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppIPAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebAppIPAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to