你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IPPool 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPPoolTypeConverter))]
public class IPPool : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPPoolTypeConverter))>]
type IPPool = class
interface IIPPool
interface IJsonSerializable
Public Class IPPool
Implements IIPPool
- Inheritance
-
IPPool
- Attributes
- Implements
Constructors
IPPool() |
Creates an new IPPool instance. |
Properties
End |
End of the IP address pool |
InfoAvailable |
Number of IP addresses available in the IP Pool |
InfoUsed |
Number of IP addresses allocated from the IP Pool |
Name |
Name of the IP-Pool |
Start |
Start of the IP address pool |
Type |
Type of the IP Pool [vm, vippool] |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPPool. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPPool. |
FromJsonString(String) |
Creates a new instance of IPPool, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |