IPAddressRange 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.
The ip address range.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IPAddressRangeTypeConverter))]
public class IPAddressRange : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddressRange
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IPAddressRangeTypeConverter))>]
type IPAddressRange = class
interface IIPAddressRange
interface IJsonSerializable
Public Class IPAddressRange
Implements IIPAddressRange
- Inheritance
-
IPAddressRange
- Attributes
- Implements
Constructors
IPAddressRange() |
Creates an new IPAddressRange instance. |
Properties
AddressRange |
The IP address range. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPAddressRange. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IPAddressRange. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddressRange. |
FromJsonString(String) |
Creates a new instance of IPAddressRange, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of IPAddressRange into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |