FrontendIPConfigurationPropertiesFormat Class

Definition

Properties of Frontend IP Configuration of the load balancer.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.FrontendIPConfigurationPropertiesFormatTypeConverter))]
public class FrontendIPConfigurationPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfigurationPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.FrontendIPConfigurationPropertiesFormatTypeConverter))>]
type FrontendIPConfigurationPropertiesFormat = class
    interface IFrontendIPConfigurationPropertiesFormat
    interface IJsonSerializable
Public Class FrontendIPConfigurationPropertiesFormat
Implements IFrontendIPConfigurationPropertiesFormat
Inheritance
FrontendIPConfigurationPropertiesFormat
Attributes
Implements

Constructors

FrontendIPConfigurationPropertiesFormat()

Creates an new FrontendIPConfigurationPropertiesFormat instance.

Properties

GatewayLoadBalancerId

Resource ID.

InboundNatPool

An array of references to inbound pools that use this frontend IP.

InboundNatRule

An array of references to inbound rules that use this frontend IP.

LoadBalancingRule

An array of references to load balancing rules that use this frontend IP.

OutboundRule

An array of references to outbound rules that use this frontend IP.

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.

Subnet

The reference to the subnet resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FrontendIPConfigurationPropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FrontendIPConfigurationPropertiesFormat.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IFrontendIPConfigurationPropertiesFormat.

FromJsonString(String)

Creates a new instance of FrontendIPConfigurationPropertiesFormat, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FrontendIPConfigurationPropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to