exports/Invoke-NmeDesktopImageSetAsImage.ps1
|
# ---------------------------------------------------------------------------------- # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.8, generator: @autorest/powershell@4.0.752) # Changes may cause incorrect behavior and will be lost if the code is regenerated. # ---------------------------------------------------------------------------------- <# .Synopsis Power off and set as image .Description Power off and set as image #> function Invoke-NmeDesktopImageSetAsImage { [OutputType([NmePowershell.Models.IResponseWithJob])] [CmdletBinding(DefaultParameterSetName='Invoke', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [NmePowershell.Category('Path')] [System.String] # . ${Name}, [Parameter(Mandatory)] [NmePowershell.Category('Path')] [System.String] # . ${ResourceGroup}, [Parameter(Mandatory)] [NmePowershell.Category('Path')] [System.String] # . ${SubscriptionId}, [Parameter(ParameterSetName='Invoke', Mandatory, ValueFromPipeline)] [NmePowershell.Category('Body')] [NmePowershell.Models.ISetAsImage] # . ${Body}, [Parameter(ParameterSetName='InvokeExpanded', Mandatory)] [NmePowershell.PSArgumentCompleterAttribute("Clone", "Source")] [NmePowershell.Category('Body')] [System.String] # . ${JobPayloadApplicationsTarget}, [Parameter(ParameterSetName='InvokeExpanded', Mandatory)] [NmePowershell.PSArgumentCompleterAttribute("Clone", "Source")] [NmePowershell.Category('Body')] [System.String] # . ${JobPayloadScriptedActionTarget}, [Parameter(ParameterSetName='InvokeExpanded', Mandatory)] [AllowEmptyCollection()] [NmePowershell.Category('Body')] [NmePowershell.Models.IScriptedActionOption[]] # . ${JobPayloadScriptedActions}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${FailurePolicyCleanup}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${FailurePolicyRestart}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.String] # . ${GalleryImageGalleryId}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${GalleryImageHibernationSupported}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.PSArgumentCompleterAttribute("Generalized", "Specialized")] [NmePowershell.Category('Body')] [System.String] # . ${GalleryImageOSState}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.Int32] # . ${GalleryImageReplicaCount}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.PSArgumentCompleterAttribute("None", "TrustedLaunch", "Confidential", "TrustedLaunchSupported", "ConfidentialSupported", "TrustedLaunchAndConfidentialSupported")] [NmePowershell.Category('Body')] [System.String] # . ${GalleryImageSecurityType}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${GalleryImageSetInactive}, [Parameter(ParameterSetName='InvokeExpanded')] [AllowEmptyCollection()] [NmePowershell.Category('Body')] [System.String[]] # . ${GalleryImageTargetRegions}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.PSArgumentCompleterAttribute("Major", "Minor", "Revision")] [NmePowershell.Category('Body')] [System.String] # . ${GalleryImageVersionIncrementType}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.String] # . ${JobPayloadChangelog}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${JobPayloadEnableAppvClientService}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${JobPayloadInstallCertificates}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${JobPayloadPowerOnVM}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${JobPayloadRetainOldImage}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${JobPayloadSkipRemoveProfiles}, [Parameter(ParameterSetName='InvokeExpanded')] [NmePowershell.Category('Body')] [NmePowershell.Runtime.Info(PossibleTypes=([NmePowershell.Models.ISetAsImageParamsTags]))] [System.Collections.Hashtable] # Dictionary of <string> ${JobPayloadTags}, [Parameter(DontShow)] [NmePowershell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [NmePowershell.Category('Runtime')] [NmePowershell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [NmePowershell.Category('Runtime')] [NmePowershell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [NmePowershell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [NmePowershell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [NmePowershell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $testPlayback = $false $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('NmePowershell.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } $mapping = @{ Invoke = 'NerdioManagerPowerShell.private\Invoke-NmeDesktopImageSetAsImage_Invoke'; InvokeExpanded = 'NerdioManagerPowerShell.private\Invoke-NmeDesktopImageSetAsImage_InvokeExpanded'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [NmePowershell.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) [NmePowershell.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) if ($wrappedCmd -eq $null) { $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Function) } $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } |