exports/New-NmeHostPoolReimageSchedule.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
Schedule re-image ARM host pool session hosts' VMs
.Description
Schedule re-image ARM host pool session hosts' VMs

#>

function New-NmeHostPoolReimageSchedule {
[OutputType([NmePowershell.Models.IReimageScheduledBulkJobParams])]
[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.IHostPoolReimageSchedule]
    # .
    ${Body},

    [Parameter(ParameterSetName='NewExpanded', Mandatory)]
    [NmePowershell.PSArgumentCompleterAttribute("Once", "Daily", "Weekly", "Monthly", "Hourly", "PatchTuesday")]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${ScheduleRecurrenceType},

    [Parameter(ParameterSetName='NewExpanded', Mandatory)]
    [NmePowershell.Category('Body')]
    [System.DateTime]
    # .
    ${ScheduleStartDate},

    [Parameter(ParameterSetName='NewExpanded', Mandatory)]
    [NmePowershell.Category('Body')]
    [System.Int32]
    # .
    ${ScheduleStartHour},

    [Parameter(ParameterSetName='NewExpanded', Mandatory)]
    [NmePowershell.Category('Body')]
    [System.Int32]
    # .
    ${ScheduleStartMinutes},

    [Parameter(ParameterSetName='NewExpanded', Mandatory)]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${ScheduleTimeZoneId},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.Int32]
    # .
    ${ConcurrencyMaxFailedTasks},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.Int32]
    # .
    ${ConcurrencyTasks},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.Management.Automation.SwitchParameter]
    # .
    ${MessagingDeactivateBeforeOperation},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.Int32]
    # .
    ${MessagingDelayMinutes},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.PSArgumentCompleterAttribute("Force", "Wait")]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${MessagingLogOffAggressiveness},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${MessagingMessage},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.Int32]
    # .
    ${MessagingTimeoutInDays},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${ReimageParamDiskPerformanceTier},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.Int32]
    # .
    ${ReimageParamDiskSize},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.PSArgumentCompleterAttribute("CacheDisk", "ResourceDisk", "NvmeDisk")]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${ReimageParamEphemeralOSDiskPlacement},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.Management.Automation.SwitchParameter]
    # .
    ${ReimageParamHasEphemeralOSDisk},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${ReimageParamImage},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.Management.Automation.SwitchParameter]
    # .
    ${ReimageParamSetToDrainModeWhileProcessing},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${ReimageParamStorageType},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${ReimageParamVMSize},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.PSArgumentCompleterAttribute("0", "1", "2", "3", "4", "5", "6")]
    [NmePowershell.Category('Body')]
    [System.Int32]
    # .
    ${ScheduleDayOfWeek},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.PSArgumentCompleterAttribute("First", "Second", "Third", "Fourth", "Last")]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${ScheduleDayOfWeekNumber},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${ScheduleDescription},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.String]
    # .
    ${ScheduleName},

    [Parameter(ParameterSetName='NewExpanded')]
    [NmePowershell.Category('Body')]
    [System.Int32]
    # .
    ${ScheduleOffsetInDays},

    [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-NmeHostPoolReimageSchedule_New';
            NewExpanded = 'NerdioManagerPowerShell.private\New-NmeHostPoolReimageSchedule_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
    }
} 
}