DocumentationToolsSDKsPowerShellReferenceV3ModelsRangeOn this pageRange Properties NameTypeDescriptionNotesLowerBound[optional]UpperBound[optional] Examples Prepare the resource $Range = Initialize-Range -Lower null ` -Upper null Convert the resource to JSON $Range | ConvertTo-JSON [Back to top]