Share via


IPAddressRange Class

Definition

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.

Applies to