FrontendIPConfigurationData Class

Definition

Compatibility declaration for the FrontendIPConfigurationData type.

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

Constructors

Name Description
FrontendIPConfigurationData()

Initializes a new instance of FrontendIPConfigurationData.

Properties

Name Description
DdosCustomPolicyId

Resource ID.

ETag

A unique read-only string that changes whenever the resource is updated.

GatewayLoadBalancerId

Resource ID.

Id

Resource ID.

(Inherited from NetworkResourceData)
InboundNatPools

Gets or sets the InboundNatPools compatibility property.

InboundNatRules

Gets or sets the InboundNatRules compatibility property.

LoadBalancingRules

Gets or sets the LoadBalancingRules compatibility property.

Name

Name of the resource.

(Inherited from NetworkResourceData)
OutboundRules

Gets or sets the OutboundRules compatibility property.

PrivateIPAddress

The private IP address of the IP configuration.

PrivateIPAddressVersion

Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4.

PrivateIPAllocationMethod

The Private IP allocation method.

ProvisioningState

The provisioning state of the frontend IP configuration resource.

PublicIPAddress

The reference to the Public IP resource.

PublicIPPrefixId

Resource ID.

ResourceType

Compatibility member.

(Inherited from NetworkResourceData)
Subnet

The reference to the subnet resource.

Type

Resource type.

(Inherited from NetworkResourceData)
Zones

A list of availability zones denoting the IP allocated for the resource needs to come from.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FrontendIPConfigurationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontendIPConfigurationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkResourceData)
IJsonModel<NetworkResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IJsonModel<NetworkSubResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkSubResource)
IJsonModel<NetworkSubResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkSubResource)
IPersistableModel<FrontendIPConfigurationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontendIPConfigurationData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontendIPConfigurationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkSubResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkSubResource)
IPersistableModel<NetworkSubResource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkSubResource)
IPersistableModel<NetworkSubResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkSubResource)

Applies to