Microsoft.Azure.Management.Scheduler.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.Scheduler</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations">
            <summary>
            JobCollectionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.ListBySubscriptionWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified subscription.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified resource group.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Provisions a new job collection or updates an existing job
            collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobCollection'>
            The job collection definition.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.PatchWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patches an existing job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobCollection'>
            The job collection definition.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.EnableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Enables all of the jobs in the job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.BeginEnableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Enables all of the jobs in the job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.DisableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Disables all of the jobs in the job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.BeginDisableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Disables all of the jobs in the job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.IJobsOperations">
            <summary>
            JobsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a job.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobDefinition,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Provisions a new job or updates an existing job.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='job'>
            The job definition.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobsOperations.PatchWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobDefinition,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patches an existing job.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='job'>
            The job definition.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a job.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobsOperations.RunWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Runs a job.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Scheduler.Models.JobStateFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all jobs under the specified job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobsOperations.ListJobHistoryWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Scheduler.Models.JobHistoryFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists job history.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all jobs under the specified job collection.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.IJobsOperations.ListJobHistoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists job history.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient.SubscriptionId">
            <summary>
            The subscription id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient.ApiVersion">
            <summary>
            The API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient.JobCollections">
            <summary>
            Gets the IJobCollectionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.ISchedulerManagementClient.Jobs">
            <summary>
            Gets the IJobsOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations">
            <summary>
            JobCollectionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.#ctor(Microsoft.Azure.Management.Scheduler.SchedulerManagementClient)">
            <summary>
            Initializes a new instance of the JobCollectionsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.ListBySubscriptionWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified subscription.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified resource group.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Provisions a new job collection or updates an existing job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobCollection'>
            The job collection definition.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.PatchWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patches an existing job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobCollection'>
            The job collection definition.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.EnableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Enables all of the jobs in the job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.BeginEnableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Enables all of the jobs in the job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.DisableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Disables all of the jobs in the job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.BeginDisableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Disables all of the jobs in the job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.JobCollectionsOperations.Client">
            <summary>
            Gets a reference to the SchedulerManagementClient
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions">
            <summary>
            Extension methods for JobCollectionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.ListBySubscription(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations)">
            <summary>
            Gets all job collections under specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.ListBySubscriptionAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String)">
            <summary>
            Gets all job collections under specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.Get(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String)">
            <summary>
            Gets a job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition)">
            <summary>
            Provisions a new job collection or updates an existing job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobCollection'>
            The job collection definition.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition,System.Threading.CancellationToken)">
            <summary>
            Provisions a new job collection or updates an existing job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobCollection'>
            The job collection definition.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.Patch(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition)">
            <summary>
            Patches an existing job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobCollection'>
            The job collection definition.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.PatchAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition,System.Threading.CancellationToken)">
            <summary>
            Patches an existing job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobCollection'>
            The job collection definition.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.Delete(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.BeginDelete(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.Enable(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String)">
            <summary>
            Enables all of the jobs in the job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.EnableAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Enables all of the jobs in the job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.BeginEnable(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String)">
            <summary>
            Enables all of the jobs in the job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.BeginEnableAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Enables all of the jobs in the job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.Disable(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String)">
            <summary>
            Disables all of the jobs in the job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.DisableAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Disables all of the jobs in the job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.BeginDisable(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String)">
            <summary>
            Disables all of the jobs in the job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.BeginDisableAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Disables all of the jobs in the job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.ListBySubscriptionNext(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String)">
            <summary>
            Gets all job collections under specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.ListBySubscriptionNextAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String)">
            <summary>
            Gets all job collections under specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobCollectionsOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.Scheduler.IJobCollectionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all job collections under specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.JobsOperations">
            <summary>
            JobsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperations.#ctor(Microsoft.Azure.Management.Scheduler.SchedulerManagementClient)">
            <summary>
            Initializes a new instance of the JobsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a job.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobDefinition,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Provisions a new job or updates an existing job.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='job'>
            The job definition.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperations.PatchWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobDefinition,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Patches an existing job.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='job'>
            The job definition.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a job.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperations.RunWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Runs a job.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Scheduler.Models.JobStateFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all jobs under the specified job collection.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperations.ListJobHistoryWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Scheduler.Models.JobHistoryFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists job history.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all jobs under the specified job collection.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperations.ListJobHistoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists job history.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.JobsOperations.Client">
            <summary>
            Gets a reference to the SchedulerManagementClient
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions">
            <summary>
            Extension methods for JobsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.Get(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String)">
            <summary>
            Gets a job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobDefinition)">
            <summary>
            Provisions a new job or updates an existing job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='job'>
            The job definition.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobDefinition,System.Threading.CancellationToken)">
            <summary>
            Provisions a new job or updates an existing job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='job'>
            The job definition.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.Patch(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobDefinition)">
            <summary>
            Patches an existing job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='job'>
            The job definition.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.PatchAsync(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobDefinition,System.Threading.CancellationToken)">
            <summary>
            Patches an existing job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='job'>
            The job definition.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.Delete(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.Run(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String)">
            <summary>
            Runs a job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.RunAsync(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Runs a job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.List(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Scheduler.Models.JobStateFilter})">
            <summary>
            Lists all jobs under the specified job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.ListAsync(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Scheduler.Models.JobStateFilter},System.Threading.CancellationToken)">
            <summary>
            Lists all jobs under the specified job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.ListJobHistory(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Scheduler.Models.JobHistoryFilter})">
            <summary>
            Lists job history.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.ListJobHistoryAsync(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Scheduler.Models.JobHistoryFilter},System.Threading.CancellationToken)">
            <summary>
            Lists job history.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='jobCollectionName'>
            The job collection name.
            </param>
            <param name='jobName'>
            The job name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.ListNext(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String)">
            <summary>
            Lists all jobs under the specified job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all jobs under the specified job collection.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.ListJobHistoryNext(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String)">
            <summary>
            Lists job history.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.JobsOperationsExtensions.ListJobHistoryNextAsync(Microsoft.Azure.Management.Scheduler.IJobsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists job history.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.SubscriptionId">
            <summary>
            The subscription id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.ApiVersion">
            <summary>
            The API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.JobCollections">
            <summary>
            Gets the IJobCollectionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.SchedulerManagementClient.Jobs">
            <summary>
            Gets the IJobsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.HttpAuthentication.#ctor">
            <summary>
            Initializes a new instance of the HttpAuthentication class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.HttpAuthentication.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.HttpAuthenticationType})">
            <summary>
            Initializes a new instance of the HttpAuthentication class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.HttpAuthentication.Type">
            <summary>
            Gets or sets the http authentication type. Possible values
            include: 'NotSpecified', 'ClientCertificate',
            'ActiveDirectoryOAuth', 'Basic'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.BasicAuthentication.#ctor">
            <summary>
            Initializes a new instance of the BasicAuthentication class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.BasicAuthentication.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.HttpAuthenticationType},System.String,System.String)">
            <summary>
            Initializes a new instance of the BasicAuthentication class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.BasicAuthentication.Username">
            <summary>
            Gets or sets the username.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.BasicAuthentication.Password">
            <summary>
            Gets or sets the password.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ClientCertAuthentication.#ctor">
            <summary>
            Initializes a new instance of the ClientCertAuthentication class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ClientCertAuthentication.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.HttpAuthenticationType},System.String,System.String,System.String,System.Nullable{System.DateTime},System.String)">
            <summary>
            Initializes a new instance of the ClientCertAuthentication class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ClientCertAuthentication.Password">
            <summary>
            Gets or sets the password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ClientCertAuthentication.Pfx">
            <summary>
            Gets or sets the pfx.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ClientCertAuthentication.CertificateThumbprint">
            <summary>
            Gets or sets the certificate thumbprint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ClientCertAuthentication.CertificateExpirationDate">
            <summary>
            Gets or sets the certificate expiration date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ClientCertAuthentication.CertificateSubjectName">
            <summary>
            Gets or sets the certificate subject name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.DayOfWeek">
            <summary>
            Defines values for DayOfWeek.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.HttpAuthenticationType">
            <summary>
            Defines values for HttpAuthenticationType.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.HttpRequest.#ctor">
            <summary>
            Initializes a new instance of the HttpRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.HttpRequest.#ctor(Microsoft.Azure.Management.Scheduler.Models.HttpAuthentication,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the HttpRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.HttpRequest.Authentication">
            <summary>
            Gets or sets the http authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.HttpRequest.Uri">
            <summary>
            Gets or sets the Uri.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.HttpRequest.Method">
            <summary>
            Gets or sets the method of the request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.HttpRequest.Body">
            <summary>
            Gets or sets the request body.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.HttpRequest.Headers">
            <summary>
            Gets or sets the headers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobAction.#ctor">
            <summary>
            Initializes a new instance of the JobAction class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobAction.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.JobActionType},Microsoft.Azure.Management.Scheduler.Models.HttpRequest,Microsoft.Azure.Management.Scheduler.Models.StorageQueueMessage,Microsoft.Azure.Management.Scheduler.Models.ServiceBusQueueMessage,Microsoft.Azure.Management.Scheduler.Models.ServiceBusTopicMessage,Microsoft.Azure.Management.Scheduler.Models.RetryPolicy,Microsoft.Azure.Management.Scheduler.Models.JobErrorAction)">
            <summary>
            Initializes a new instance of the JobAction class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobAction.Type">
            <summary>
            Gets or sets the job action type. Possible values include: 'Http',
            'Https', 'StorageQueue', 'ServiceBusQueue', 'ServiceBusTopic'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobAction.Request">
            <summary>
            Gets or sets the http requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobAction.QueueMessage">
            <summary>
            Gets or sets the storage queue message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobAction.ServiceBusQueueMessage">
            <summary>
            Gets or sets the service bus queue message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobAction.ServiceBusTopicMessage">
            <summary>
            Gets or sets the service bus topic message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobAction.RetryPolicy">
            <summary>
            Gets or sets the retry policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobAction.ErrorAction">
            <summary>
            Gets or sets the error action.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.JobActionType">
            <summary>
            Defines values for JobActionType.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition.#ctor">
            <summary>
            Initializes a new instance of the JobCollectionDefinition class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.Scheduler.Models.JobCollectionProperties)">
            <summary>
            Initializes a new instance of the JobCollectionDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition.Id">
            <summary>
            Gets the job collection resource identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition.Type">
            <summary>
            Gets the job collection resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition.Name">
            <summary>
            Gets or sets the job collection resource name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition.Location">
            <summary>
            Gets or sets the storage account location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition.Tags">
            <summary>
            Gets or sets the tags.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionDefinition.Properties">
            <summary>
            Gets or sets the job collection properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobCollectionProperties.#ctor">
            <summary>
            Initializes a new instance of the JobCollectionProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobCollectionProperties.#ctor(Microsoft.Azure.Management.Scheduler.Models.Sku,System.Nullable{Microsoft.Azure.Management.Scheduler.Models.JobCollectionState},Microsoft.Azure.Management.Scheduler.Models.JobCollectionQuota)">
            <summary>
            Initializes a new instance of the JobCollectionProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionProperties.Sku">
            <summary>
            Gets or sets the SKU.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionProperties.State">
            <summary>
            Gets or sets the state. Possible values include: 'Enabled',
            'Disabled', 'Suspended', 'Deleted'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionProperties.Quota">
            <summary>
            Gets or sets the job collection quota.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobCollectionQuota.#ctor">
            <summary>
            Initializes a new instance of the JobCollectionQuota class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobCollectionQuota.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},Microsoft.Azure.Management.Scheduler.Models.JobMaxRecurrence)">
            <summary>
            Initializes a new instance of the JobCollectionQuota class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionQuota.MaxJobCount">
            <summary>
            Gets or set the maximum job count.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionQuota.MaxJobOccurrence">
            <summary>
            Gets or sets the maximum job occurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobCollectionQuota.MaxRecurrence">
            <summary>
            Gets or set the maximum recurrence.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.JobCollectionState">
            <summary>
            Defines values for JobCollectionState.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobDefinition.#ctor">
            <summary>
            Initializes a new instance of the JobDefinition class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobDefinition.#ctor(System.String,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobProperties)">
            <summary>
            Initializes a new instance of the JobDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobDefinition.Id">
            <summary>
            Gets the job resource identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobDefinition.Type">
            <summary>
            Gets the job resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobDefinition.Name">
            <summary>
            Gets the job resource name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobDefinition.Properties">
            <summary>
            Gets or sets the job properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobErrorAction.#ctor">
            <summary>
            Initializes a new instance of the JobErrorAction class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobErrorAction.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.JobActionType},Microsoft.Azure.Management.Scheduler.Models.HttpRequest,Microsoft.Azure.Management.Scheduler.Models.StorageQueueMessage,Microsoft.Azure.Management.Scheduler.Models.ServiceBusQueueMessage,Microsoft.Azure.Management.Scheduler.Models.ServiceBusTopicMessage,Microsoft.Azure.Management.Scheduler.Models.RetryPolicy)">
            <summary>
            Initializes a new instance of the JobErrorAction class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobErrorAction.Type">
            <summary>
            Gets or sets the job error action type. Possible values include:
            'Http', 'Https', 'StorageQueue', 'ServiceBusQueue',
            'ServiceBusTopic'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobErrorAction.Request">
            <summary>
            Gets or sets the http requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobErrorAction.QueueMessage">
            <summary>
            Gets or sets the storage queue message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobErrorAction.ServiceBusQueueMessage">
            <summary>
            Gets or sets the service bus queue message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobErrorAction.ServiceBusTopicMessage">
            <summary>
            Gets or sets the service bus topic message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobErrorAction.RetryPolicy">
            <summary>
            Gets or sets the retry policy.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.JobExecutionStatus">
            <summary>
            Defines values for JobExecutionStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.JobHistoryActionName">
            <summary>
            Defines values for JobHistoryActionName.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinition.#ctor">
            <summary>
            Initializes a new instance of the JobHistoryDefinition class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinition.#ctor(System.String,System.String,System.String,Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinitionProperties)">
            <summary>
            Initializes a new instance of the JobHistoryDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinition.Id">
            <summary>
            Gets the job history identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinition.Type">
            <summary>
            Gets the job history resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinition.Name">
            <summary>
            Gets the job history name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinition.Properties">
            <summary>
            Gets or sets the job history properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinitionProperties.#ctor">
            <summary>
            Initializes a new instance of the JobHistoryDefinitionProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinitionProperties.#ctor(System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{Microsoft.Azure.Management.Scheduler.Models.JobHistoryActionName},System.Nullable{Microsoft.Azure.Management.Scheduler.Models.JobExecutionStatus},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the JobHistoryDefinitionProperties
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinitionProperties.StartTime">
            <summary>
            Gets the start time for this job.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinitionProperties.EndTime">
            <summary>
            Gets the end time for this job.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinitionProperties.ExpectedExecutionTime">
            <summary>
            Gets the expected execution time for this job.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinitionProperties.ActionName">
            <summary>
            Gets the job history action name. Possible values include:
            'MainAction', 'ErrorAction'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinitionProperties.Status">
            <summary>
            Gets the job history status. Possible values include: 'Completed',
            'Failed', 'Postponed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinitionProperties.Message">
            <summary>
            Gets the message for the job history.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinitionProperties.RetryCount">
            <summary>
            Gets the retry count for job.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryDefinitionProperties.RepeatCount">
            <summary>
            Gets the repeat count for the job.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobHistoryFilter.#ctor">
            <summary>
            Initializes a new instance of the JobHistoryFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobHistoryFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.JobExecutionStatus})">
            <summary>
            Initializes a new instance of the JobHistoryFilter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobHistoryFilter.Status">
            <summary>
            Gets or sets the job execution status. Possible values include:
            'Completed', 'Failed', 'Postponed'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobMaxRecurrence.#ctor">
            <summary>
            Initializes a new instance of the JobMaxRecurrence class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobMaxRecurrence.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.RecurrenceFrequency},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the JobMaxRecurrence class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobMaxRecurrence.Frequency">
            <summary>
            Gets or sets the frequency of recurrence (second, minute, hour,
            day, week, month). Possible values include: 'Minute', 'Hour',
            'Day', 'Week', 'Month'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobMaxRecurrence.Interval">
            <summary>
            Gets or sets the interval between retries.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobProperties.#ctor">
            <summary>
            Initializes a new instance of the JobProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobProperties.#ctor(System.Nullable{System.DateTime},Microsoft.Azure.Management.Scheduler.Models.JobAction,Microsoft.Azure.Management.Scheduler.Models.JobRecurrence,System.Nullable{Microsoft.Azure.Management.Scheduler.Models.JobState},Microsoft.Azure.Management.Scheduler.Models.JobStatus)">
            <summary>
            Initializes a new instance of the JobProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobProperties.StartTime">
            <summary>
            Gets or sets the job start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobProperties.Action">
            <summary>
            Gets or sets the job action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobProperties.Recurrence">
            <summary>
            Gets or sets the job recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobProperties.State">
            <summary>
            Gets or set the job state. Possible values include: 'Enabled',
            'Disabled', 'Faulted', 'Completed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobProperties.Status">
            <summary>
            Gets the job status.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobRecurrence.#ctor">
            <summary>
            Initializes a new instance of the JobRecurrence class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobRecurrence.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.RecurrenceFrequency},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.DateTime},Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceSchedule)">
            <summary>
            Initializes a new instance of the JobRecurrence class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrence.Frequency">
            <summary>
            Gets or sets the frequency of recurrence (second, minute, hour,
            day, week, month). Possible values include: 'Minute', 'Hour',
            'Day', 'Week', 'Month'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrence.Interval">
            <summary>
            Gets or sets the interval between retries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrence.Count">
            <summary>
            Gets or sets the maximum number of times that the job should run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrence.EndTime">
            <summary>
            Gets or sets the time at which the job will complete.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrence.Schedule">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceSchedule.#ctor">
            <summary>
            Initializes a new instance of the JobRecurrenceSchedule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceSchedule.#ctor(System.Collections.Generic.IList{System.Nullable{Microsoft.Azure.Management.Scheduler.Models.DayOfWeek}},System.Collections.Generic.IList{System.Nullable{System.Int32}},System.Collections.Generic.IList{System.Nullable{System.Int32}},System.Collections.Generic.IList{System.Nullable{System.Int32}},System.Collections.Generic.IList{Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceScheduleMonthlyOccurrence})">
            <summary>
            Initializes a new instance of the JobRecurrenceSchedule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceSchedule.WeekDays">
            <summary>
            Gets or sets the days of the week that the job should execute on.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceSchedule.Hours">
            <summary>
            Gets or sets the hours of the day that the job should execute at.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceSchedule.Minutes">
            <summary>
            Gets or sets the minutes of the hour that the job should execute
            at.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceSchedule.MonthDays">
            <summary>
            Gets or sets the days of the month that the job should execute on.
            Must be between 1 and 31.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceSchedule.MonthlyOccurrences">
            <summary>
            Gets or sets the occurrences of days within a month.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceScheduleMonthlyOccurrence.#ctor">
            <summary>
            Initializes a new instance of the
            JobRecurrenceScheduleMonthlyOccurrence class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceScheduleMonthlyOccurrence.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.JobScheduleDay},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the
            JobRecurrenceScheduleMonthlyOccurrence class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceScheduleMonthlyOccurrence.Day">
            <summary>
            Gets or sets the day. Must be one of monday, tuesday, wednesday,
            thursday, friday, saturday, sunday. Possible values include:
            'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday',
            'Saturday', 'Sunday'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobRecurrenceScheduleMonthlyOccurrence.Occurrence">
            <summary>
            Gets or sets the occurrence. Must be between -5 and 5.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.JobScheduleDay">
            <summary>
            Defines values for JobScheduleDay.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.JobState">
            <summary>
            Defines values for JobState.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobStateFilter.#ctor">
            <summary>
            Initializes a new instance of the JobStateFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobStateFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.JobState})">
            <summary>
            Initializes a new instance of the JobStateFilter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobStateFilter.State">
            <summary>
            Gets or sets the job state. Possible values include: 'Enabled',
            'Disabled', 'Faulted', 'Completed'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobStatus.#ctor">
            <summary>
            Initializes a new instance of the JobStatus class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.JobStatus.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the JobStatus class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobStatus.ExecutionCount">
            <summary>
            Gets the number of times this job has executed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobStatus.FailureCount">
            <summary>
            Gets the number of times this job has failed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobStatus.FaultedCount">
            <summary>
            Gets the number of faulted occurrences (occurrences that were
            retried and failed as many times as the retry policy states).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobStatus.LastExecutionTime">
            <summary>
            Gets the time the last occurrence executed in ISO-8601 format.
            Could be empty if job has not run yet.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.JobStatus.NextExecutionTime">
            <summary>
            Gets the time of the next occurrence in ISO-8601 format. Could be
            empty if the job is completed.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.OAuthAuthentication.#ctor">
            <summary>
            Initializes a new instance of the OAuthAuthentication class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.OAuthAuthentication.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.HttpAuthenticationType},System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the OAuthAuthentication class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.OAuthAuthentication.Secret">
            <summary>
            Gets or sets the secret.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.OAuthAuthentication.Tenant">
            <summary>
            Gets or sets the tenant.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.OAuthAuthentication.Audience">
            <summary>
            Gets or sets the audience.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.OAuthAuthentication.ClientId">
            <summary>
            Gets or sets the client identifier.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.RecurrenceFrequency">
            <summary>
            Defines values for RecurrenceFrequency.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.RetryPolicy.#ctor">
            <summary>
            Initializes a new instance of the RetryPolicy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.RetryPolicy.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.RetryType},System.Nullable{System.TimeSpan},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the RetryPolicy class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.RetryPolicy.RetryType">
            <summary>
            Gets or sets the retry strategy to be used. Possible values
            include: 'None', 'Fixed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.RetryPolicy.RetryInterval">
            <summary>
            Gets or sets the retry interval between retries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.RetryPolicy.RetryCount">
            <summary>
            Gets or sets the number of times a retry should be attempted.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.RetryType">
            <summary>
            Defines values for RetryType.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ServiceBusAuthentication.#ctor">
            <summary>
            Initializes a new instance of the ServiceBusAuthentication class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ServiceBusAuthentication.#ctor(System.String,System.String,System.Nullable{Microsoft.Azure.Management.Scheduler.Models.ServiceBusAuthenticationType})">
            <summary>
            Initializes a new instance of the ServiceBusAuthentication class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusAuthentication.SasKey">
            <summary>
            Gets or sets the SAS key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusAuthentication.SasKeyName">
            <summary>
            Gets or sets the SAS key name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusAuthentication.Type">
            <summary>
            Gets or sets the authentication type. Possible values include:
            'NotSpecified', 'SharedAccessKey'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.ServiceBusAuthenticationType">
            <summary>
            Defines values for ServiceBusAuthenticationType.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ServiceBusBrokeredMessageProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.#ctor(System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the
            ServiceBusBrokeredMessageProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.ContentType">
            <summary>
            Gets or sets the content type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.CorrelationId">
            <summary>
            Gets or sets the correlation id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.ForcePersistence">
            <summary>
            Gets or sets the force persistence.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.Label">
            <summary>
            Gets or sets the label.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.MessageId">
            <summary>
            Gets or sets the message id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.PartitionKey">
            <summary>
            Gets or sets the partition key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.ReplyTo">
            <summary>
            Gets or sets the reply to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.ReplyToSessionId">
            <summary>
            Gets or sets the reply to session id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.ScheduledEnqueueTimeUtc">
            <summary>
            Gets or sets the scheduled enqueue time UTC.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.SessionId">
            <summary>
            Gets or sets the session id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.TimeToLive">
            <summary>
            Gets or sets the time to live.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.To">
            <summary>
            Gets or sets the to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties.ViaPartitionKey">
            <summary>
            Gets or sets the via partition key.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ServiceBusMessage.#ctor">
            <summary>
            Initializes a new instance of the ServiceBusMessage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ServiceBusMessage.#ctor(Microsoft.Azure.Management.Scheduler.Models.ServiceBusAuthentication,Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Nullable{Microsoft.Azure.Management.Scheduler.Models.ServiceBusTransportType})">
            <summary>
            Initializes a new instance of the ServiceBusMessage class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusMessage.Authentication">
            <summary>
            Gets or sets the authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusMessage.BrokeredMessageProperties">
            <summary>
            Gets or sets the brokered message properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusMessage.CustomMessageProperties">
            <summary>
            Gets or sets the custom message properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusMessage.Message">
            <summary>
            Gets or sets the message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusMessage.NamespaceProperty">
            <summary>
            Gets or sets the namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusMessage.TransportType">
            <summary>
            Gets or sets the transport type. Possible values include:
            'NotSpecified', 'NetMessaging', 'AMQP'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ServiceBusQueueMessage.#ctor">
            <summary>
            Initializes a new instance of the ServiceBusQueueMessage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ServiceBusQueueMessage.#ctor(Microsoft.Azure.Management.Scheduler.Models.ServiceBusAuthentication,Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Nullable{Microsoft.Azure.Management.Scheduler.Models.ServiceBusTransportType},System.String)">
            <summary>
            Initializes a new instance of the ServiceBusQueueMessage class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusQueueMessage.QueueName">
            <summary>
            Gets or sets the queue name.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ServiceBusTopicMessage.#ctor">
            <summary>
            Initializes a new instance of the ServiceBusTopicMessage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.ServiceBusTopicMessage.#ctor(Microsoft.Azure.Management.Scheduler.Models.ServiceBusAuthentication,Microsoft.Azure.Management.Scheduler.Models.ServiceBusBrokeredMessageProperties,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Nullable{Microsoft.Azure.Management.Scheduler.Models.ServiceBusTransportType},System.String)">
            <summary>
            Initializes a new instance of the ServiceBusTopicMessage class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.ServiceBusTopicMessage.TopicPath">
            <summary>
            Gets or sets the topic path.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.ServiceBusTransportType">
            <summary>
            Defines values for ServiceBusTransportType.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.Sku.#ctor">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.Sku.#ctor(System.Nullable{Microsoft.Azure.Management.Scheduler.Models.SkuDefinition})">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.Sku.Name">
            <summary>
            Gets or set the SKU. Possible values include: 'Standard', 'Free',
            'P10Premium', 'P20Premium'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Scheduler.Models.SkuDefinition">
            <summary>
            Defines values for SkuDefinition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.StorageQueueMessage.#ctor">
            <summary>
            Initializes a new instance of the StorageQueueMessage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Scheduler.Models.StorageQueueMessage.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the StorageQueueMessage class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.StorageQueueMessage.StorageAccount">
            <summary>
            Gets or sets the storage account name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.StorageQueueMessage.QueueName">
            <summary>
            Gets or sets the queue name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.StorageQueueMessage.SasToken">
            <summary>
            Gets or sets the SAS key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Scheduler.Models.StorageQueueMessage.Message">
            <summary>
            Gets or sets the message.
            </summary>
        </member>
    </members>
</doc>