< Back

New-IpRangeObject

Sat Jan 18, 2020 12:33 pm

NAME New-IpRangeObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.ipRange" (or one of its derived types).





SYNTAX

New-IpRangeObject -iPv4Range <SwitchParameter> [-lowerAddress <string>] [-upperAddress <string>]

[<CommonParameters>]



New-IpRangeObject -iPv6Range <SwitchParameter> [-lowerAddress <string>] [-upperAddress <string>]

[<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.ipRange" (or one of its derived types).





PARAMETERS

-iPv4Range <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iPv4Range" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-lowerAddress <string>

The "lowerAddress" property, of type "Edm.String".



This property is on the "microsoft.graph.iPv4Range" type.



Lower address.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-upperAddress <string>

The "upperAddress" property, of type "Edm.String".



This property is on the "microsoft.graph.iPv4Range" type.



Upper address.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-iPv6Range <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iPv6Range" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS