Megosztás a következőn keresztül:


LbFrontendIpconfigurationResourceSettings Class

Definition

Defines load balancer frontend IP configuration properties.

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

Constructors

LbFrontendIpconfigurationResourceSettings()

Creates an new LbFrontendIpconfigurationResourceSettings instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LbFrontendIpconfigurationResourceSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LbFrontendIpconfigurationResourceSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.ILbFrontendIpconfigurationResourceSettings.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LbFrontendIpconfigurationResourceSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to