Networking/Microsoft.WindowsAzure.Management.Scheduler.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.WindowsAzure.Management.Scheduler</name>
    </assembly>
    <members>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.EntitleResourceAsync(Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters,System.Threading.CancellationToken)">
            <summary>
            EntitleResource is used only for 3rd party Store providers. Each
            subscription must be entitled for the resource before creating
            that particular type of resource.
            </summary>
            <param name='parameters'>
            Parameters provided to the EntitleResource method.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='requestId'>
            The request ID for the request you wish to track. The request ID is
            returned in the x-ms-request-id response header for every request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.#ctor">
            <summary>
            Initializes a new instance of the CloudServiceManagementClient
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the CloudServiceManagementClient
            class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the CloudServiceManagementClient
            class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the CloudServiceManagementClient
            class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the CloudServiceManagementClient
            class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the CloudServiceManagementClient
            class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient})">
            <summary>
            Clones properties from current instance to another
            CloudServiceManagementClient instance
            </summary>
            <param name='client'>
            Instance of CloudServiceManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.EntitleResourceAsync(Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters,System.Threading.CancellationToken)">
            <summary>
            EntitleResource is used only for 3rd party Store providers. Each
            subscription must be entitled for the resource before creating
            that particular type of resource.
            </summary>
            <param name='parameters'>
            Required. Parameters provided to the EntitleResource method.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClientExtensions.EntitleResource(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient,Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters)">
            <summary>
            EntitleResource is used only for 3rd party Store providers. Each
            subscription must be entitled for the resource before creating
            that particular type of resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.
            </param>
            <param name='parameters'>
            Required. Parameters provided to the EntitleResource method.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClientExtensions.EntitleResourceAsync(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient,Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters)">
            <summary>
            EntitleResource is used only for 3rd party Store providers. Each
            subscription must be entitled for the resource before creating
            that particular type of resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.
            </param>
            <param name='parameters'>
            Required. Parameters provided to the EntitleResource method.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClientExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.
            </param>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClientExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient.
            </param>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.BeginCreatingAsync(System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='cloudServiceName'>
            The cloud service name.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create cloud service operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.BeginDeletingAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a cloud service.
            </summary>
            <param name='cloudServiceName'>
            The cloud service name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='cloudServiceName'>
            The cloud service name.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create cloud service operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a cloud service.
            </summary>
            <param name='cloudServiceName'>
            The cloud service name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retreive a cloud service.
            </summary>
            <param name='cloudServiceName'>
            The cloud service name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Information about a retrieved Cloud Service.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Cloud Services operation enumerates services that are
            provisioned for a subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response structure for the Cloud Service List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperations.#ctor(Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient)">
            <summary>
            Initializes a new instance of the CloudServiceOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperations.BeginCreatingAsync(System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create cloud service operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperations.BeginDeletingAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a cloud service.
            </summary>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create cloud service operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a cloud service.
            </summary>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retreive a cloud service.
            </summary>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Information about a retrieved Cloud Service.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Cloud Services operation enumerates services that are
            provisioned for a subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response structure for the Cloud Service List operation.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.BeginCreating(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create cloud service operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create cloud service operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations,System.String)">
            <summary>
            Delete a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations,System.String)">
            <summary>
            Delete a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create cloud service operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create cloud service operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations,System.String)">
            <summary>
            Delete a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations,System.String)">
            <summary>
            Delete a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations,System.String)">
            <summary>
            Retreive a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <returns>
            Information about a retrieved Cloud Service.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations,System.String)">
            <summary>
            Retreive a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The cloud service name.
            </param>
            <returns>
            Information about a retrieved Cloud Service.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.List(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations)">
            <summary>
            The List Cloud Services operation enumerates services that are
            provisioned for a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <returns>
            The response structure for the Cloud Service List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.CloudServiceOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations)">
            <summary>
            The List Cloud Services operation enumerates services that are
            provisioned for a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
            </param>
            <returns>
            The response structure for the Cloud Service List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.BeginCreatingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a job collection.
            </summary>
            <param name='cloudServiceName'>
            The name of the cloud service containing the job collection.
            </param>
            <param name='jobCollectionName'>
            The name of the job collection to create.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create Job Collection operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.BeginDeletingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='cloudServiceName'>
            The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            The name of the job collection to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.BeginUpdatingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a job collection.
            </summary>
            <param name='cloudServiceName'>
            The name of the cloud service containing the job collection.
            </param>
            <param name='jobCollectionName'>
            The name of the job collection to update.
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Job Collection operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Update Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.CheckNameAvailabilityAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Determine if the JobCollection name is available to be used.
            JobCollection names must be unique within a cloud-service.
            </summary>
            <param name='cloudServiceName'>
            The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            A name for the JobCollection. The name must be unique as scoped
            within the CloudService. The name can be up to 100 characters in
            length.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Check Name Availability operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.CreateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a job collection.
            </summary>
            <param name='cloudServiceName'>
            The name of the cloud service containing the job collection.
            </param>
            <param name='jobCollectionName'>
            The name of the job collection to create.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create Job Collection operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='cloudServiceName'>
            The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            The name of the job collection to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retreive a job collection.
            </summary>
            <param name='cloudServiceName'>
            Name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Name of the job collection.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a job collection.
            </summary>
            <param name='cloudServiceName'>
            The name of the cloud service containing the job collection.
            </param>
            <param name='jobCollectionName'>
            The name of the job collection to update.
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Job Collection operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.IJobOperations.CreateAsync(Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Job, allowing the service to generate a job id. Use
            CreateOrUpdate if a user-chosen job id is required.
            </summary>
            <param name='parameters'>
            Parameters specifying the job definition for a Create Job operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.IJobOperations.CreateOrUpdateAsync(System.String,Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Job with a user-provided job id, or updates an
            existing job, replacing its definition with that specified.
            </summary>
            <param name='jobId'>
            Id of the job to create or update.
            </param>
            <param name='parameters'>
            Parameters specifying the job definition for a CreateOrUpdate Job
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.IJobOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a job.
            </summary>
            <param name='jobId'>
            Id of the job to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.IJobOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get the definition and status of a job.
            </summary>
            <param name='jobId'>
            Id of the job to get.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.IJobOperations.GetHistoryAsync(System.String,Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters,System.Threading.CancellationToken)">
            <summary>
            Get the execution history of a Job.
            </summary>
            <param name='jobId'>
            Id of the job to get the history of.
            </param>
            <param name='parameters'>
            Parameters supplied to the Get Job History operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Job History operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.IJobOperations.GetHistoryWithFilterAsync(System.String,Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters,System.Threading.CancellationToken)">
            <summary>
            Get the execution history of a Job with a filter on the job Status.
            </summary>
            <param name='jobId'>
            Id of the job to get the history of.
            </param>
            <param name='parameters'>
            Parameters supplied to the Get Job History With Filter operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Job History operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.IJobOperations.ListAsync(Microsoft.WindowsAzure.Scheduler.Models.JobListParameters,System.Threading.CancellationToken)">
            <summary>
            Get the list of all jobs in a job collection.
            </summary>
            <param name='parameters'>
            Parameters supplied to the List Jobs operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Jobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.IJobOperations.ListWithFilterAsync(Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters,System.Threading.CancellationToken)">
            <summary>
            Get the list of jobs in a job collection matching a filter on job
            state.
            </summary>
            <param name='parameters'>
            Parameters supplied to the List Jobs with filter operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Jobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.IJobOperations.UpdateJobCollectionStateAsync(Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters,System.Threading.CancellationToken)">
            <summary>
            Update the state of all jobs in a job collections.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Update Jobs State operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Update Jobs State operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.IJobOperations.UpdateStateAsync(System.String,Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters,System.Threading.CancellationToken)">
            <summary>
            Update the state of a job.
            </summary>
            <param name='jobId'>
            Id of the job to update.
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Job State operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Update Job State operation response.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.ISchedulerClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.ISchedulerClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.ISchedulerClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.ISchedulerClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.ISchedulerClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='requestId'>
            The request ID for the request you wish to track. The request ID is
            returned in the x-ms-request-id response header for every request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.GetResourceProviderPropertiesAsync(System.Threading.CancellationToken)">
            <summary>
            Gets a list of properties for the resource provider, including
            supported regions and plans.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Resource Provider Get Properties operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.RegisterResourceProviderAsync(System.Threading.CancellationToken)">
            <summary>
            Register the Scheduler resource provider with your subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.UnregisterResourceProviderAsync(System.Threading.CancellationToken)">
            <summary>
            Unregister the Scheduler resource provider with your subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperations.#ctor(Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient)">
            <summary>
            Initializes a new instance of the JobCollectionOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperations.BeginCreatingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a job collection.
            </summary>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to create.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Job Collection
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperations.BeginDeletingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='cloudServiceName'>
            Required. The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperations.BeginUpdatingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a job collection.
            </summary>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to update.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Job Collection
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Update Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperations.CheckNameAvailabilityAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Determine if the JobCollection name is available to be used.
            JobCollection names must be unique within a cloud-service.
            </summary>
            <param name='cloudServiceName'>
            Required. The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. A name for the JobCollection. The name must be unique as
            scoped within the CloudService. The name can be up to 100
            characters in length.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Check Name Availability operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperations.CreateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a job collection.
            </summary>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to create.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Job Collection
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='cloudServiceName'>
            Required. The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retreive a job collection.
            </summary>
            <param name='cloudServiceName'>
            Required. Name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. Name of the job collection.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a job collection.
            </summary>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to update.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Job Collection
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.BeginCreating(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters)">
            <summary>
            Create a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to create.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Job Collection
            operation.
            </param>
            <returns>
            The Create Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters)">
            <summary>
            Create a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to create.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Job Collection
            operation.
            </param>
            <returns>
            The Create Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.BeginUpdating(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters)">
            <summary>
            Update a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to update.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Job Collection
            operation.
            </param>
            <returns>
            The Update Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.BeginUpdatingAsync(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters)">
            <summary>
            Update a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to update.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Job Collection
            operation.
            </param>
            <returns>
            The Update Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.CheckNameAvailability(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String)">
            <summary>
            Determine if the JobCollection name is available to be used.
            JobCollection names must be unique within a cloud-service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. A name for the JobCollection. The name must be unique as
            scoped within the CloudService. The name can be up to 100
            characters in length.
            </param>
            <returns>
            The Check Name Availability operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.CheckNameAvailabilityAsync(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String)">
            <summary>
            Determine if the JobCollection name is available to be used.
            JobCollection names must be unique within a cloud-service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. A name for the JobCollection. The name must be unique as
            scoped within the CloudService. The name can be up to 100
            characters in length.
            </param>
            <returns>
            The Check Name Availability operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters)">
            <summary>
            Create a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to create.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Job Collection
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters)">
            <summary>
            Create a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to create.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Job Collection
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String)">
            <summary>
            Deletes a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String)">
            <summary>
            Retreive a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. Name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. Name of the job collection.
            </param>
            <returns>
            The Get Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String)">
            <summary>
            Retreive a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. Name of the cloud service.
            </param>
            <param name='jobCollectionName'>
            Required. Name of the job collection.
            </param>
            <returns>
            The Get Job Collection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters)">
            <summary>
            Update a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to update.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Job Collection
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.JobCollectionOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters)">
            <summary>
            Update a job collection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
            </param>
            <param name='cloudServiceName'>
            Required. The name of the cloud service containing the job
            collection.
            </param>
            <param name='jobCollectionName'>
            Required. The name of the job collection to update.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Job Collection
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperations.#ctor(Microsoft.WindowsAzure.Scheduler.SchedulerClient)">
            <summary>
            Initializes a new instance of the JobOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperations.CreateAsync(Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Job, allowing the service to generate a job id. Use
            CreateOrUpdate if a user-chosen job id is required.
            </summary>
            <param name='parameters'>
            Required. Parameters specifying the job definition for a Create Job
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperations.CreateOrUpdateAsync(System.String,Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Job with a user-provided job id, or updates an
            existing job, replacing its definition with that specified.
            </summary>
            <param name='jobId'>
            Required. Id of the job to create or update.
            </param>
            <param name='parameters'>
            Required. Parameters specifying the job definition for a
            CreateOrUpdate Job operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a job.
            </summary>
            <param name='jobId'>
            Required. Id of the job to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get the definition and status of a job.
            </summary>
            <param name='jobId'>
            Required. Id of the job to get.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperations.GetHistoryAsync(System.String,Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters,System.Threading.CancellationToken)">
            <summary>
            Get the execution history of a Job.
            </summary>
            <param name='jobId'>
            Required. Id of the job to get the history of.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Job History operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Job History operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperations.GetHistoryWithFilterAsync(System.String,Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters,System.Threading.CancellationToken)">
            <summary>
            Get the execution history of a Job with a filter on the job Status.
            </summary>
            <param name='jobId'>
            Required. Id of the job to get the history of.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Job History With Filter
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Job History operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperations.ListAsync(Microsoft.WindowsAzure.Scheduler.Models.JobListParameters,System.Threading.CancellationToken)">
            <summary>
            Get the list of all jobs in a job collection.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the List Jobs operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Jobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperations.ListWithFilterAsync(Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters,System.Threading.CancellationToken)">
            <summary>
            Get the list of jobs in a job collection matching a filter on job
            state.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the List Jobs with filter
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Jobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperations.UpdateJobCollectionStateAsync(Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters,System.Threading.CancellationToken)">
            <summary>
            Update the state of all jobs in a job collections.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the Update Jobs State operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Update Jobs State operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperations.UpdateStateAsync(System.String,Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters,System.Threading.CancellationToken)">
            <summary>
            Update the state of a job.
            </summary>
            <param name='jobId'>
            Required. Id of the job to update.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Job State operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Update Job State operation response.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.JobOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Scheduler.SchedulerClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.Create(Microsoft.WindowsAzure.Scheduler.IJobOperations,Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters)">
            <summary>
            Creates a new Job, allowing the service to generate a job id. Use
            CreateOrUpdate if a user-chosen job id is required.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='parameters'>
            Required. Parameters specifying the job definition for a Create Job
            operation.
            </param>
            <returns>
            The Create Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Scheduler.IJobOperations,Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters)">
            <summary>
            Creates a new Job, allowing the service to generate a job id. Use
            CreateOrUpdate if a user-chosen job id is required.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='parameters'>
            Required. Parameters specifying the job definition for a Create Job
            operation.
            </param>
            <returns>
            The Create Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.CreateOrUpdate(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String,Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters)">
            <summary>
            Creates a new Job with a user-provided job id, or updates an
            existing job, replacing its definition with that specified.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to create or update.
            </param>
            <param name='parameters'>
            Required. Parameters specifying the job definition for a
            CreateOrUpdate Job operation.
            </param>
            <returns>
            The CreateOrUpdate Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.CreateOrUpdateAsync(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String,Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters)">
            <summary>
            Creates a new Job with a user-provided job id, or updates an
            existing job, replacing its definition with that specified.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to create or update.
            </param>
            <param name='parameters'>
            Required. Parameters specifying the job definition for a
            CreateOrUpdate Job operation.
            </param>
            <returns>
            The CreateOrUpdate Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.Delete(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String)">
            <summary>
            Deletes a job.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String)">
            <summary>
            Deletes a job.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.Get(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String)">
            <summary>
            Get the definition and status of a job.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to get.
            </param>
            <returns>
            The Get Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String)">
            <summary>
            Get the definition and status of a job.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to get.
            </param>
            <returns>
            The Get Job operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.GetHistory(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String,Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters)">
            <summary>
            Get the execution history of a Job.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to get the history of.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Job History operation.
            </param>
            <returns>
            The Get Job History operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.GetHistoryAsync(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String,Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters)">
            <summary>
            Get the execution history of a Job.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to get the history of.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Job History operation.
            </param>
            <returns>
            The Get Job History operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.GetHistoryWithFilter(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String,Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters)">
            <summary>
            Get the execution history of a Job with a filter on the job Status.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to get the history of.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Job History With Filter
            operation.
            </param>
            <returns>
            The Get Job History operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.GetHistoryWithFilterAsync(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String,Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters)">
            <summary>
            Get the execution history of a Job with a filter on the job Status.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to get the history of.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Job History With Filter
            operation.
            </param>
            <returns>
            The Get Job History operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.List(Microsoft.WindowsAzure.Scheduler.IJobOperations,Microsoft.WindowsAzure.Scheduler.Models.JobListParameters)">
            <summary>
            Get the list of all jobs in a job collection.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the List Jobs operation.
            </param>
            <returns>
            The List Jobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Scheduler.IJobOperations,Microsoft.WindowsAzure.Scheduler.Models.JobListParameters)">
            <summary>
            Get the list of all jobs in a job collection.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the List Jobs operation.
            </param>
            <returns>
            The List Jobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.ListWithFilter(Microsoft.WindowsAzure.Scheduler.IJobOperations,Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters)">
            <summary>
            Get the list of jobs in a job collection matching a filter on job
            state.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the List Jobs with filter
            operation.
            </param>
            <returns>
            The List Jobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.ListWithFilterAsync(Microsoft.WindowsAzure.Scheduler.IJobOperations,Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters)">
            <summary>
            Get the list of jobs in a job collection matching a filter on job
            state.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the List Jobs with filter
            operation.
            </param>
            <returns>
            The List Jobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.UpdateJobCollectionState(Microsoft.WindowsAzure.Scheduler.IJobOperations,Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters)">
            <summary>
            Update the state of all jobs in a job collections.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Jobs State operation.
            </param>
            <returns>
            The Update Jobs State operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.UpdateJobCollectionStateAsync(Microsoft.WindowsAzure.Scheduler.IJobOperations,Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters)">
            <summary>
            Update the state of all jobs in a job collections.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Jobs State operation.
            </param>
            <returns>
            The Update Jobs State operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.UpdateState(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String,Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters)">
            <summary>
            Update the state of a job.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to update.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Job State operation.
            </param>
            <returns>
            The Update Job State operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.JobOperationsExtensions.UpdateStateAsync(Microsoft.WindowsAzure.Scheduler.IJobOperations,System.String,Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters)">
            <summary>
            Update the state of a job.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Id of the job to update.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Job State operation.
            </param>
            <returns>
            The Update Job State operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.AADOAuthAuthentication">
            <summary>
            Active Directory OAuth authentication for job
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication">
            <summary>
            Specifies authentication for the job
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication.#ctor">
            <summary>
            Initializes a new instance of the HttpAuthentication class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication.Type">
            <summary>
            Optional. Specifies the authentication type
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.AADOAuthAuthentication.#ctor">
            <summary>
            Initializes a new instance of the AADOAuthAuthentication class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.AADOAuthAuthentication.Audience">
            <summary>
            Optional. Gets or sets the audience.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.AADOAuthAuthentication.ClientId">
            <summary>
            Optional. Gets or sets the client id.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.AADOAuthAuthentication.Secret">
            <summary>
            Optional. Gets or sets the secret.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.AADOAuthAuthentication.Tenant">
            <summary>
            Optional. Gets or sets the tenant.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.BasicAuthentication">
            <summary>
            Basic authentication for job
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.BasicAuthentication.#ctor">
            <summary>
            Initializes a new instance of the BasicAuthentication class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.BasicAuthentication.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BasicAuthentication class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.BasicAuthentication.Password">
            <summary>
            Optional. Gets or sets the password.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.BasicAuthentication.Username">
            <summary>
            Required. Gets or sets the username.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.ClientCertAuthentication">
            <summary>
            Client certification authentication for job
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.ClientCertAuthentication.#ctor">
            <summary>
            Initializes a new instance of the ClientCertAuthentication class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.ClientCertAuthentication.CertificateExpiration">
            <summary>
            Optional. Gets or sets the certificate expiration.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.ClientCertAuthentication.CertificateSubjectName">
            <summary>
            Optional. Gets or sets the certificate subjectname.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.ClientCertAuthentication.CertificateThumbprint">
            <summary>
            Optional. Gets or sets the certificate thumbprint.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.ClientCertAuthentication.Password">
            <summary>
            Optional. Gets or sets the password.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.ClientCertAuthentication.Pfx">
            <summary>
            Optional. Gets or sets the pfx.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the CloudServiceCreateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the CloudServiceCreateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters.Description">
            <summary>
            Required. Description for the cloud service.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters.Email">
            <summary>
            Optional. Optional e-mail address to associate with the service.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters.GeoRegion">
            <summary>
            Required. The region for the cloud service. This field cannot be
            updated after the cloud service is created.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters.Label">
            <summary>
            Required. Label for the cloud service.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse">
            <summary>
            Information about a retrieved Cloud Service.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.#ctor">
            <summary>
            Initializes a new instance of the CloudServiceGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.GeoLocation">
            <summary>
            Optional. The location associated with the cloud service.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resources">
            <summary>
            Optional. A collection of resources.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource">
            <summary>
            A resource.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource.ETag">
            <summary>
            Optional. ETag identifying the current entity revision on the
            server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource.Label">
            <summary>
            Optional. Label of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource.Name">
            <summary>
            Optional. A name for the resource. The name must be unique
            within the subscription ID and cloud service.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource.OutputItems">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource.Plan">
            <summary>
            Optional. The plan of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource.ResourceProviderNamespace">
            <summary>
            Optional. Namespace identifier for the resource provider.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource.SchemaVersion">
            <summary>
            Optional. Optional version of the intrinsic properties for the
            resource. If not specified, you must conform to the default
            contract resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource.State">
            <summary>
            Optional. The current resource status.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource.SubState">
            <summary>
            Optional. An optional, more detailed resource status.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource.Type">
            <summary>
            Optional. The Type for the resource.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse">
            <summary>
            The response structure for the Cloud Service List operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.#ctor">
            <summary>
            Initializes a new instance of the CloudServiceListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.GetEnumerator">
            <summary>
            Gets the sequence of CloudServices.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of CloudServices.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudServices">
            <summary>
            Optional. The list of cloud service locations for this subscription.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService">
            <summary>
            Defines a cloud service-supporting region in which a item is
            located.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.#ctor">
            <summary>
            Initializes a new instance of the CloudService class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.Description">
            <summary>
            Optional. The description of the cloud service region.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.GeoRegion">
            <summary>
            Optional. The geographical region in which this cloud service
            can run.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.Label">
            <summary>
            Optional. The label of the cloud service region.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.Name">
            <summary>
            Optional. The name of the cloud service region.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.Resources">
            <summary>
            Optional. A list of existing resources installed into a cloud
            service region.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource">
            <summary>
            A store add-on item.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.#ctor">
            <summary>
            Initializes a new instance of the AddOnResource class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.ETag">
            <summary>
            Optional. The ETag for this resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.Name">
            <summary>
            Optional. The user-input name of this item.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.Namespace">
            <summary>
            Optional. The namespace in which this item resides.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.OutputItems">
            <summary>
            Optional. Output items associated with an individual
            resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.Plan">
            <summary>
            Optional. The plan for this item as selected by the user.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.SchemaVersion">
            <summary>
            Optional. The schema version for this resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.State">
            <summary>
            Optional. The state of this resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.Status">
            <summary>
            Optional. Operation status items associated with an
            individual resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.Type">
            <summary>
            Optional. The type of store item.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.UsageLimits">
            <summary>
            Optional. Usage meters associated with an individual
            resource.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.OperationStatus">
            <summary>
            The operation status of an individual resource item.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.OperationStatus.#ctor">
            <summary>
            Initializes a new instance of the OperationStatus class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.OperationStatus.Error">
            <summary>
            Optional. The error details for operations that failed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.OperationStatus.Result">
            <summary>
            Optional. The result of this operation status.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.OperationStatus.Type">
            <summary>
            Optional. The type of this operation status.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.UsageLimit">
            <summary>
            Describes the current utilization and metering of a
            resource item.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.UsageLimit.#ctor">
            <summary>
            Initializes a new instance of the UsageLimit class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.UsageLimit.AmountIncluded">
            <summary>
            Optional. Defines the limit of this usage included in
            this resource's plan.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.UsageLimit.AmountUsed">
            <summary>
            Optional. The amount of this resource that has already
            been used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.UsageLimit.Name">
            <summary>
            Optional. The name of this usage limit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.UsageLimit.Unit">
            <summary>
            Optional. The unit in which this usage limit is
            measured.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatus">
            <summary>
            The status of the asynchronous request.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatus.InProgress">
            <summary>
            The asynchronous request is in progress.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatus.Succeeded">
            <summary>
            The asynchronous request succeeded.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatus.Failed">
            <summary>
            The asynchronous request failed.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse">
            <summary>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or has
            failed. Note that this status is distinct from the HTTP status code
            returned for the Get Operation Status operation itself. If the
            asynchronous operation succeeded, the response body includes the HTTP
            status code for the successful request. If the asynchronous operation
            failed, the response body includes the HTTP status code for the failed
            request, and also includes error information regarding the failure.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.#ctor">
            <summary>
            Initializes a new instance of the
            CloudServiceOperationStatusResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.Error">
            <summary>
            Optional. If the asynchronous operation failed, the response body
            includes the HTTP status code for the failed request, and also
            includes error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.HttpStatusCode">
            <summary>
            Optional. The HTTP status code for the asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.Id">
            <summary>
            Optional. The request ID of the asynchronous request. This value is
            returned in the x-ms-request-id response header of the
            asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.Status">
            <summary>
            Optional. The status of the asynchronous request.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.ErrorDetails">
            <summary>
            If the asynchronous operation failed, the response body includes
            the HTTP status code for the failed request, and also includes
            error information regarding the failure.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.ErrorDetails.#ctor">
            <summary>
            Initializes a new instance of the ErrorDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.ErrorDetails.Code">
            <summary>
            Optional. The management service error code returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.ErrorDetails.Message">
            <summary>
            Optional. The management service error message returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters.#ctor">
            <summary>
            Initializes a new instance of the EntitleResourceParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters.#ctor(System.String,System.String,System.DateTime)">
            <summary>
            Initializes a new instance of the EntitleResourceParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters.RegistrationDate">
            <summary>
            Required. The required data when the entitlement is performed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters.ResourceNamespace">
            <summary>
            Required. Required NameSpace identifier for the resource provider.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters.ResourceType">
            <summary>
            Required. Required type for the resource.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.Error">
            <summary>
            The error details for operations that failed
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.Error.#ctor">
            <summary>
            Initializes a new instance of the Error class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.Error.ExtendedCode">
            <summary>
            Optional. The extended code, if any.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.Error.HttpCode">
            <summary>
            Optional. The Http Code returned.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.Error.Message">
            <summary>
            Optional. The error message.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.GetCloudServiceResourceState">
            <summary>
            Specifies the state for a cloud service resource.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.GetCloudServiceResourceState.Unknown">
            <summary>
            The resource state is unknown, there may have been a communicaiton
            failure, or the resource has not yet been processed.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.GetCloudServiceResourceState.NotFound">
            <summary>
            The resource provider did not respond with information for the
            resource.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.GetCloudServiceResourceState.Started">
            <summary>
            The resource has started and is running fine.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.GetCloudServiceResourceState.Stopped">
            <summary>
            The resource was stopped due to an issue.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.GetCloudServiceResourceState.Paused">
            <summary>
            The resource was temporarily put on hold. This may be due to a
            monetary event.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.HttpAuthenticationType">
            <summary>
            Type of authentication
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.Job">
            <summary>
            The definition of a Windows Azure Scheduler job.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.Job.#ctor">
            <summary>
            Initializes a new instance of the Job class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.Job.#ctor(System.String,Microsoft.WindowsAzure.Scheduler.Models.JobAction)">
            <summary>
            Initializes a new instance of the Job class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.Job.Action">
            <summary>
            Required. Action to invoke for the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.Job.Id">
            <summary>
            Required. Job identifier.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.Job.Recurrence">
            <summary>
            Optional. Recurrence schedule for the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.Job.StartTime">
            <summary>
            Optional. Start time for the job. Defined as ISO-8601.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.Job.State">
            <summary>
            Optional. Current state of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.Job.Status">
            <summary>
            Optional. Current status of the job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobAction">
            <summary>
            Action to invoke for the job.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobAction.#ctor">
            <summary>
            Initializes a new instance of the JobAction class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobAction.#ctor(Microsoft.WindowsAzure.Scheduler.Models.JobActionType)">
            <summary>
            Initializes a new instance of the JobAction class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobAction.ErrorAction">
            <summary>
            Optional. Error Action for the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobAction.QueueMessage">
            <summary>
            Optional. Queue and content for a queue message action type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobAction.Request">
            <summary>
            Optional. Request for a http or https action type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobAction.RetryPolicy">
            <summary>
            Optional. Retry Policy for the job action.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobAction.Type">
            <summary>
            Required. Type of action. Can be one of http, https, storageQueue.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobActionType">
            <summary>
            Type of action. Can be one of http, https, storageQueue.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCheckNameAvailabilityResponse">
            <summary>
            The Check Name Availability operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCheckNameAvailabilityResponse.#ctor">
            <summary>
            Initializes a new instance of the
            JobCollectionCheckNameAvailabilityResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCheckNameAvailabilityResponse.IsAvailable">
            <summary>
            Optional. Whether the name is available.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters">
            <summary>
            Parameters supplied to the Create Job Collection operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the JobCollectionCreateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters.IntrinsicSettings">
            <summary>
            Optional. Intrinsic settings for the scheduler job collections.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters.Label">
            <summary>
            Optional. Label for the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters.SchemaVersion">
            <summary>
            Optional. The version of the Intrinsic Properties for your
            Resource. If not specified, you must conform to the contract
            resource version you registered as default.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateResponse">
            <summary>
            The Create Job Collection operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the JobCollectionCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateResponse.ETag">
            <summary>
            Optional. ETag of the Job Collection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse">
            <summary>
            The Get Job Collection operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.#ctor">
            <summary>
            Initializes a new instance of the JobCollectionGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.ETag">
            <summary>
            Optional. ETag of the Job Collection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.IntrinsicSettings">
            <summary>
            Optional. Intrinsic settings for the scheduler job collections.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.Label">
            <summary>
            Optional. Label for the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.LastOperationStatus">
            <summary>
            Optional. The promotion code for buying the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.Name">
            <summary>
            Optional. Name of the Job Collection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.PromotionCode">
            <summary>
            Optional. The promotion code for buying the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.SchemaVersion">
            <summary>
            Optional. The version of the Intrinsic Properties for your
            Resource. If not specified, you must conform to the contract
            resource version you registered as default.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.State">
            <summary>
            Optional. State of the Job Collection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.OperationStatus">
            <summary>
            Result of a previous operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.OperationStatus.#ctor">
            <summary>
            Initializes a new instance of the OperationStatus class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.OperationStatus.ResponseDetails">
            <summary>
            Optional. Details about the last operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.OperationStatus.Status">
            <summary>
            Optional. Status of the last operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.OperationStatusResponseDetails">
            <summary>
            Response details about an operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.OperationStatusResponseDetails.#ctor">
            <summary>
            Initializes a new instance of the
            OperationStatusResponseDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.OperationStatusResponseDetails.Message">
            <summary>
            Optional. Message returned by the operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse.OperationStatusResponseDetails.StatusCode">
            <summary>
            Optional. The HTTP status code of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionIntrinsicSettings">
            <summary>
            Parameters supplied to intrinsic settings for a job.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionIntrinsicSettings.#ctor">
            <summary>
            Initializes a new instance of the JobCollectionIntrinsicSettings
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionIntrinsicSettings.Plan">
            <summary>
            Optional. The plan of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionIntrinsicSettings.Quota">
            <summary>
            Optional. Quota settings for the job collection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters">
            <summary>
            Parameters supplied to the Update Jobs State operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            JobCollectionJobsUpdateStateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters.#ctor(Microsoft.WindowsAzure.Scheduler.Models.JobState)">
            <summary>
            Initializes a new instance of the
            JobCollectionJobsUpdateStateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateParameters.State">
            <summary>
            Required. New state to update to: 'enabled' or 'disabled'.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse">
            <summary>
            The Update Jobs State operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            JobCollectionJobsUpdateStateResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse.GetEnumerator">
            <summary>
            Gets the sequence of Jobs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Jobs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobCollectionJobsUpdateStateResponse.Jobs">
            <summary>
            Optional. The definitions of the updated jobs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionMaxRecurrence.#ctor">
            <summary>
            Initializes a new instance of the JobCollectionMaxRecurrence class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionMaxRecurrence.#ctor(Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionRecurrenceFrequency,System.Int32)">
            <summary>
            Initializes a new instance of the JobCollectionMaxRecurrence class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionMaxRecurrence.Frequency">
            <summary>
            Required. Defines the maximum recurrences that can be specified in
            any job in this job collection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionMaxRecurrence.Interval">
            <summary>
            Required. Defines the interval.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionQuota.#ctor">
            <summary>
            Initializes a new instance of the JobCollectionQuota class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionQuota.MaxJobCount">
            <summary>
            Optional. Maximum number of jobs that can be created in this job
            collection. Maximum value is dependent on the plan.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionQuota.MaxJobOccurrence">
            <summary>
            Optional. Maximum number of occurrences for all jobs in the job
            collection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionQuota.MaxRecurrence">
            <summary>
            Optional. Defines the maximum recurrences that can be specified in
            any job in this job collection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionRecurrenceFrequency">
            <summary>
            Maximum frequency that can be specified on any job in this job
            collection. Subset of acceptable frequencies is dependent on the plan.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionState">
            <summary>
            State of the Job Collection resource.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionState.Unknown">
            <summary>
            Service Manager knows about the resource but the state is still
            Unknown which might either be a result of failed communication
            with the RP or just that the Service Manager hasn't got around to
            process the resource.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionState.NotFound">
            <summary>
            The resource provider did not respond with information for the
            resource.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionState.Started">
            <summary>
            Resource is running fine.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionState.Stopped">
            <summary>
            Resource was stopped due to an issue.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionState.Paused">
            <summary>
            The resource was temporarily put on hold primarily due to a
            monetary event.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters">
            <summary>
            Parameters supplied to the Update Job Collection operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the JobCollectionUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the JobCollectionUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters.ETag">
            <summary>
            Required. The ETag of the job collection to update. The update
            will fail ifthe ETag doesn't match.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters.IntrinsicSettings">
            <summary>
            Optional. Intrinsic settings for the scheduler job collections.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters.Label">
            <summary>
            Optional. Label for the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters.SchemaVersion">
            <summary>
            Optional. The version of the Intrinsic Properties for your
            Resource. If not specified, you must conform to the contract
            resource version you registered as default.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse">
            <summary>
            The Update Job Collection operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the JobCollectionUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse.ETag">
            <summary>
            Optional. New ETag of the updated Job Collection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters">
            <summary>
            Parameters specifying the job definition for a CreateOrUpdate Job
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the JobCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters.#ctor(Microsoft.WindowsAzure.Scheduler.Models.JobAction)">
            <summary>
            Initializes a new instance of the JobCreateOrUpdateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters.Action">
            <summary>
            Required. Action to invoke for the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters.Recurrence">
            <summary>
            Optional. Recurrence schedule for the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters.StartTime">
            <summary>
            Optional. Start time for the job. Defined as ISO-8601.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateResponse">
            <summary>
            The CreateOrUpdate Job operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the JobCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateResponse.Job">
            <summary>
            Optional. The created or updated job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters">
            <summary>
            Parameters specifying the job definition for a Create Job operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the JobCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters.#ctor(Microsoft.WindowsAzure.Scheduler.Models.JobAction)">
            <summary>
            Initializes a new instance of the JobCreateParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters.Action">
            <summary>
            Required. Action to invoke for the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters.Recurrence">
            <summary>
            Optional. Recurrence schedule for the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters.StartTime">
            <summary>
            Optional. Start time for the job. Defined as ISO-8601.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobCreateResponse">
            <summary>
            The Create Job operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the JobCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobCreateResponse.Job">
            <summary>
            Optional. The created job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobErrorAction">
            <summary>
            Action to invoke following the failure of all of the retries of a job
            occurrence.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobErrorAction.#ctor">
            <summary>
            Initializes a new instance of the JobErrorAction class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobErrorAction.#ctor(Microsoft.WindowsAzure.Scheduler.Models.JobActionType)">
            <summary>
            Initializes a new instance of the JobErrorAction class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobErrorAction.QueueMessage">
            <summary>
            Optional. Queue and content for a queue message action type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobErrorAction.Request">
            <summary>
            Optional. Request for a http or https action type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobErrorAction.Type">
            <summary>
            Required. Type of action. Can be one of http, https, storageQueue.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters">
            <summary>
            Parameters supplied to the Get Job History operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters.#ctor">
            <summary>
            Initializes a new instance of the JobGetHistoryParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters.Skip">
            <summary>
            Optional. Specify the (0-based) index of the history list from
            which to begin requesting entries.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters.Top">
            <summary>
            Optional. Specify the number of history entries to request, in the
            of range [1..100].
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse">
            <summary>
            The Get Job History operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.#ctor">
            <summary>
            Initializes a new instance of the JobGetHistoryResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.GetEnumerator">
            <summary>
            Gets the sequence of JobHistory.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of JobHistory.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistory">
            <summary>
            Optional. The job history entries.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry">
            <summary>
            A job history entry.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry.#ctor">
            <summary>
            Initializes a new instance of the JobHistoryEntry class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry.ActionName">
            <summary>
            Optional. The action of this execution, MainAction or
            ErrorAction.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry.EndTime">
            <summary>
            Optional. The time the execution attempt concluded.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry.Id">
            <summary>
            Optional. The job id that this history entry is for.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry.Message">
            <summary>
            Optional. A description of the result of the execution attempt.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry.RepeatCount">
            <summary>
            Optional. The occurrence count of this execution.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry.RetryCount">
            <summary>
            Optional. The retry count of this occurrence.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry.StartTime">
            <summary>
            Optional. The time the execution attempt began.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry.State">
            <summary>
            Optional. The state of the job: enabled, disabled, faulted, or
            completed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry.Status">
            <summary>
            Optional. The status of this execution attempt, completed or
            failed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry.Timestamp">
            <summary>
            Optional. The time the execution attempt began.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters">
            <summary>
            Parameters supplied to the Get Job History With Filter operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters.#ctor">
            <summary>
            Initializes a new instance of the JobGetHistoryWithFilterParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters.#ctor(Microsoft.WindowsAzure.Scheduler.Models.JobHistoryStatus)">
            <summary>
            Initializes a new instance of the JobGetHistoryWithFilterParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParameters.Status">
            <summary>
            Required. Filter the job history to have it only return job
            execution attempts having a particular Status, 'completed' or
            'failed'.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobGetResponse">
            <summary>
            The Get Job operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobGetResponse.#ctor">
            <summary>
            Initializes a new instance of the JobGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobGetResponse.Job">
            <summary>
            Optional. The job definition and status.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobHistoryActionName">
            <summary>
            The action of this execution, MainAction or ErrorAction.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Scheduler.Models.JobHistoryActionName.MainAction">
            <summary>
            An execution attempt of the primary action.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Scheduler.Models.JobHistoryActionName.ErrorAction">
            <summary>
            An execution attempt of the error action.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobHistoryStatus">
            <summary>
            The status of this execution attempt, completed or failed.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Scheduler.Models.JobHistoryStatus.Completed">
            <summary>
            A completed execution attempt.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Scheduler.Models.JobHistoryStatus.Failed">
            <summary>
            A failed execution attempt.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Scheduler.Models.JobHistoryStatus.Postponed">
            <summary>
            Execution has been postponed.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobHttpRequest">
            <summary>
            Request for an http or https action type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobHttpRequest.#ctor">
            <summary>
            Initializes a new instance of the JobHttpRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobHttpRequest.#ctor(System.Uri,System.String)">
            <summary>
            Initializes a new instance of the JobHttpRequest class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobHttpRequest.Authentication">
            <summary>
            Optional. Gets or sets the request authentication.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobHttpRequest.Body">
            <summary>
            Optional. Gets or sets the request body.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobHttpRequest.Headers">
            <summary>
            Optional. Gets or sets Header name value pairs to supply with the
            http/https action.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobHttpRequest.Method">
            <summary>
            Required. Gets or sets Http method e.g. GET, PUT, POST, DELETE.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobHttpRequest.Uri">
            <summary>
            Required. Gets or sets Uri of the endpoint to invoke.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobListParameters">
            <summary>
            Parameters supplied to the List Jobs operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobListParameters.#ctor">
            <summary>
            Initializes a new instance of the JobListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobListParameters.Skip">
            <summary>
            Optional. Specify the (0-based) index of the job list from which to
            begin requesting entries.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobListParameters.Top">
            <summary>
            Optional. Specify the number of jobs to request, in the of range
            [1..100].
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobListResponse">
            <summary>
            The List Jobs operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobListResponse.#ctor">
            <summary>
            Initializes a new instance of the JobListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Jobs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Jobs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobListResponse.Jobs">
            <summary>
            Optional. The relevant jobs.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters">
            <summary>
            Parameters supplied to the List Jobs with filter operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters.#ctor">
            <summary>
            Initializes a new instance of the JobListWithFilterParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters.#ctor(Microsoft.WindowsAzure.Scheduler.Models.JobState)">
            <summary>
            Initializes a new instance of the JobListWithFilterParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobListWithFilterParameters.State">
            <summary>
            Required. Filter the job history to have it only return job
            execution attempts having a particular State, enabled, disabled,
            faulted, or completed.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobQueueMessage">
            <summary>
            Queue and content for a queue message action type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobQueueMessage.#ctor">
            <summary>
            Initializes a new instance of the JobQueueMessage class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobQueueMessage.Message">
            <summary>
            Required. Content of the message to send to the queue.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobQueueMessage.QueueName">
            <summary>
            Required. Name of the queue to send to.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobQueueMessage.SasToken">
            <summary>
            Required. SAS key for the storage account to send message to the
            queue.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobQueueMessage.StorageAccountName">
            <summary>
            Required. Name of the storage account for the queue.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrence">
            <summary>
            Recurrence schedule for the job.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrence.#ctor">
            <summary>
            Initializes a new instance of the JobRecurrence class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrence.#ctor(Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceFrequency)">
            <summary>
            Initializes a new instance of the JobRecurrence class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrence.Count">
            <summary>
            Optional. Count of occurrences that will execute. Optional. Default
            will recur infinitely
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrence.EndTime">
            <summary>
            Optional. Time in ISO-8601 format after which no more occurrences
            will execute.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrence.Frequency">
            <summary>
            Required. The frequency of recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrence.Interval">
            <summary>
            Optional. Interval of the recurrence at the given frequency.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrence.Schedule">
            <summary>
            Optional. Recurrence schedule for the job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceFrequency">
            <summary>
            The frequency of recurrence. Must be one of: minute, hour, day, week,
            month, year.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceSchedule">
            <summary>
            Recurrence schedule for the job.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceSchedule.#ctor">
            <summary>
            Initializes a new instance of the JobRecurrenceSchedule class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceSchedule.Days">
            <summary>
            Optional. Days of the week that the job should execute on.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceSchedule.Hours">
            <summary>
            Optional. Hours of the day that the job should execute at.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceSchedule.Minutes">
            <summary>
            Optional. Minutes of the hour that the job should execute at.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceSchedule.MonthDays">
            <summary>
            Optional. Days of the month that the job should execute on. Must
            be between 1 and 31.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceSchedule.MonthlyOccurrences">
            <summary>
            Optional. Occurrences of days within a month.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceSchedule.Months">
            <summary>
            Optional. Months that the job should execute in. Must be between 1
            and 12.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobScheduleDay">
            <summary>
            Must be one of monday, tuesday, wednesday, thursday, friday, saturday,
            sunday.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobScheduleMonthlyOccurrence">
            <summary>
            Occurrences of days within a month.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobScheduleMonthlyOccurrence.#ctor">
            <summary>
            Initializes a new instance of the JobScheduleMonthlyOccurrence
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobScheduleMonthlyOccurrence.#ctor(Microsoft.WindowsAzure.Scheduler.Models.JobScheduleDay)">
            <summary>
            Initializes a new instance of the JobScheduleMonthlyOccurrence
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobScheduleMonthlyOccurrence.Day">
            <summary>
            Required. Day of the occurrence. Must be one of monday, tuesday,
            wednesday, thursday, friday, saturday, sunday.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobScheduleMonthlyOccurrence.Occurrence">
            <summary>
            Optional. Occurrence of the day within the month. Must be between
            -31 and 31.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobState">
            <summary>
            State of a job.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Scheduler.Models.JobState.Enabled">
            <summary>
            An enabled job that is scheduled for future execution.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Scheduler.Models.JobState.Disabled">
            <summary>
            A disabled job does not have any future execution scheduled.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Scheduler.Models.JobState.Faulted">
            <summary>
            A faulted job is one whose final execution attempt failed.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Scheduler.Models.JobState.Completed">
            <summary>
            A completed job is one whose final execution attempt succeeded.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobStatus">
            <summary>
            Current status of the job.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobStatus.#ctor">
            <summary>
            Initializes a new instance of the JobStatus class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobStatus.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the JobStatus class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobStatus.ExecutionCount">
            <summary>
            Required. Number of times this job has executed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobStatus.FailureCount">
            <summary>
            Optional. Number of times this job has failed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobStatus.FaultedCount">
            <summary>
            Optional. Number of faulted occurrences (occurrences that were
            retried and failed as many times as the retry policy states).
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobStatus.LastExecutionTime">
            <summary>
            Optional. Time the last occurrence executed in ISO-8601 format.
            Could be empty if job has not run yet.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobStatus.NextExecutionTime">
            <summary>
            Optional. Time of the next occurrence in ISO-8601 format. Could be
            empty if the job is completed.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters">
            <summary>
            Parameters supplied to the Update Job State operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters.#ctor">
            <summary>
            Initializes a new instance of the JobUpdateStateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters.#ctor(Microsoft.WindowsAzure.Scheduler.Models.JobState)">
            <summary>
            Initializes a new instance of the JobUpdateStateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters.State">
            <summary>
            Required. New state to update to: 'enabled' or 'disabled'.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters.UpdateStateReason">
            <summary>
            Optional. A description of the circumstances associated with this
            job state update.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateResponse">
            <summary>
            The Update Job State operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateResponse.#ctor">
            <summary>
            Initializes a new instance of the JobUpdateStateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateResponse.Job">
            <summary>
            Optional. The definition of the updated job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.ResourceProviderGetPropertiesResponse">
            <summary>
            The Resource Provider Get Properties operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.ResourceProviderGetPropertiesResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ResourceProviderGetPropertiesResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.ResourceProviderGetPropertiesResponse.Properties">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.RetryPolicy">
            <summary>
            Retry Policy for the job action.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.RetryPolicy.#ctor">
            <summary>
            Initializes a new instance of the RetryPolicy class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.Models.RetryPolicy.#ctor(Microsoft.WindowsAzure.Scheduler.Models.RetryType)">
            <summary>
            Initializes a new instance of the RetryPolicy class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.RetryPolicy.RetryCount">
            <summary>
            Optional. Number of times a retry should be attempted.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.RetryPolicy.RetryInterval">
            <summary>
            Optional. The interval between retries.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.RetryPolicy.RetryType">
            <summary>
            Required. The Retry Type of the Retry Policy. Can be either
            'fixed' or 'none'.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.RetryType">
            <summary>
            The type of Retry Policy applied to failed execution attempts.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Scheduler.Models.RetryType.None">
            <summary>
            Do not retry following a failed execution attempt.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Scheduler.Models.RetryType.Fixed">
            <summary>
            Retry up to a fixed number of times following failed execution
            attempts.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatus">
            <summary>
            The status of the asynchronous request.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatus.InProgress">
            <summary>
            The asynchronous request is in progress.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatus.Succeeded">
            <summary>
            The asynchronous request succeeded.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatus.Failed">
            <summary>
            The asynchronous request failed.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse">
            <summary>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or has
            failed. Note that this status is distinct from the HTTP status code
            returned for the Get Operation Status operation itself. If the
            asynchronous operation succeeded, the response body includes the HTTP
            status code for the successful request. If the asynchronous operation
            failed, the response body includes the HTTP status code for the failed
            request, and also includes error information regarding the failure.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse.#ctor">
            <summary>
            Initializes a new instance of the SchedulerOperationStatusResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse.Error">
            <summary>
            Optional. If the asynchronous operation failed, the response body
            includes the HTTP status code for the failed request, and also
            includes error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse.ETag">
            <summary>
            Optional. Optional ETag, if returned from the original request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse.HttpStatusCode">
            <summary>
            Optional. The HTTP status code for the asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse.Id">
            <summary>
            Optional. The request ID of the asynchronous request. This value is
            returned in the x-ms-request-id response header of the
            asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse.Status">
            <summary>
            Optional. The status of the asynchronous request.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse.ErrorDetails">
            <summary>
            If the asynchronous operation failed, the response body includes
            the HTTP status code for the failed request, and also includes
            error information regarding the failure.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse.ErrorDetails.#ctor">
            <summary>
            Initializes a new instance of the ErrorDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse.ErrorDetails.Code">
            <summary>
            Optional. The management service error code returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse.ErrorDetails.Message">
            <summary>
            Optional. The management service error message returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.#ctor">
            <summary>
            Initializes a new instance of the SchedulerClient class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.#ctor(System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the SchedulerClient class.
            </summary>
            <param name='cloudServiceName'>
            Required.
            </param>
            <param name='jobCollectionName'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.#ctor(System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the SchedulerClient class.
            </summary>
            <param name='cloudServiceName'>
            Required.
            </param>
            <param name='jobCollectionName'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SchedulerClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.#ctor(System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SchedulerClient class.
            </summary>
            <param name='cloudServiceName'>
            Required.
            </param>
            <param name='jobCollectionName'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.#ctor(System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SchedulerClient class.
            </summary>
            <param name='cloudServiceName'>
            Required.
            </param>
            <param name='jobCollectionName'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.Clone(Hyak.Common.ServiceClient{Microsoft.WindowsAzure.Scheduler.SchedulerClient})">
            <summary>
            Clones properties from current instance to another SchedulerClient
            instance
            </summary>
            <param name='client'>
            Instance of SchedulerClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.ParseHttpAuthenticationType(System.String)">
            <summary>
            Parse enum values for type HttpAuthenticationType.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.HttpAuthenticationTypeToString(Microsoft.WindowsAzure.Scheduler.Models.HttpAuthenticationType)">
            <summary>
            Convert an enum of type HttpAuthenticationType to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.ParseJobActionType(System.String)">
            <summary>
            Parse enum values for type JobActionType.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.JobActionTypeToString(Microsoft.WindowsAzure.Scheduler.Models.JobActionType)">
            <summary>
            Convert an enum of type JobActionType to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.ParseJobHistoryActionName(System.String)">
            <summary>
            Parse enum values for type JobHistoryActionName.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.JobHistoryActionNameToString(Microsoft.WindowsAzure.Scheduler.Models.JobHistoryActionName)">
            <summary>
            Convert an enum of type JobHistoryActionName to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.ParseJobHistoryStatus(System.String)">
            <summary>
            Parse enum values for type JobHistoryStatus.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.JobHistoryStatusToString(Microsoft.WindowsAzure.Scheduler.Models.JobHistoryStatus)">
            <summary>
            Convert an enum of type JobHistoryStatus to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.ParseJobRecurrenceFrequency(System.String)">
            <summary>
            Parse enum values for type JobRecurrenceFrequency.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.JobRecurrenceFrequencyToString(Microsoft.WindowsAzure.Scheduler.Models.JobRecurrenceFrequency)">
            <summary>
            Convert an enum of type JobRecurrenceFrequency to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.ParseJobScheduleDay(System.String)">
            <summary>
            Parse enum values for type JobScheduleDay.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.JobScheduleDayToString(Microsoft.WindowsAzure.Scheduler.Models.JobScheduleDay)">
            <summary>
            Convert an enum of type JobScheduleDay to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.ParseJobState(System.String)">
            <summary>
            Parse enum values for type JobState.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.JobStateToString(Microsoft.WindowsAzure.Scheduler.Models.JobState)">
            <summary>
            Convert an enum of type JobState to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.ParseRetryType(System.String)">
            <summary>
            Parse enum values for type RetryType.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Scheduler.SchedulerClient.RetryTypeToString(Microsoft.WindowsAzure.Scheduler.Models.RetryType)">
            <summary>
            Convert an enum of type RetryType to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.SchedulerClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.SchedulerClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.SchedulerClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.SchedulerClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.SchedulerClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.#ctor">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SchedulerManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient})">
            <summary>
            Clones properties from current instance to another
            SchedulerManagementClient instance
            </summary>
            <param name='client'>
            Instance of SchedulerManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.GetResourceProviderPropertiesAsync(System.Threading.CancellationToken)">
            <summary>
            Gets a list of properties for the resource provider, including
            supported regions and plans.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Resource Provider Get Properties operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.RegisterResourceProviderAsync(System.Threading.CancellationToken)">
            <summary>
            Register the Scheduler resource provider with your subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.UnregisterResourceProviderAsync(System.Threading.CancellationToken)">
            <summary>
            Unregister the Scheduler resource provider with your subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClientExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.
            </param>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClientExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.
            </param>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClientExtensions.GetResourceProviderProperties(Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient)">
            <summary>
            Gets a list of properties for the resource provider, including
            supported regions and plans.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.
            </param>
            <returns>
            The Resource Provider Get Properties operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClientExtensions.GetResourceProviderPropertiesAsync(Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient)">
            <summary>
            Gets a list of properties for the resource provider, including
            supported regions and plans.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.
            </param>
            <returns>
            The Resource Provider Get Properties operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClientExtensions.RegisterResourceProvider(Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient)">
            <summary>
            Register the Scheduler resource provider with your subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClientExtensions.RegisterResourceProviderAsync(Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient)">
            <summary>
            Register the Scheduler resource provider with your subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClientExtensions.UnregisterResourceProvider(Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient)">
            <summary>
            Unregister the Scheduler resource provider with your subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Scheduler.SchedulerManagementClientExtensions.UnregisterResourceProviderAsync(Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient)">
            <summary>
            Unregister the Scheduler resource provider with your subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Scheduler.ISchedulerManagementClient.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Scheduler.Models.StorageQueueMessage">
            <summary>
            Storage queue message
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.StorageQueueMessage.ExecutionTag">
            <summary>
            Gets or sets the ETag
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.StorageQueueMessage.ClientRequestId">
            <summary>
            Gets or sets the Client Request ID
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.StorageQueueMessage.ExpectedExecutionTime">
            <summary>
            Gets or sets the Expected executionTime
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.StorageQueueMessage.SchedulerJobId">
            <summary>
            Gets or sets the Scheduler Job ID
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.StorageQueueMessage.SchedulerJobCollectionId">
            <summary>
            Gets or sets the Scheduler JobCollection ID
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.StorageQueueMessage.Region">
            <summary>
            Gets or sets the Region
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Scheduler.Models.StorageQueueMessage.Message">
            <summary>
            Gets or sets the Message
            </summary>
        </member>
    </members>
</doc>