你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IPAddressPool Class
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.
IpAddressPool represents a pool of IP addresses that can be allocated to a service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IPAddressPoolTypeConverter))]
public class IPAddressPool : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IIPAddressPool
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IPAddressPoolTypeConverter))>]
type IPAddressPool = class
interface IIPAddressPool
interface IJsonSerializable
Public Class IPAddressPool
Implements IIPAddressPool
- Inheritance
-
IPAddressPool
- Attributes
- Implements
Constructors
IPAddressPool() |
Creates an new IPAddressPool instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPAddressPool. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IPAddressPool. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IIPAddressPool. |
FromJsonString(String) |
Creates a new instance of IPAddressPool, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of IPAddressPool into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |