Méthode | Description | |
---|---|---|
CreateJob ( |
Create a job.
|
|
CreateJobCollection ( |
Create job collection.
|
|
DeleteJob ( string resourceGroupName, string jobCollectionName, string jobName ) : void |
Deletes a job.
|
|
DeleteJobCollections ( string resourceGroupName, string jobCollectionName ) : void |
Delete job colleciton.
|
|
DisableJobCollection ( string resourceGroupName, string jobCollectionName ) : void |
Disable job collection.
|
|
EnableJobCollection ( string resourceGroupName, string jobCollectionName ) : void |
Enable job collection.
|
|
GetJobHistory ( string resourceGroupName, string jobCollectionName, string jobName, string jobStatus ) : IList |
Gets job history.
|
|
ListJobCollectionPS ( string resourceGroupName = null, string jobCollectionName = null ) : IList |
List job collection for current subscription.
|
|
ListJobs ( string resourceGroupName, string jobCollectionName, string jobName = "", string jobState = "" ) : IList |
List jobs.
|
|
SchedulerClient ( AzureContext context ) : System |
Initializes new instance of the SchedulerClient class.
|
|
UpdateJob ( |
Update an existing job.
|
|
UpdateJobCollection ( |
Updates job collection.
|
Méthode | Description | |
---|---|---|
DoesResourceGroupExists ( string resourceGroupName ) : bool |
Check whether resource group exists.
|
|
GetExistingAuthentication ( |
Gets http authentication.
|
|
GetExistingJobAction ( |
Get job action.
|
|
GetExistingJobErrorAction ( |
Get job error action.
|
|
GetExistingJobPropertiesParams ( |
Get job properties.
|
|
GetExistingJobRecurrence ( |
Gets existing job recurrence.
|
|
GetHttpJobAction ( |
Gets http job action.
|
|
GetJob ( string resourceGroupName, string jobCollectionName, string jobName ) : System.Management.Automation.JobDefinition |
Get Job.
|
|
GetJobAction ( |
Get JobAction instance.
|
|
GetJobRecurrence ( |
Gets job recurrence.
|
|
GetMaxJobCount ( int maxJobCountInput, int defaultMaxCount, string errorMessage = null ) : int? |
Gets maximum job count for the job collection.
|
|
GetMaxRecurrence ( string frequencyInput, int intervalInput, System.TimeSpan minRecurrenceQuota, string errorMessage ) : JobMaxRecurrence |
Get max recurrence for the job collection.
|
|
GetServiceBusAuthentication ( |
Get service bus authentication.
|
|
GetServiceBusQueue ( |
Gets Service bus queue.
|
|
GetServiceBusTopic ( |
Get Service bus topic.
|
|
GetStorageQueue ( |
Gets storage queue.
|
|
HasFreeJobCollection ( ) : bool |
Returns true if subscription has a free job collection.
|
|
HasJobCollection ( string resourceGroupName, string jobCollectionName ) : bool |
Checks whether job collection exists.
|
|
JobExists ( string resourceGroupName, string jobCollectionName, string jobName ) : bool |
Checks whether job exists.
|
|
ListJobCollection ( string resourceGroupName = null, string jobCollectionName = null ) : IList |
List job collection.
|
|
ListJobCollectionsByResourceGroupName ( string resourceGroupName ) : IList |
List all job collection for the resource group.
|
|
ListJobCollectionsBySubscription ( ) : IList |
List all job collection for the subscription.
|
|
ListJobs ( string resourceGroupName, string jobCollectionName, JobState jobState ) : IList |
List jobs.
|
|
PopulateExistingJobParams ( |
Populates job properties with valid values.
|
|
PopulateHttpAuthentication ( |
Get Http job authentication.
|
|
PopulateJobAction ( |
Populate job action values.
|
|
PopulateJobCollectionQuota ( JobCollectionQuota quota, SkuDefinition skuDefinition, |
Populate quota object with valid values.
|
|
PopulateJobErrorAction ( |
Populate job error action values.
|
|
PopulateServiceBusAuthentication ( |
Populates service bus authentication properties.
|
|
PopulateServiceBusMessage ( |
Populates Service bus message object with valid values.
|
|
UpdateServiceBus ( |
Update service bus properties.
|
|
Validate ( JobCollectionDefinition jobCollection, int numberOfJobs ) : void |
Validates whether max job count supported by chosen plan.
|
|
VerifyFreeJobCollectionExists ( IEnumerable |
Verified whether free job collection exist in current subscription.
|
|
VerifyJobCollectionAlreadyExists ( IEnumerable |
Verifies whether job collectio already exists.
|
public CreateJob ( |
||
createJobParams | Job properties entered via powershell. | |
Résultat |
public CreateJobCollection ( |
||
createJobCollectionParams | Job collection properties entered by user via Powershell. | |
Résultat |
public DeleteJob ( string resourceGroupName, string jobCollectionName, string jobName ) : void | ||
resourceGroupName | string | The name of the resource. |
jobCollectionName | string | The job collection name. |
jobName | string | The name of the job. |
Résultat | void |
public DeleteJobCollections ( string resourceGroupName, string jobCollectionName ) : void | ||
resourceGroupName | string | Name of the resoure group. |
jobCollectionName | string | Job collection to be deleted. |
Résultat | void |
public DisableJobCollection ( string resourceGroupName, string jobCollectionName ) : void | ||
resourceGroupName | string | Name of the resource group. |
jobCollectionName | string | Job collection to be disabled. |
Résultat | void |
public EnableJobCollection ( string resourceGroupName, string jobCollectionName ) : void | ||
resourceGroupName | string | Name of the resource group. |
jobCollectionName | string | Job collection to enabled. |
Résultat | void |
public GetJobHistory ( string resourceGroupName, string jobCollectionName, string jobName, string jobStatus ) : IList |
||
resourceGroupName | string | The name of the resource. |
jobCollectionName | string | The job collection name. |
jobName | string | The name of the job. |
jobStatus | string | The status of the job. |
Résultat | IList |
public ListJobCollectionPS ( string resourceGroupName = null, string jobCollectionName = null ) : IList |
||
resourceGroupName | string | Name of the resource group. |
jobCollectionName | string | Name of the job collection. |
Résultat | IList |
public ListJobs ( string resourceGroupName, string jobCollectionName, string jobName = "", string jobState = "" ) : IList |
||
resourceGroupName | string | Name of the resource group. |
jobCollectionName | string | job collection name. |
jobName | string | Name of the job. |
jobState | string | State of the job. |
Résultat | IList |
public SchedulerClient ( AzureContext context ) : System | ||
context | AzureContext | The Azure context reference. |
Résultat | System |
public UpdateJob ( |
||
updateJobParams | Update job properties specified via PowerShell. | |
Résultat |
public UpdateJobCollection ( |
||
updateJobCollectionParams | Job collection properties to update. | |
Résultat |