private/AdfPublishOption.class.ps1
class AdfPublishOption { [hashtable] $Includes = @{} [hashtable] $Excludes = @{} [Boolean] $DeleteNotInSource = $true [Boolean] $StopStartTriggers = $true } |
class AdfPublishOption { [hashtable] $Includes = @{} [hashtable] $Excludes = @{} [Boolean] $DeleteNotInSource = $true [Boolean] $StopStartTriggers = $true } |