Package version:

Describes properties of the IP address.

interface IpAddress {
    address?: string;
    ipAddressVersion?: string;
    subnet?: Subnet;
}

Properties

address?: string

Represents the IP Address.

ipAddressVersion?: string

Represents the Ip Address Version.

subnet?: Subnet

The subnet to which this IP address belongs. NOTE: This property will not be serialized. It can only be populated by the server.