Documentation

This commit is contained in:
2022-12-14 13:22:13 +03:00
parent 538d84305f
commit 9912656752
8 changed files with 153 additions and 30 deletions

View File

@@ -1,4 +1,13 @@
function Get-Tag {
<#
.SYNOPSIS
Return address tag.
.DESCRIPTION
Return address tag by id, address object or subnetwork object. Or leave it empty at take all tags at once.
#>
[CmdletBinding(DefaultParameterSetName="NoParams")]
[OutputType([PS.IPAM.Tag])]
param (