VpnGatewayIPConfiguration Class

Definition

IP Configuration of a VPN Gateway Resource.

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

Properties

Id

The identifier of the IP configuration for a VPN Gateway.

PrivateIPAddress

The private IP address of this IP configuration.

PublicIPAddress

The public IP address of this IP configuration.

Explicit Interface Implementations

IJsonModel<VpnGatewayIPConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnGatewayIPConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VpnGatewayIPConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnGatewayIPConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnGatewayIPConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to