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

IPAddress Class

Definition

Describes properties of the IP address.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPAddressTypeConverter))]
public class IPAddress : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPAddressTypeConverter))>]
type IPAddress = class
    interface IIPAddress
    interface IJsonSerializable
Public Class IPAddress
Implements IIPAddress
Inheritance
IPAddress
Attributes
Implements

Constructors

IPAddress()

Creates an new IPAddress instance.

Properties

Address

Represents the IP Address.

SubnetAddressPrefix

Represents address prefix.

Version

Represents the Ip Address Version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPAddress.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPAddress.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPAddress.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPAddress into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to