Freigeben über


IPAddress Class

Definition

Describes properties of the IP address.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPAddressTypeConverter))]
public class IPAddress : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IIPAddress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.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.ConnectedMachine.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