你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IIPAddressPool Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IPAddressPoolTypeConverter))]
public interface IIPAddressPool : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IPAddressPoolTypeConverter))>]
type IIPAddressPool = interface
    interface IJsonSerializable
Public Interface IIPAddressPool
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Address

The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.

AutoAssign

The indicator to determine if automatic allocation from the pool should occur.

Name

The name used to identify this IP address pool for association with a BGP advertisement.

OnlyUseHostIP

The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to