exports/New-NmeHostPool.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 ### Notes\nTo new static host pool either *pooledParams* or *personalParams* property must be specified:\n- *isDesktop = true* will new pool with Desktop Application Group\n- *isDesktop = false* will new pool with RemoteApp Application Group\n- *isSingleUser = true* will set session limit to 1 per each host in pool\n- *isSingleUser = false* will set session limit to 999999 per each host in pool\n \nTo clone an existing ARM host pool, the *sourceHostPool* property must be specified.\n \nThe *pooledParams*, *personalParams*, *adProfileId* and *tags* properties are not allowed to be used with *sourceHostPool*. .Description ### Notes\nTo new static host pool either *pooledParams* or *personalParams* property must be specified:\n- *isDesktop = true* will new pool with Desktop Application Group\n- *isDesktop = false* will new pool with RemoteApp Application Group\n- *isSingleUser = true* will set session limit to 1 per each host in pool\n- *isSingleUser = false* will set session limit to 999999 per each host in pool\n \nTo clone an existing ARM host pool, the *sourceHostPool* property must be specified.\n \nThe *pooledParams*, *personalParams*, *adProfileId* and *tags* properties are not allowed to be used with *sourceHostPool*. #> function New-NmeHostPool { [OutputType([NmePowershell.Models.IResponseWithJob])] [CmdletBinding(DefaultParameterSetName='NewExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] [NmePowershell.Category('Path')] [System.String] # . ${HostPoolName}, [Parameter(Mandatory)] [NmePowershell.Category('Path')] [System.String] # . ${ResourceGroup}, [Parameter(Mandatory)] [NmePowershell.Category('Path')] [System.String] # . ${SubscriptionId}, [Parameter(ParameterSetName='New', Mandatory, ValueFromPipeline)] [NmePowershell.Category('Body')] [NmePowershell.Models.IArmHostPoolCreate] # . ${Body}, [Parameter(ParameterSetName='NewExpanded', Mandatory)] [NmePowershell.Category('Body')] [System.String] # . ${WorkspaceIdName}, [Parameter(ParameterSetName='NewExpanded', Mandatory)] [NmePowershell.Category('Body')] [System.String] # . ${WorkspaceIdResourceGroup}, [Parameter(ParameterSetName='NewExpanded', Mandatory)] [NmePowershell.Category('Body')] [System.String] # . ${WorkspaceIdSubscriptionId}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.Category('Body')] [System.Int32] # . ${ActiveDirectoryAdProfileId}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.Category('Body')] [System.String] # . ${AppGroupName}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.Category('Body')] [System.String] # . ${Description}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.Category('Body')] [NmePowershell.Models.IHostPoolFsLogixProperties] # . ${FLogixCustom}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${FLogixEnable}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.Category('Body')] [System.Int32] # . ${FLogixPredefinedConfigId}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.PSArgumentCompleterAttribute("Default", "Predefined", "Custom")] [NmePowershell.Category('Body')] [System.String] # . ${FLogixType}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.PSArgumentCompleterAttribute("Automatic", "Direct")] [NmePowershell.Category('Body')] [System.String] # . ${PersonalParamAssignmentType}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${PersonalParamMultiplePersistent}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${PooledParamIsDesktop}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${PooledParamIsSingleUser}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.Category('Body')] [System.String] # . ${SourceHostPoolId}, [Parameter(ParameterSetName='NewExpanded')] [NmePowershell.Category('Body')] [NmePowershell.Runtime.Info(PossibleTypes=([NmePowershell.Models.IArmHostPoolCreateTags]))] [System.Collections.Hashtable] # Dictionary of <string> ${Tags}, [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 = @{ New = 'NerdioManagerPowerShell.private\New-NmeHostPool_New'; NewExpanded = 'NerdioManagerPowerShell.private\New-NmeHostPool_NewExpanded'; } $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 } } } |