ILbFrontendIpconfigurationResourceSettings Interface
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.
[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) |