Share via


ILbFrontendIpconfigurationResourceSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.LbFrontendIpconfigurationResourceSettingsTypeConverter))]
public interface ILbFrontendIpconfigurationResourceSettings : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.LbFrontendIpconfigurationResourceSettingsTypeConverter))>]
type ILbFrontendIpconfigurationResourceSettings = interface
    interface IJsonSerializable
Public Interface ILbFrontendIpconfigurationResourceSettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name

Gets or sets the frontend IP configuration name.

PrivateIPAddress

Gets or sets the IP address of the Load Balancer.This is only specified if a specific private IP address shall be allocated from the subnet specified in subnetRef.

PrivateIPAllocationMethod

Gets or sets PrivateIP allocation method (Static/Dynamic).

SubnetName

Gets the name of the proxy resource on the target side.

SubnetSourceArmResourceId

Gets the ARM resource ID of the tracked resource being referenced.

Zone

Gets or sets the csv list of zones.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to