< Back

Set-AzureRmSchedulerJobCollection

Thu Apr 04, 2019 5:40 am

NAME Set-AzureRmSchedulerJobCollection



SYNOPSIS

Modifies a job collection.





SYNTAX

Set-AzureRmSchedulerJobCollection [-DefaultProfile <IAzureContextContainer>] [-Frequency {Minute | Hour | Day | Week | Month}] [-Interval <Int32>]

-JobCollectionName <String> [-Location <String>] [-MaxJobCount <Int32>] [-Plan {Free | Standard | P10Premium | P20Premium}] -ResourceGroupName

<String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Set-AzureRmSchedulerJobCollection cmdlet modifies a job collection in Azure Scheduler.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Frequency <String>

Specifies the maximum frequency that you can specify on any job in the job collection. The acceptable values for this parameter are:



- Minute



- Hour



- Day



- Week



- Month



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Interval <Int32>

Specifies an interval of recurrence.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-JobCollectionName <String>

Specifies the name of a job collection.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Location <String>

Specifies the Azure region in which the job collection exists.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-MaxJobCount <Int32>

Specifies the maximum number of jobs that you can create in the job collection. The maximum depends on the plan that the Plan parameter

specifies.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Plan <String>

Specifies the job collection plan. The acceptable values for this parameter are:



- Free



- Standard



- P10Premium



- P20Premium



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the resource group of the job collection.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.Scheduler.Models.PSJobCollectionDefinition







NOTES









1:















RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... collection

Disable-AzureRmSchedulerJobCollection

Enable-AzureRmSchedulerJobCollection

Get-AzureRmSchedulerJobCollection

New-AzureRmSchedulerJobCollection

Remove-AzureRmSchedulerJobCollection