GatewayLoadBalancerTunnelInterface Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gateway load balancer tunnel interface of a load balancer backend address pool.
public class GatewayLoadBalancerTunnelInterface : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.GatewayLoadBalancerTunnelInterface>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.GatewayLoadBalancerTunnelInterface>
public class GatewayLoadBalancerTunnelInterface
type GatewayLoadBalancerTunnelInterface = class
interface IJsonModel<GatewayLoadBalancerTunnelInterface>
interface IPersistableModel<GatewayLoadBalancerTunnelInterface>
type GatewayLoadBalancerTunnelInterface = class
Public Class GatewayLoadBalancerTunnelInterface
Implements IJsonModel(Of GatewayLoadBalancerTunnelInterface), IPersistableModel(Of GatewayLoadBalancerTunnelInterface)
Public Class GatewayLoadBalancerTunnelInterface
- Inheritance
-
GatewayLoadBalancerTunnelInterface
- Implements
Constructors
GatewayLoadBalancerTunnelInterface() |
Initializes a new instance of GatewayLoadBalancerTunnelInterface. |
Properties
Identifier |
Identifier of gateway load balancer tunnel interface. |
InterfaceType |
Traffic type of gateway load balancer tunnel interface. |
Port |
Port of gateway load balancer tunnel interface. |
Protocol |
Protocol of gateway load balancer tunnel interface. |
Explicit Interface Implementations
IJsonModel<GatewayLoadBalancerTunnelInterface>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GatewayLoadBalancerTunnelInterface>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GatewayLoadBalancerTunnelInterface>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GatewayLoadBalancerTunnelInterface>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GatewayLoadBalancerTunnelInterface>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET