LoadBalancerFrontendIPConfiguration 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.
Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.
public class LoadBalancerFrontendIPConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.LoadBalancerFrontendIPConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.LoadBalancerFrontendIPConfiguration>
type LoadBalancerFrontendIPConfiguration = class
interface IJsonModel<LoadBalancerFrontendIPConfiguration>
interface IPersistableModel<LoadBalancerFrontendIPConfiguration>
Public Class LoadBalancerFrontendIPConfiguration
Implements IJsonModel(Of LoadBalancerFrontendIPConfiguration), IPersistableModel(Of LoadBalancerFrontendIPConfiguration)
- Inheritance
-
LoadBalancerFrontendIPConfiguration
- Implements
Constructors
LoadBalancerFrontendIPConfiguration(String) |
Initializes a new instance of LoadBalancerFrontendIPConfiguration. |
Properties
Name |
The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. |
PrivateIPAddress |
The virtual network private IP address of the IP configuration. |
PublicIPAddressId |
Gets or sets Id. |
SubnetId |
Gets or sets Id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LoadBalancerFrontendIPConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LoadBalancerFrontendIPConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LoadBalancerFrontendIPConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LoadBalancerFrontendIPConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LoadBalancerFrontendIPConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET