IPAddress Class
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.
The ip address.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IPAddressTypeConverter))]
public class IPAddress : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IPAddressTypeConverter))>]
type IPAddress = class
interface IIPAddress
interface IJsonSerializable
Public Class IPAddress
Implements IIPAddress
- Inheritance
-
IPAddress
- Attributes
- Implements
IPAddress() |
Creates an new IPAddress instance. |
Address |
The address. |
Deserialize |
Deserializes a IDictionary into an instance of IPAddress. |
Deserialize |
|
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddress. |
From |
Creates a new instance of IPAddress, deserializing the content from a json string. |
To |
|
To |
Serializes this instance to a json string. |