Automation/Microsoft.WindowsAzure.Management.Automation.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.WindowsAzure.Management.Automation</name>
    </assembly>
    <members>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.ResponseWithSkipToken`1">
            <summary>
            The response with skip token.
            </summary>
            <typeparam name="T">
            </typeparam>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Automation.ResponseWithSkipToken`1.operationResponseWithSkipToken">
            <summary>
            The operation response with skip token
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Automation.ResponseWithSkipToken`1.automationManagementModels">
            <summary>
            The automation management models.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ResponseWithSkipToken`1.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken,System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.WindowsAzure.Management.Automation.ResponseWithSkipToken`1"/> class.
            </summary>
            <param name="operationResponseWithSkipToken">
            The operation response with skip token.
            </param>
            <param name="automationManagementModels">
            The automation management models.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Argument Null Exception
            </exception>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.ResponseWithSkipToken`1.AutomationManagementModels">
            <summary>
            Gets the automation management models.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.ResponseWithSkipToken`1.SkipToken">
            <summary>
            Gets the skip token.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.ActivityOperations">
            <summary>
            Service operation for automation activities. (see
            http://aka.ms/azureautomationsdk/activityoperations for more
            information)
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.IActivityOperations">
            <summary>
            Service operation for automation activities. (see
            http://aka.ms/azureautomationsdk/activityoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IActivityOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the activity in the module identified by module name and
            activity name. (see
            http://aka.ms/azureautomationsdk/activityoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='moduleName'>
            The name of module.
            </param>
            <param name='activityName'>
            The name of activity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get activity operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IActivityOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of activities in the module identified by module
            name. (see http://aka.ms/azureautomationsdk/activityoperations
            for more information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='moduleName'>
            The name of module.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list activity operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IActivityOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of activities in the module identified by module
            name. (see http://aka.ms/azureautomationsdk/activityoperations
            for more information)
            </summary>
            <param name='nextLink'>
            The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list activity operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ActivityOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the ActivityOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ActivityOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the activity in the module identified by module name and
            activity name. (see
            http://aka.ms/azureautomationsdk/activityoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The name of module.
            </param>
            <param name='activityName'>
            Required. The name of activity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get activity operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ActivityOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of activities in the module identified by module
            name. (see http://aka.ms/azureautomationsdk/activityoperations
            for more information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The name of module.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list activity operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ActivityOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of activities in the module identified by module
            name. (see http://aka.ms/azureautomationsdk/activityoperations
            for more information)
            </summary>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list activity operation.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.ActivityOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ActivityOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.IActivityOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve the activity in the module identified by module name and
            activity name. (see
            http://aka.ms/azureautomationsdk/activityoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IActivityOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The name of module.
            </param>
            <param name='activityName'>
            Required. The name of activity.
            </param>
            <returns>
            The response model for the get activity operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ActivityOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.IActivityOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve the activity in the module identified by module name and
            activity name. (see
            http://aka.ms/azureautomationsdk/activityoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IActivityOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The name of module.
            </param>
            <param name='activityName'>
            Required. The name of activity.
            </param>
            <returns>
            The response model for the get activity operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ActivityOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.IActivityOperations,System.String,System.String)">
            <summary>
            Retrieve a list of activities in the module identified by module
            name. (see http://aka.ms/azureautomationsdk/activityoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IActivityOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The name of module.
            </param>
            <returns>
            The response model for the list activity operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ActivityOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.IActivityOperations,System.String,System.String)">
            <summary>
            Retrieve a list of activities in the module identified by module
            name. (see http://aka.ms/azureautomationsdk/activityoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IActivityOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The name of module.
            </param>
            <returns>
            The response model for the list activity operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ActivityOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.IActivityOperations,System.String)">
            <summary>
            Retrieve next list of activities in the module identified by module
            name. (see http://aka.ms/azureautomationsdk/activityoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IActivityOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list activity operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ActivityOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.IActivityOperations,System.String)">
            <summary>
            Retrieve next list of activities in the module identified by module
            name. (see http://aka.ms/azureautomationsdk/activityoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IActivityOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list activity operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.AutomationAccountOperations">
            <summary>
            Service operation for automation accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for more
            information)
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations">
            <summary>
            Service operation for automation accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations.BeginCreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='clouldServiceName'>
            Cloud service name.
            </param>
            <param name='parameters'>
            Parameters supplied to the create automation account.
            </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.Automation.IAutomationAccountOperations.BeginDeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='clouldServiceName'>
            Cloud service name.
            </param>
            <param name='automationAccountName'>
            Automation account 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.Automation.IAutomationAccountOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='clouldServiceName'>
            Cloud service name.
            </param>
            <param name='parameters'>
            Parameters supplied to the create automation account.
            </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.Automation.IAutomationAccountOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='clouldServiceName'>
            Cloud service name.
            </param>
            <param name='automationAccountName'>
            Automation account 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.Automation.AutomationAccountOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the AutomationAccountOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.AutomationAccountOperations.BeginCreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create automation account.
            </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.Automation.AutomationAccountOperations.BeginDeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='automationAccountName'>
            Required. Automation account 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.Automation.AutomationAccountOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create automation account.
            </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.Automation.AutomationAccountOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='automationAccountName'>
            Required. Automation account 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="P:Microsoft.WindowsAzure.Management.Automation.AutomationAccountOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.AutomationAccountOperationsExtensions.BeginCreate(Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create automation account.
            </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.Automation.AutomationAccountOperationsExtensions.BeginCreateAsync(Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create automation account.
            </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.Automation.AutomationAccountOperationsExtensions.BeginDelete(Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations,System.String,System.String)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='automationAccountName'>
            Required. Automation account 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.Automation.AutomationAccountOperationsExtensions.BeginDeleteAsync(Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations,System.String,System.String)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='automationAccountName'>
            Required. Automation account 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.Automation.AutomationAccountOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create automation account.
            </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.Automation.AutomationAccountOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create automation account.
            </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.Automation.AutomationAccountOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations,System.String,System.String)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='automationAccountName'>
            Required. Automation account 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.Automation.AutomationAccountOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations,System.String,System.String)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='clouldServiceName'>
            Required. Cloud service name.
            </param>
            <param name='automationAccountName'>
            Required. Automation account 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.Automation.IAutomationManagementClient.GetOperationResultStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified 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.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.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.Automation.IAutomationManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.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.Automation.IAutomationManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.ResourceNamespace">
            <summary>
            Gets or sets the resource namespace.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.Activities">
            <summary>
            Service operation for automation activities. (see
            http://aka.ms/azureautomationsdk/activityoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.AutomationAccounts">
            <summary>
            Service operation for automation accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.Certificates">
            <summary>
            Service operation for automation certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.Connections">
            <summary>
            Service operation for automation connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.ConnectionTypes">
            <summary>
            Service operation for automation connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.PsCredentials">
            <summary>
            Service operation for automation credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.Jobs">
            <summary>
            Service operation for automation jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.JobSchedules">
            <summary>
            Service operation for automation job schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.JobStreams">
            <summary>
            Service operation for automation job streams. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.Modules">
            <summary>
            Service operation for automation modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.RunbookDraft">
            <summary>
            Service operation for automation runbook draft. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.Runbooks">
            <summary>
            Service operation for automation runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.Schedules">
            <summary>
            Service operation for automation schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.TestJobs">
            <summary>
            Service operation for automation test jobs. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.Variables">
            <summary>
            Service operation for automation variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.#ctor">
            <summary>
            Initializes a new instance of the AutomationManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the AutomationManagementClient 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.Automation.AutomationManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the AutomationManagementClient 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.Automation.AutomationManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the AutomationManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the AutomationManagementClient 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.Automation.AutomationManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the AutomationManagementClient 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.Automation.AutomationManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient})">
            <summary>
            Clones properties from current instance to another
            AutomationManagementClient instance
            </summary>
            <param name='client'>
            Instance of AutomationManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.GetOperationResultStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified 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.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.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.Automation.AutomationManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.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.Automation.AutomationManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.ResourceNamespace">
            <summary>
            Gets or sets the resource namespace.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.Activities">
            <summary>
            Service operation for automation activities. (see
            http://aka.ms/azureautomationsdk/activityoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.AutomationAccounts">
            <summary>
            Service operation for automation accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.Certificates">
            <summary>
            Service operation for automation certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.Connections">
            <summary>
            Service operation for automation connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.ConnectionTypes">
            <summary>
            Service operation for automation connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.PsCredentials">
            <summary>
            Service operation for automation credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.Jobs">
            <summary>
            Service operation for automation jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.JobSchedules">
            <summary>
            Service operation for automation job schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.JobStreams">
            <summary>
            Service operation for automation job streams. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.Modules">
            <summary>
            Service operation for automation modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.RunbookDraft">
            <summary>
            Service operation for automation runbook draft. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.Runbooks">
            <summary>
            Service operation for automation runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.Schedules">
            <summary>
            Service operation for automation schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.TestJobs">
            <summary>
            Service operation for automation test jobs. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.Variables">
            <summary>
            Service operation for automation variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClientExtensions.GetOperationResultStatus(Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified 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.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClientExtensions.GetOperationResultStatusAsync(Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified 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.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.AutomationManagementClientExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient,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.Automation.IAutomationManagementClient.
            </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.Automation.AutomationManagementClientExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.Automation.IAutomationManagementClient,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.Automation.IAutomationManagementClient.
            </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="T:Microsoft.WindowsAzure.Management.Automation.CertificateOperations">
            <summary>
            Service operation for automation certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.ICertificateOperations">
            <summary>
            Service operation for automation certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create certificate operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='certificateName'>
            The name of certificate.
            </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.Automation.ICertificateOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the certificate identified by certificate name. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='certificateName'>
            The name of certificate.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='nextLink'>
            The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the update certificate 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.Automation.CertificateOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the CertificateOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create certificate
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='certificateName'>
            Required. The name of certificate.
            </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.Automation.CertificateOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the certificate identified by certificate name. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='certificateName'>
            Required. The name of certificate.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update certificate
            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="P:Microsoft.WindowsAzure.Management.Automation.CertificateOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters)">
            <summary>
            Create a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create certificate
            operation.
            </param>
            <returns>
            The response model for the create certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters)">
            <summary>
            Create a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create certificate
            operation.
            </param>
            <returns>
            The response model for the create certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String,System.String)">
            <summary>
            Delete the certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='certificateName'>
            Required. The name of certificate.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String,System.String)">
            <summary>
            Delete the certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='certificateName'>
            Required. The name of certificate.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String,System.String)">
            <summary>
            Retrieve the certificate identified by certificate name. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='certificateName'>
            Required. The name of certificate.
            </param>
            <returns>
            The response model for the get certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String,System.String)">
            <summary>
            Retrieve the certificate identified by certificate name. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='certificateName'>
            Required. The name of certificate.
            </param>
            <returns>
            The response model for the get certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String)">
            <summary>
            Retrieve a list of certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String)">
            <summary>
            Retrieve a list of certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String)">
            <summary>
            Retrieve next list of certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String)">
            <summary>
            Retrieve next list of certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters)">
            <summary>
            Update a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update certificate
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CertificateOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Automation.ICertificateOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters)">
            <summary>
            Update a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update certificate
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.BeginCreateAsync(Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <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.Automation.ICloudServiceOperations.BeginDeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='clouldServiceName'>
            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.Automation.ICloudServiceOperations.CreateAsync(Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <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.Automation.ICloudServiceOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='clouldServiceName'>
            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.Automation.ICloudServiceOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a Cloud services (see
            http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
            for more information)
            </summary>
            <param name='cloudServiceName'>
            Cloud service name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get cloud service operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of Cloud services (see
            http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list cloud service operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CloudServiceOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <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.Automation.CloudServiceOperations.BeginCreateAsync(Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <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.Automation.CloudServiceOperations.BeginDeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='clouldServiceName'>
            Required. 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.Automation.CloudServiceOperations.CreateAsync(Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <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.Automation.CloudServiceOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='clouldServiceName'>
            Required. 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.Automation.CloudServiceOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a Cloud services (see
            http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
            for more information)
            </summary>
            <param name='cloudServiceName'>
            Required. Cloud service name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get cloud service operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CloudServiceOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of Cloud services (see
            http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list cloud service operation.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.CloudServiceOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CloudServiceOperationsExtensions.BeginCreate(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations,Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </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.Automation.CloudServiceOperationsExtensions.BeginCreateAsync(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations,Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </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.Automation.CloudServiceOperationsExtensions.BeginDelete(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations,System.String)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </param>
            <param name='clouldServiceName'>
            Required. 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.Automation.CloudServiceOperationsExtensions.BeginDeleteAsync(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations,System.String)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </param>
            <param name='clouldServiceName'>
            Required. 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.Automation.CloudServiceOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations,Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </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.Automation.CloudServiceOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations,Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </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.Automation.CloudServiceOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations,System.String)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </param>
            <param name='clouldServiceName'>
            Required. 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.Automation.CloudServiceOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations,System.String)">
            <summary>
            Create a cloud service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </param>
            <param name='clouldServiceName'>
            Required. 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.Automation.CloudServiceOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations,System.String)">
            <summary>
            Retrieve a Cloud services (see
            http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. Cloud service name.
            </param>
            <returns>
            The response model for the get cloud service operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CloudServiceOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations,System.String)">
            <summary>
            Retrieve a Cloud services (see
            http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </param>
            <param name='cloudServiceName'>
            Required. Cloud service name.
            </param>
            <returns>
            The response model for the get cloud service operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CloudServiceOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations)">
            <summary>
            Retrieve a list of Cloud services (see
            http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </param>
            <returns>
            The response model for the list cloud service operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CloudServiceOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations)">
            <summary>
            Retrieve a list of Cloud services (see
            http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
            </param>
            <returns>
            The response model for the list cloud service operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.ConnectionOperations">
            <summary>
            Service operation for automation connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.IConnectionOperations">
            <summary>
            Service operation for automation connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create connection operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='connectionName'>
            The name of connection.
            </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.Automation.IConnectionOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the connection identified by connection name. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='connectionName'>
            The name of connection.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='nextLink'>
            The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the update a connection 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.Automation.ConnectionOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the ConnectionOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create connection
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionName'>
            Required. The name of connection.
            </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.Automation.ConnectionOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the connection identified by connection name. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionName'>
            Required. The name of connection.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update a connection
            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="P:Microsoft.WindowsAzure.Management.Automation.ConnectionOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateParameters)">
            <summary>
            Create a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create connection
            operation.
            </param>
            <returns>
            The response model for the create connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateParameters)">
            <summary>
            Create a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create connection
            operation.
            </param>
            <returns>
            The response model for the create connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String,System.String)">
            <summary>
            Delete the connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionName'>
            Required. The name of connection.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String,System.String)">
            <summary>
            Delete the connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionName'>
            Required. The name of connection.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String,System.String)">
            <summary>
            Retrieve the connection identified by connection name. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionName'>
            Required. The name of connection.
            </param>
            <returns>
            The response model for the get connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String,System.String)">
            <summary>
            Retrieve the connection identified by connection name. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionName'>
            Required. The name of connection.
            </param>
            <returns>
            The response model for the get connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String)">
            <summary>
            Retrieve a list of connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String)">
            <summary>
            Retrieve a list of connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String)">
            <summary>
            Retrieve next list of connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String)">
            <summary>
            Retrieve next list of connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters)">
            <summary>
            Update a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update a connection
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Automation.IConnectionOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters)">
            <summary>
            Update a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update a connection
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperations">
            <summary>
            Service operation for automation connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations">
            <summary>
            Service operation for automation connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create connectiontype operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='connectionTypeName'>
            The name of connectiontype.
            </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.Automation.IConnectionTypeOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the connectiontype identified by connectiontype name.
            (see http://aka.ms/azureautomationsdk/connectiontypeoperations
            for more information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='connectionTypeName'>
            The name of connectiontype.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='nextLink'>
            The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the ConnectionTypeOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create connectiontype
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionTypeName'>
            Required. The name of connectiontype.
            </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.Automation.ConnectionTypeOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the connectiontype identified by connectiontype name.
            (see http://aka.ms/azureautomationsdk/connectiontypeoperations
            for more information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionTypeName'>
            Required. The name of connectiontype.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list connection type operation.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters)">
            <summary>
            Create a connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create connectiontype
            operation.
            </param>
            <returns>
            The response model for the create connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters)">
            <summary>
            Create a connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create connectiontype
            operation.
            </param>
            <returns>
            The response model for the create connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations,System.String,System.String)">
            <summary>
            Delete the connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionTypeName'>
            Required. The name of connectiontype.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations,System.String,System.String)">
            <summary>
            Delete the connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionTypeName'>
            Required. The name of connectiontype.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations,System.String,System.String)">
            <summary>
            Retrieve the connectiontype identified by connectiontype name.
            (see http://aka.ms/azureautomationsdk/connectiontypeoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionTypeName'>
            Required. The name of connectiontype.
            </param>
            <returns>
            The response model for the get connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations,System.String,System.String)">
            <summary>
            Retrieve the connectiontype identified by connectiontype name.
            (see http://aka.ms/azureautomationsdk/connectiontypeoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='connectionTypeName'>
            Required. The name of connectiontype.
            </param>
            <returns>
            The response model for the get connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations,System.String)">
            <summary>
            Retrieve a list of connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations,System.String)">
            <summary>
            Retrieve a list of connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations,System.String)">
            <summary>
            Retrieve next list of connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list connection type operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations,System.String)">
            <summary>
            Retrieve next list of connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list connection type operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.CredentialOperations">
            <summary>
            Service operation for automation credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.ICredentialOperations">
            <summary>
            Service operation for automation credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create credential operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='credentialName'>
            The name of credential.
            </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.Automation.ICredentialOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the credential identified by credential name. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='credentialName'>
            The name of credential.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='nextLink'>
            The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the update credential 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.Automation.CredentialOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the CredentialOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create credential
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='credentialName'>
            Required. The name of credential.
            </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.Automation.CredentialOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the credential identified by credential name. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='credentialName'>
            Required. The name of credential.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update credential
            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="P:Microsoft.WindowsAzure.Management.Automation.CredentialOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters)">
            <summary>
            Create a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create credential
            operation.
            </param>
            <returns>
            The response model for the create credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters)">
            <summary>
            Create a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create credential
            operation.
            </param>
            <returns>
            The response model for the create credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String,System.String)">
            <summary>
            Delete the credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='credentialName'>
            Required. The name of credential.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String,System.String)">
            <summary>
            Delete the credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='credentialName'>
            Required. The name of credential.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String,System.String)">
            <summary>
            Retrieve the credential identified by credential name. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='credentialName'>
            Required. The name of credential.
            </param>
            <returns>
            The response model for the get credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String,System.String)">
            <summary>
            Retrieve the credential identified by credential name. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='credentialName'>
            Required. The name of credential.
            </param>
            <returns>
            The response model for the get credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String)">
            <summary>
            Retrieve a list of credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String)">
            <summary>
            Retrieve a list of credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String)">
            <summary>
            Retrieve next list of credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String)">
            <summary>
            Retrieve next list of credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateParameters)">
            <summary>
            Update a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update credential
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.CredentialOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Automation.ICredentialOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateParameters)">
            <summary>
            Update a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update credential
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.IJobOperations">
            <summary>
            Service operation for automation jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a job of the runbook. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create job operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobOperations.GetAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the job identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='jobId'>
            The job id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobOperations.GetOutputAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the job output identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='jobId'>
            The job id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get job output operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobOperations.GetRunbookContentAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook content of the job identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='jobId'>
            The job id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get runbook content of the job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobOperations.ListAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the list operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='nextLink'>
            The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobOperations.ResumeAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Resume the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='jobId'>
            The job id.
            </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.Automation.IJobOperations.StopAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Stop the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='jobId'>
            The job id.
            </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.Automation.IJobOperations.SuspendAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Suspend the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='jobId'>
            The job id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations">
            <summary>
            Service operation for automation job schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a job schedule. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create job schedule operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.DeleteAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Delete the job schedule identified by job schedule name. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='jobScheduleName'>
            The job schedule 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.Automation.IJobScheduleOperations.GetAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the job schedule identified by job schedule name. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='jobScheduleName'>
            The job schedule name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of job schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='nextLink'>
            The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job schedule operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations">
            <summary>
            Service operation for automation job streams. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.GetAsync(System.String,System.Guid,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the job stream identified by job stream id. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='jobId'>
            The job id.
            </param>
            <param name='jobStreamId'>
            The job stream id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.GetTestJobStreamAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a test job streams identified by runbook name and stream
            id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for
            more information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook name.
            </param>
            <param name='jobStreamId'>
            The job stream id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.ListAsync(System.String,System.Guid,Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of jobs streams identified by job id. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='jobId'>
            The job Id.
            </param>
            <param name='parameters'>
            The parameters supplied to the list job stream's stream items
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of job streams using next link.
            </summary>
            <param name='nextLink'>
            NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.ListTestJobStreamsAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of test job streams identified by runbook name.
            (see http://aka.ms/azureautomationsdk/jobstreamoperations for
            more information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook name.
            </param>
            <param name='parameters'>
            The parameters supplied to the list job stream's stream items
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.IModuleOperations">
            <summary>
            Service operation for automation modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IModuleOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The create parameters for module.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IModuleOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the module by name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='moduleName'>
            The module 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.Automation.IModuleOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='moduleName'>
            The module name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IModuleOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IModuleOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='nextLink'>
            The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IModuleOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The update parameters for module.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get module operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations">
            <summary>
            Service operation for automation runbook draft. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.BeginPublishAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the publish runbook operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.BeginUpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the runbook draft with runbookStream as its content. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The runbook draft update parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.ContentAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the content of runbook draft identified by runbook name.
            (see http://aka.ms/azureautomationsdk/runbookdraftoperations for
            more information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the runbook content operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook draft identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get runbook draft operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.PublishAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the publish runbook operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.UndoEditAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the undoedit runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the runbook draft with runbookStream as its content. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The runbook draft update parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.IRunbookOperations">
            <summary>
            Service operation for automation runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.ContentAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the content of runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the runbook content operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The create parameters for runbook.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the runbook create response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.CreateWithDraftAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftParameters,System.Threading.CancellationToken)">
            <summary>
            Create the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The create parameters for runbook.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the runbook create response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the runbook by name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook 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.Automation.IRunbookOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='nextLink'>
            The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The update parameters for runbook.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get runbook operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.IScheduleOperations">
            <summary>
            Service operation for automation schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a schedule. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create schedule operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='scheduleName'>
            The schedule 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.Automation.IScheduleOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='scheduleName'>
            The schedule name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='nextLink'>
            The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the update schedule 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="T:Microsoft.WindowsAzure.Management.Automation.ITestJobOperations">
            <summary>
            Service operation for automation test jobs. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a test job of the runbook. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create test job operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create test job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the test job for the specified runbook. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get test job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.ResumeAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Resume the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook 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.Automation.ITestJobOperations.StopAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stop the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook 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.Automation.ITestJobOperations.SuspendAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Suspend the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The runbook 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="T:Microsoft.WindowsAzure.Management.Automation.IVariableOperations">
            <summary>
            Service operation for automation variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IVariableOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create variable operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create variable operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IVariableOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='variableName'>
            The name of variable.
            </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.Automation.IVariableOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the variable identified by variable name. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='variableName'>
            The name of variable.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get variable operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IVariableOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list variables operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IVariableOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='nextLink'>
            The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list variables operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.IVariableOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the update variable 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="T:Microsoft.WindowsAzure.Management.Automation.JobOperations">
            <summary>
            Service operation for automation jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <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.Management.Automation.JobOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a job of the runbook. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create job operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperations.GetAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the job identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperations.GetOutputAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the job output identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get job output operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperations.GetRunbookContentAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook content of the job identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get runbook content of the job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperations.ListAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Optional. The parameters supplied to the list operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperations.ResumeAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Resume the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </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.Automation.JobOperations.StopAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Stop the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </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.Automation.JobOperations.SuspendAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Suspend the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <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.Automation.JobOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters)">
            <summary>
            Create a job of the runbook. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create job operation.
            </param>
            <returns>
            The response model for the create job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters)">
            <summary>
            Create a job of the runbook. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create job operation.
            </param>
            <returns>
            The response model for the create job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Retrieve the job identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            The response model for the get job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Retrieve the job identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            The response model for the get job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.GetOutput(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Retrieve the job output identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            The response model for the get job output operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.GetOutputAsync(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Retrieve the job output identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            The response model for the get job output operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.GetRunbookContent(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Retrieve the runbook content of the job identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            The response model for the get runbook content of the job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.GetRunbookContentAsync(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Retrieve the runbook content of the job identified by job id. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            The response model for the get runbook content of the job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters)">
            <summary>
            Retrieve a list of jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Optional. The parameters supplied to the list operation.
            </param>
            <returns>
            The response model for the list job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters)">
            <summary>
            Retrieve a list of jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Optional. The parameters supplied to the list operation.
            </param>
            <returns>
            The response model for the list job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String)">
            <summary>
            Retrieve next list of jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String)">
            <summary>
            Retrieve next list of jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.Resume(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Resume the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.ResumeAsync(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Resume the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.Stop(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Stop the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.StopAsync(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Stop the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.Suspend(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Suspend the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobOperationsExtensions.SuspendAsync(Microsoft.WindowsAzure.Management.Automation.IJobOperations,System.String,System.Guid)">
            <summary>
            Suspend the job identified by jobId. (see
            http://aka.ms/azureautomationsdk/joboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperations">
            <summary>
            Service operation for automation job schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the JobScheduleOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a job schedule. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create job schedule
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperations.DeleteAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Delete the job schedule identified by job schedule name. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobScheduleName'>
            Required. The job schedule 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.Automation.JobScheduleOperations.GetAsync(System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the job schedule identified by job schedule name. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobScheduleName'>
            Required. The job schedule name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of job schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job schedule operation.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters)">
            <summary>
            Create a job schedule. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create job schedule
            operation.
            </param>
            <returns>
            The response model for the create job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters)">
            <summary>
            Create a job schedule. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create job schedule
            operation.
            </param>
            <returns>
            The response model for the create job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations,System.String,System.Guid)">
            <summary>
            Delete the job schedule identified by job schedule name. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobScheduleName'>
            Required. The job schedule name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations,System.String,System.Guid)">
            <summary>
            Delete the job schedule identified by job schedule name. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobScheduleName'>
            Required. The job schedule name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations,System.String,System.Guid)">
            <summary>
            Retrieve the job schedule identified by job schedule name. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobScheduleName'>
            Required. The job schedule name.
            </param>
            <returns>
            The response model for the get job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations,System.String,System.Guid)">
            <summary>
            Retrieve the job schedule identified by job schedule name. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobScheduleName'>
            Required. The job schedule name.
            </param>
            <returns>
            The response model for the get job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations,System.String)">
            <summary>
            Retrieve a list of job schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations,System.String)">
            <summary>
            Retrieve a list of job schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations,System.String)">
            <summary>
            Retrieve next list of schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list job schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations,System.String)">
            <summary>
            Retrieve next list of schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list job schedule operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.JobStreamOperations">
            <summary>
            Service operation for automation job streams. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the JobStreamOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperations.GetAsync(System.String,System.Guid,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the job stream identified by job stream id. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <param name='jobStreamId'>
            Required. The job stream id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperations.GetTestJobStreamAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a test job streams identified by runbook name and stream
            id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for
            more information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='jobStreamId'>
            Required. The job stream id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperations.ListAsync(System.String,System.Guid,Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of jobs streams identified by job id. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job Id.
            </param>
            <param name='parameters'>
            Optional. The parameters supplied to the list job stream's stream
            items operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of job streams using next link.
            </summary>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperations.ListTestJobStreamsAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of test job streams identified by runbook name.
            (see http://aka.ms/azureautomationsdk/jobstreamoperations for
            more information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='parameters'>
            Optional. The parameters supplied to the list job stream's stream
            items operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.JobStreamOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations,System.String,System.Guid,System.String)">
            <summary>
            Retrieve the job stream identified by job stream id. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <param name='jobStreamId'>
            Required. The job stream id.
            </param>
            <returns>
            The response model for the get job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations,System.String,System.Guid,System.String)">
            <summary>
            Retrieve the job stream identified by job stream id. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job id.
            </param>
            <param name='jobStreamId'>
            Required. The job stream id.
            </param>
            <returns>
            The response model for the get job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperationsExtensions.GetTestJobStream(Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve a test job streams identified by runbook name and stream
            id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='jobStreamId'>
            Required. The job stream id.
            </param>
            <returns>
            The response model for the get job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperationsExtensions.GetTestJobStreamAsync(Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve a test job streams identified by runbook name and stream
            id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='jobStreamId'>
            Required. The job stream id.
            </param>
            <returns>
            The response model for the get job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations,System.String,System.Guid,Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters)">
            <summary>
            Retrieve a list of jobs streams identified by job id. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job Id.
            </param>
            <param name='parameters'>
            Optional. The parameters supplied to the list job stream's stream
            items operation.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations,System.String,System.Guid,Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters)">
            <summary>
            Retrieve a list of jobs streams identified by job id. (see
            http://aka.ms/azureautomationsdk/jobstreamoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The job Id.
            </param>
            <param name='parameters'>
            Optional. The parameters supplied to the list job stream's stream
            items operation.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations,System.String)">
            <summary>
            Gets the next page of job streams using next link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations,System.String)">
            <summary>
            Gets the next page of job streams using next link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
            </param>
            <param name='nextLink'>
            Required. NextLink from the previous successful call to List
            operation.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperationsExtensions.ListTestJobStreams(Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters)">
            <summary>
            Retrieve a list of test job streams identified by runbook name.
            (see http://aka.ms/azureautomationsdk/jobstreamoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='parameters'>
            Optional. The parameters supplied to the list job stream's stream
            items operation.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.JobStreamOperationsExtensions.ListTestJobStreamsAsync(Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters)">
            <summary>
            Retrieve a list of test job streams identified by runbook name.
            (see http://aka.ms/azureautomationsdk/jobstreamoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='parameters'>
            Optional. The parameters supplied to the list job stream's stream
            items operation.
            </param>
            <returns>
            The response model for the list job stream operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.Activity">
            <summary>
            Definition of the activity.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.Activity.#ctor">
            <summary>
            Initializes a new instance of the Activity class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Activity.Name">
            <summary>
            Optional. Gets or sets the name of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Activity.Properties">
            <summary>
            Optional. Gets or sets the properties of the activity.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ActivityGetResponse">
            <summary>
            The response model for the get activity operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ActivityGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ActivityGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityGetResponse.Activity">
            <summary>
            Optional. Gets or sets an activity.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ActivityListResponse">
            <summary>
            The response model for the list activity operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken">
            <summary>
            The operation response model with skip token.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken.#ctor">
            <summary>
            Initializes a new instance of the OperationResponseWithSkipToken
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken.NextLink">
            <summary>
            Optional. Gets or sets the next link.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken.SkipToken">
            <summary>
            Optional. Gets or sets the skip token.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ActivityListResponse.#ctor">
            <summary>
            Initializes a new instance of the ActivityListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityListResponse.Activities">
            <summary>
            Optional. Gets or sets a list of activities.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ActivityOutputType">
            <summary>
            Definition of the activity output type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ActivityOutputType.#ctor">
            <summary>
            Initializes a new instance of the ActivityOutputType class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityOutputType.Name">
            <summary>
            Optional. Gets or sets the name of the activity output type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityOutputType.Type">
            <summary>
            Optional. Gets or sets the type of the activity output type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameter">
            <summary>
            Definition of the activity parameter.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameter.#ctor">
            <summary>
            Initializes a new instance of the ActivityParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameter.IsDynamic">
            <summary>
            Optional. Gets or sets a Boolean value that indicates true if the
            parameter is dynamic.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameter.IsMandatory">
            <summary>
            Optional. Gets or sets a Boolean value that indicates true if the
            parameter is required. If the value is false, the parameter is
            optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameter.Name">
            <summary>
            Optional. Gets or sets the name of the activity parameter.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameter.Position">
            <summary>
            Optional. Gets or sets the position of the activity parameter.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameter.Type">
            <summary>
            Optional. Gets or sets the type of the activity parameter.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameter.ValueFromPipeline">
            <summary>
            Optional. Gets or sets a Boolean value that indicates true if the
            parameter can take values from the incoming pipeline objects. This
            setting is used if the cmdlet must access the complete input
            object. false indicates that the parameter cannot take values from
            the complete input object.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameter.ValueFromPipelineByPropertyName">
            <summary>
            Optional. Gets or sets a Boolean value that indicates true if the
            parameter can be filled from a property of the incoming pipeline
            object that has the same name as this parameter. false indicates
            that the parameter cannot be filled from the incoming pipeline
            object property with the same name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameter.ValueFromRemainingArguments">
            <summary>
            Optional. Gets or sets a Boolean value that indicates true if the
            cmdlet parameter accepts all the remaining command-line arguments
            that are associated with this parameter in the form of an array.
            false if the cmdlet parameter does not accept all the remaining
            argument values.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameterSet">
            <summary>
            Definition of the activity parameter set.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameterSet.#ctor">
            <summary>
            Initializes a new instance of the ActivityParameterSet class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameterSet.Name">
            <summary>
            Optional. Gets or sets the name of the activity parameter set.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityParameterSet.Parameters">
            <summary>
            Optional. Gets or sets the parameters of the activity parameter set.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ActivityProperties">
            <summary>
            Properties of the activity.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ActivityProperties.#ctor">
            <summary>
            Initializes a new instance of the ActivityProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityProperties.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityProperties.Definition">
            <summary>
            Optional. Gets or sets the user name of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityProperties.Description">
            <summary>
            Optional. Gets or sets the description of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityProperties.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityProperties.OutputTypes">
            <summary>
            Optional. Gets or sets the output types of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ActivityProperties.ParameterSets">
            <summary>
            Optional. Gets or sets the parameter sets of the activity.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the AutomationAccountCreateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters.#ctor(System.String,Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceSettings)">
            <summary>
            Initializes a new instance of the AutomationAccountCreateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters.CloudServiceSettings">
            <summary>
            Required. Gets or sets the cloud service settings.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.AutomationAccountCreateParameters.Name">
            <summary>
            Required. Gets or sets the account name.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.AutomationResource">
            <summary>
            An automation resource item.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.AutomationResource.#ctor">
            <summary>
            Initializes a new instance of the AutomationResource class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.AutomationResource.ETag">
            <summary>
            Optional. Gets or sets the ETag for this resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.AutomationResource.IntrinsicSettings">
            <summary>
            Optional. Gets or sets the intrinsic settings of resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.AutomationResource.Name">
            <summary>
            Optional. Gets or sets the user-input name of this item.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.AutomationResource.Namespace">
            <summary>
            Optional. Gets or sets the namespace in which this item resides.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.AutomationResource.Plan">
            <summary>
            Optional. Gets or sets the plan for this item as selected by the
            user.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.AutomationResource.SchemaVersion">
            <summary>
            Optional. Gets or sets the schema version for this resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.AutomationResource.State">
            <summary>
            Optional. Gets or sets the state of this resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.AutomationResource.Type">
            <summary>
            Optional. Gets or sets the type of the item.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.AutomationResourceState">
            <summary>
            The automation resource state.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.Certificate">
            <summary>
            Definition of the certificate.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.Certificate.#ctor">
            <summary>
            Initializes a new instance of the Certificate class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Certificate.Name">
            <summary>
            Optional. Gets or sets the name of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Certificate.Properties">
            <summary>
            Optional. Gets or sets the properties of the certificate.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters">
            <summary>
            The parameters supplied to the create or replace certificate operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the CertificateCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters.#ctor(System.String,Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties)">
            <summary>
            Initializes a new instance of the CertificateCreateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters.Name">
            <summary>
            Required. Gets or sets the name of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the certificate.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties">
            <summary>
            The properties of the create certificate operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties.#ctor">
            <summary>
            Initializes a new instance of the CertificateCreateProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CertificateCreateProperties class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties.Base64Value">
            <summary>
            Required. Gets or sets the base64 encoded value of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties.IsExportable">
            <summary>
            Optional. Gets or sets the is exportable flag of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties.Thumbprint">
            <summary>
            Optional. Gets or sets the thumbprint of the certificate.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateResponse">
            <summary>
            The response model for the create certificate operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the CertificateCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateResponse.Certificate">
            <summary>
            Optional. Gets or sets a certificate.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CertificateGetResponse">
            <summary>
            The response model for the get certificate operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CertificateGetResponse.#ctor">
            <summary>
            Initializes a new instance of the CertificateGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateGetResponse.Certificate">
            <summary>
            Optional. Gets or sets a certificate.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse">
            <summary>
            The response model for the list certificate operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse.#ctor">
            <summary>
            Initializes a new instance of the CertificateListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse.Certificates">
            <summary>
            Optional. Gets or sets a list of certificates.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CertificateProperties">
            <summary>
            Properties of the certificate.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CertificateProperties.#ctor">
            <summary>
            Initializes a new instance of the CertificateProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateProperties.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateProperties.ExpiryTime">
            <summary>
            Optional. Gets or sets the expiry time of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateProperties.IsExportable">
            <summary>
            Optional. Gets or sets the is exportable flag of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateProperties.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateProperties.Thumbprint">
            <summary>
            Optional. Gets or sets the thumbprint of the certificate.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters">
            <summary>
            The parameters supplied to the update certificate operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the CertificateUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CertificateUpdateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters.Name">
            <summary>
            Required. Gets or sets the name of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters.Properties">
            <summary>
            Optional. Gets or sets the properties of the certificate.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateProperties">
            <summary>
            The properties of the update certificate operation
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the CertificateUpdateProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateProperties.IsExportable">
            <summary>
            Optional. Gets or sets the is exportable flag of the certificate.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CloudService">
            <summary>
            Definition of a cloud service-supporting region in which a item is
            located.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CloudService.#ctor">
            <summary>
            Initializes a new instance of the CloudService class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudService.Description">
            <summary>
            Optional. Gets or sets the description of the cloud service region.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudService.GeoRegion">
            <summary>
            Optional. Gets or sets the geographical region in which this cloud
            service can run.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudService.Label">
            <summary>
            Optional. Gets or sets thelabel of the cloud service region.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudService.Name">
            <summary>
            Optional. Gets or sets the name of the cloud service.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudService.Resources">
            <summary>
            Optional. Gets or sets the list of existing resources installed
            into a cloud service region.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the CloudServiceCreateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters.Description">
            <summary>
            Required. Gets or sets the description for the cloud service.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters.GeoRegion">
            <summary>
            Required. Gets or sets 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.Automation.Models.CloudServiceCreateParameters.Label">
            <summary>
            Required. Gets or sets the label for the cloud service.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceCreateParameters.Name">
            <summary>
            Required. Gets or sets the cloud service name.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse">
            <summary>
            The response model for the get cloud service operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse.#ctor">
            <summary>
            Initializes a new instance of the CloudServiceGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse.GeoLocation">
            <summary>
            Optional. The location associated with the cloud service.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse.Resources">
            <summary>
            Optional. A collection of resources.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse.Resource">
            <summary>
            A resource.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse.Resource.ETag">
            <summary>
            Optional. ETag identifying the current entity revision on the
            server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse.Resource.IntrinsicSettings">
            <summary>
            Optional. Gets or sets the intrinsic settings of resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse.Resource.Label">
            <summary>
            Optional. Label of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.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.Automation.Models.CloudServiceGetResponse.Resource.OutputItems">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse.Resource.Plan">
            <summary>
            Optional. The plan of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse.Resource.ResourceProviderNamespace">
            <summary>
            Optional. Namespace identifier for the resource provider.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.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.Automation.Models.CloudServiceGetResponse.Resource.Type">
            <summary>
            Optional. The Type for the resource.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceListResponse">
            <summary>
            The response model for the list cloud service operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceListResponse.#ctor">
            <summary>
            Initializes a new instance of the CloudServiceListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceListResponse.GetEnumerator">
            <summary>
            Gets the sequence of CloudServices.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of CloudServices.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceListResponse.CloudServices">
            <summary>
            Optional. Gets or sets the list of cloud service locations for this
            subscription.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceSettings">
            <summary>
            Information about the cloud service settings.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceSettings.#ctor">
            <summary>
            Initializes a new instance of the CloudServiceSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceSettings.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CloudServiceSettings class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceSettings.GeoRegion">
            <summary>
            Required. Gets or sets the region for the account.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.Connection">
            <summary>
            Definition of the connection.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.Connection.#ctor">
            <summary>
            Initializes a new instance of the Connection class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Connection.Name">
            <summary>
            Optional. Gets or sets the name of the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Connection.Properties">
            <summary>
            Optional. Gets or sets the properties of the connection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateParameters">
            <summary>
            The parameters supplied to the create connection operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the ConnectionCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateParameters.#ctor(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateProperties)">
            <summary>
            Initializes a new instance of the ConnectionCreateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateParameters.Name">
            <summary>
            Required. Gets or sets the name of the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the connection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateProperties">
            <summary>
            The properties of the create connection properties
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateProperties.#ctor">
            <summary>
            Initializes a new instance of the ConnectionCreateProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateProperties.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeAssociationProperty)">
            <summary>
            Initializes a new instance of the ConnectionCreateProperties class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateProperties.ConnectionType">
            <summary>
            Required. Gets or sets the connectionType of the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateProperties.FieldDefinitionValues">
            <summary>
            Optional. Gets or sets the field definition properties of the
            connection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateResponse">
            <summary>
            The response model for the create connection operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the ConnectionCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateResponse.Connection">
            <summary>
            Optional. Gets or sets a connection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionGetResponse">
            <summary>
            The response model for the get connection operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ConnectionGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionGetResponse.Connection">
            <summary>
            Optional. Gets or sets a conneciton.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse">
            <summary>
            The response model for the list connection operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse.#ctor">
            <summary>
            Initializes a new instance of the ConnectionListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse.Connection">
            <summary>
            Optional. Gets or sets a list of connection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionProperties">
            <summary>
            Definition of the connection properties.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionProperties.#ctor">
            <summary>
            Initializes a new instance of the ConnectionProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionProperties.ConnectionType">
            <summary>
            Optional. Gets or sets the connectionType of the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionProperties.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionProperties.Description">
            <summary>
            Optional. Gets or sets the description of the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionProperties.FieldDefinitionValues">
            <summary>
            Optional. Gets or sets the field definition values of the
            connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionProperties.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the connection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionType">
            <summary>
            Definition of the connection type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionType.#ctor">
            <summary>
            Initializes a new instance of the ConnectionType class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionType.Name">
            <summary>
            Optional. Gets or sets the name of the connection type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionType.Properties">
            <summary>
            Optional. Gets or sets the properties of the connection type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeAssociationProperty">
            <summary>
            The connection type property associated with the entity.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeAssociationProperty.#ctor">
            <summary>
            Initializes a new instance of the ConnectionTypeAssociationProperty
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeAssociationProperty.Name">
            <summary>
            Optional. Gets or sets the name of the connection type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters">
            <summary>
            The parameters supplied to the create connection type operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the ConnectionTypeCreateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters.#ctor(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateProperties)">
            <summary>
            Initializes a new instance of the ConnectionTypeCreateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters.Name">
            <summary>
            Required. Gets or sets the name of the connection type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters.Properties">
            <summary>
            Required. Gets or sets the value of the connection type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateProperties">
            <summary>
            The properties of the create connection type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateProperties.#ctor">
            <summary>
            Initializes a new instance of the ConnectionTypeCreateProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateProperties.#ctor(System.Collections.Generic.IDictionary{System.String,Microsoft.WindowsAzure.Management.Automation.Models.FieldDefinition})">
            <summary>
            Initializes a new instance of the ConnectionTypeCreateProperties
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateProperties.FieldDefinitions">
            <summary>
            Required. Gets or sets the field definitions of the connection type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateProperties.IsGlobal">
            <summary>
            Optional. Gets or sets a Boolean value to indicate if the
            connection type is global.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateResponse">
            <summary>
            The response model for the create connection type operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the ConnectionTypeCreateResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateResponse.ConnectionType">
            <summary>
            Optional. Gets or sets a conneciton type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeGetResponse">
            <summary>
            The response model for the get connection type operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ConnectionTypeGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeGetResponse.ConnectionType">
            <summary>
            Optional. Gets or sets a conneciton type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponse">
            <summary>
            The response model for the list connection type operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponse.#ctor">
            <summary>
            Initializes a new instance of the ConnectionTypeListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponse.ConnectionTypes">
            <summary>
            Optional. Gets or sets a list of connection types.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeProperties">
            <summary>
            Properties of the connection type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeProperties.#ctor">
            <summary>
            Initializes a new instance of the ConnectionTypeProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeProperties.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the connection type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeProperties.FieldDefinitions">
            <summary>
            Optional. Gets or sets the field definitions of the connection type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeProperties.IsGlobal">
            <summary>
            Optional. Gets or sets a Boolean value to indicate if the
            connection type is global.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeProperties.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the connection
            type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters">
            <summary>
            The parameters supplied to the update connection operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the ConnectionUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateProperties)">
            <summary>
            Initializes a new instance of the ConnectionUpdateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters.Name">
            <summary>
            Optional. Gets or sets the name of the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the connection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateProperties">
            <summary>
            The properties of the update connection operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the ConnectionUpdateProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateProperties.FieldDefinitionValues">
            <summary>
            Optional. Gets or sets the field definition values of the
            connection.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ContentHash">
            <summary>
            Definition of the runbook property type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ContentHash.#ctor">
            <summary>
            Initializes a new instance of the ContentHash class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ContentHash.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ContentHash class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ContentHash.Algorithm">
            <summary>
            Required. Gets or sets the content hash algorithm used to hash the
            content.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ContentHash.Value">
            <summary>
            Required. Gets or sets expected hash value of the content.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ContentLink">
            <summary>
            Definition of the content link.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ContentLink.#ctor">
            <summary>
            Initializes a new instance of the ContentLink class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ContentLink.ContentHash">
            <summary>
            Optional. Gets or sets the hash.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ContentLink.Uri">
            <summary>
            Optional. Gets or sets the uri of the runbook content.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ContentLink.Version">
            <summary>
            Optional. Gets or sets the version of the content.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.Credential">
            <summary>
            Definition of the credential.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.Credential.#ctor">
            <summary>
            Initializes a new instance of the Credential class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Credential.Name">
            <summary>
            Optional. Gets or sets the name of the credential.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Credential.Properties">
            <summary>
            Optional. Gets or sets the properties of the credential.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters">
            <summary>
            The parameters supplied to the create credential operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the CredentialCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters.#ctor(System.String,Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateProperties)">
            <summary>
            Initializes a new instance of the CredentialCreateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters.Name">
            <summary>
            Required. Gets or sets the name of the credential.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the credential.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateProperties">
            <summary>
            The properties of the create cerdential operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateProperties.#ctor">
            <summary>
            Initializes a new instance of the CredentialCreateProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateProperties.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the CredentialCreateProperties class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the credential.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateProperties.Password">
            <summary>
            Required. Gets or sets the password of the credential.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateProperties.UserName">
            <summary>
            Required. Gets or sets the user name of the credential.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateResponse">
            <summary>
            The response model for the create credential operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the CredentialCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateResponse.Credential">
            <summary>
            Optional. Gets or sets a credential.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CredentialGetResponse">
            <summary>
            The response model for the get credential operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CredentialGetResponse.#ctor">
            <summary>
            Initializes a new instance of the CredentialGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialGetResponse.Credential">
            <summary>
            Optional. Gets or sets a credential.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse">
            <summary>
            The response model for the list credential operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse.#ctor">
            <summary>
            Initializes a new instance of the CredentialListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse.Credentials">
            <summary>
            Optional. Gets or sets a list of credentials.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CredentialProperties">
            <summary>
            Definition of the credential properties
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CredentialProperties.#ctor">
            <summary>
            Initializes a new instance of the CredentialProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialProperties.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the credential.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialProperties.Description">
            <summary>
            Optional. Gets or sets the description of the credential.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialProperties.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the credential.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialProperties.UserName">
            <summary>
            Optional. Gets or sets the user name of the credential.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateParameters">
            <summary>
            The parameters supplied to the update credential operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the CredentialUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CredentialUpdateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateParameters.Name">
            <summary>
            Required. Gets or sets the name of the credential.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateParameters.Properties">
            <summary>
            Optional. Gets or sets the properties of the variable.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateProperties">
            <summary>
            The properties of the update credential
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the CredentialUpdateProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the credential.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateProperties.Password">
            <summary>
            Optional. Gets or sets the password of the credential.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.CredentialUpdateProperties.UserName">
            <summary>
            Optional. Gets or sets the user name of the credential.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.FieldDefinition">
            <summary>
            Definition of the connection fields.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.FieldDefinition.#ctor">
            <summary>
            Initializes a new instance of the FieldDefinition class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.FieldDefinition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FieldDefinition class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.FieldDefinition.IsEncrypted">
            <summary>
            Optional. Gets or sets the isEncrypted flag of the connection field
            definition.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.FieldDefinition.IsOptional">
            <summary>
            Optional. Gets or sets the isOptional flag of the connection field
            definition.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.FieldDefinition.Type">
            <summary>
            Required. Gets or sets the type of the connection field definition.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.Job">
            <summary>
            Definition of the job.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.Job.#ctor">
            <summary>
            Initializes a new instance of the Job class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Job.Properties">
            <summary>
            Optional. Gets or sets the properties of the job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters">
            <summary>
            The parameters supplied to the create job operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ResourceCreateParameterBase.#ctor">
            <summary>
            Initializes a new instance of the ResourceCreateParameterBase class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ResourceCreateParameterBase.Location">
            <summary>
            Optional. Gets or sets the location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ResourceCreateParameterBase.Name">
            <summary>
            Optional. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ResourceCreateParameterBase.Tags">
            <summary>
            Optional. Gets or sets the tags attached to the resource.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the JobCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.JobCreateProperties)">
            <summary>
            Initializes a new instance of the JobCreateParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters.Properties">
            <summary>
            Required. Gets or sets the list of job properties.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateProperties">
            <summary>
            The parameters supplied to the create job operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateProperties.#ctor">
            <summary>
            Initializes a new instance of the JobCreateProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateProperties.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.RunbookAssociationProperty)">
            <summary>
            Initializes a new instance of the JobCreateProperties class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateProperties.Parameters">
            <summary>
            Optional. Gets or sets the parameters of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateProperties.Runbook">
            <summary>
            Required. Gets or sets the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateProperties.RunOn">
            <summary>
            Optional. Gets or sets the runOn which specifies the group name
            where the job is to be executed.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateResponse">
            <summary>
            The response model for the create job operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the JobCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobCreateResponse.Job">
            <summary>
            Optional. Gets or sets a job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobGetOutputResponse">
            <summary>
            The response model for the get job output operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobGetOutputResponse.#ctor">
            <summary>
            Initializes a new instance of the JobGetOutputResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobGetOutputResponse.Output">
            <summary>
            Optional. Gets or sets the output of the job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobGetResponse">
            <summary>
            The response model for the get job operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobGetResponse.#ctor">
            <summary>
            Initializes a new instance of the JobGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobGetResponse.Job">
            <summary>
            Optional. Gets or sets a job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobGetRunbookContentResponse">
            <summary>
            The response model for the get runbook content of the job operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobGetRunbookContentResponse.#ctor">
            <summary>
            Initializes a new instance of the JobGetRunbookContentResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobGetRunbookContentResponse.Content">
            <summary>
            Optional. Gets or sets the runbook content of the job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters">
            <summary>
            The parameters supplied to the list job operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters.#ctor">
            <summary>
            Initializes a new instance of the JobListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters.EndTime">
            <summary>
            Optional. For the end time filter the value should be a datetime
            string in UTC format as defined in ISO 8601. For example,
            2014-09-25T17:49:17.2252204Z
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters.RunbookName">
            <summary>
            Optional. Gets or sets the runbook name of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters.StartTime">
            <summary>
            Optional. For the start time filter the value should be a datetime
            string in UTC format as defined in ISO 8601. For example,
            2014-09-25T17:49:17.2252204Z
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters.Status">
            <summary>
            Optional. Gets or sets the status of the job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobListResponse">
            <summary>
            The response model for the list job operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobListResponse.#ctor">
            <summary>
            Initializes a new instance of the JobListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobListResponse.Jobs">
            <summary>
            Optional. Gets or sets a list of jobs.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties">
            <summary>
            Definition of job parameters.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.#ctor">
            <summary>
            Initializes a new instance of the JobProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.EndTime">
            <summary>
            Optional. Gets or sets the end time of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.Exception">
            <summary>
            Optional. Gets or sets the exception of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.JobId">
            <summary>
            Optional. Gets or sets the id of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.LastStatusModifiedTime">
            <summary>
            Optional. Gets or sets the last status modified time of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.Parameters">
            <summary>
            Optional. Gets or sets the parameters of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.Runbook">
            <summary>
            Optional. Gets or sets the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.RunOn">
            <summary>
            Optional. Gets or sets the runOn which specifies the group name
            where the job is to be executed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.StartTime">
            <summary>
            Optional. Gets or sets the start time of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.Status">
            <summary>
            Optional. Gets or sets the status of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobProperties.StatusDetails">
            <summary>
            Optional. Gets or sets the status details of the job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobSchedule">
            <summary>
            Definition of the job schedule.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobSchedule.#ctor">
            <summary>
            Initializes a new instance of the JobSchedule class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobSchedule.Properties">
            <summary>
            Optional. Gets or sets the properties of the job schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters">
            <summary>
            The parameters supplied to the create job schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the JobScheduleCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties)">
            <summary>
            Initializes a new instance of the JobScheduleCreateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters.Properties">
            <summary>
            Required. Gets or sets the list of job schedule properties.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties">
            <summary>
            The parameters supplied to the create job schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties.#ctor">
            <summary>
            Initializes a new instance of the JobScheduleCreateProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.ScheduleAssociationProperty,Microsoft.WindowsAzure.Management.Automation.Models.RunbookAssociationProperty)">
            <summary>
            Initializes a new instance of the JobScheduleCreateProperties class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties.Parameters">
            <summary>
            Optional. Gets or sets a list of job properties.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties.Runbook">
            <summary>
            Required. Gets or sets the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties.Schedule">
            <summary>
            Required. Gets or sets the schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse">
            <summary>
            The response model for the create job schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the JobScheduleCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse.JobSchedule">
            <summary>
            Optional. Gets or sets a job schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleGetResponse">
            <summary>
            The response model for the get job schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleGetResponse.#ctor">
            <summary>
            Initializes a new instance of the JobScheduleGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleGetResponse.JobSchedule">
            <summary>
            Optional. Gets or sets a job schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse">
            <summary>
            The response model for the list job schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse.#ctor">
            <summary>
            Initializes a new instance of the JobScheduleListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse.JobSchedules">
            <summary>
            Optional. Gets or sets a list of job schedules.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleProperties">
            <summary>
            Definition of job schedule parameters.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleProperties.#ctor">
            <summary>
            Initializes a new instance of the JobScheduleProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleProperties.Id">
            <summary>
            Optional. Gets or sets the id of job schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleProperties.Parameters">
            <summary>
            Optional. Gets or sets the parameters of the job schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleProperties.Runbook">
            <summary>
            Optional. Gets or sets the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleProperties.Schedule">
            <summary>
            Optional. Gets or sets the schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobStatus">
            <summary>
            The job status.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobStream">
            <summary>
            Definition of the job stream.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobStream.#ctor">
            <summary>
            Initializes a new instance of the JobStream class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStream.Properties">
            <summary>
            Optional. Gets or sets the id of the job stream.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse">
            <summary>
            The response model for the get job stream operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse.#ctor">
            <summary>
            Initializes a new instance of the JobStreamGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse.JobStream">
            <summary>
            Optional. A job stream.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters">
            <summary>
            The parameters supplied to the list job stream's stream items operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ParametersWithSkipToken.#ctor">
            <summary>
            Initializes a new instance of the ParametersWithSkipToken class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ParametersWithSkipToken.SkipToken">
            <summary>
            Optional. Gets or sets the skip token.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters.#ctor">
            <summary>
            Initializes a new instance of the JobStreamListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters.StreamType">
            <summary>
            Optional. The type of the job stream.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters.Time">
            <summary>
            Optional. Use the time filter to retrieve stream records created
            after this time. The value should be a datetime string in UTC
            format as defined in ISO 8601. For example,
            2014-09-25T17:49:17.2252204Z
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse">
            <summary>
            The response model for the list job stream operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse.#ctor">
            <summary>
            Initializes a new instance of the JobStreamListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse.JobStreams">
            <summary>
            Optional. A list of job streams.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse.NextLink">
            <summary>
            Optional. Gets or sets the next link uri of the job streams.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamProperties">
            <summary>
            Definition of the job stream.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamProperties.#ctor">
            <summary>
            Initializes a new instance of the JobStreamProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamProperties.JobStreamId">
            <summary>
            Optional. Gets or sets the id of the job stream.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamProperties.StreamText">
            <summary>
            Optional. Gets or sets the stream text.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamProperties.StreamType">
            <summary>
            Optional. Gets or sets the stream type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamProperties.Summary">
            <summary>
            Optional. Gets or sets the summary.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamProperties.Time">
            <summary>
            Optional. Gets or sets the creation time of the job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamProperties.Value">
            <summary>
            Optional. Gets or sets the values of the job stream.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.JobStreamType">
            <summary>
            The job stream type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse.#ctor">
            <summary>
            Initializes a new instance of the
            LongRunningOperationResultResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationStatusResponse">
            <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.Automation.Models.LongRunningOperationStatusResponse.#ctor">
            <summary>
            Initializes a new instance of the
            LongRunningOperationStatusResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationStatusResponse.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.Automation.Models.LongRunningOperationStatusResponse.HttpStatusCode">
            <summary>
            Optional. The HTTP status code for the asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationStatusResponse.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.Automation.Models.LongRunningOperationStatusResponse.Status">
            <summary>
            Optional. The status of the asynchronous request.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationStatusResponse.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.Automation.Models.LongRunningOperationStatusResponse.ErrorDetails.#ctor">
            <summary>
            Initializes a new instance of the ErrorDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationStatusResponse.ErrorDetails.Code">
            <summary>
            Optional. The management service error code returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationStatusResponse.ErrorDetails.Message">
            <summary>
            Optional. The management service error message returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.Module">
            <summary>
            Definition of the module type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ResourceBase.#ctor">
            <summary>
            Initializes a new instance of the ResourceBase class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ResourceBase.Id">
            <summary>
            Optional. Gets or sets the id of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ResourceBase.Location">
            <summary>
            Optional. Gets or sets the location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ResourceBase.Name">
            <summary>
            Optional. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ResourceBase.Tags">
            <summary>
            Optional. Gets or sets the tags attached to the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ResourceBase.Type">
            <summary>
            Optional. Gets or sets the type of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.Module.#ctor">
            <summary>
            Initializes a new instance of the Module class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Module.Properties">
            <summary>
            Optional. Gets or sets the module properties.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateParameters">
            <summary>
            The parameters supplied to the create module operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the ModuleCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateParameters.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateProperties)">
            <summary>
            Initializes a new instance of the ModuleCreateParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateParameters.Properties">
            <summary>
            Required. Gets or sets the module create properties.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateProperties">
            <summary>
            The parameters supplied to the create module properties.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateProperties.#ctor">
            <summary>
            Initializes a new instance of the ModuleCreateProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateProperties.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.ContentLink)">
            <summary>
            Initializes a new instance of the ModuleCreateProperties class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateProperties.ContentLink">
            <summary>
            Required. Gets or sets the module content link.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateResponse">
            <summary>
            The response model for the create module operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the ModuleCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateResponse.Module">
            <summary>
            Optional. Gets or sets a module.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ModuleGetResponse">
            <summary>
            The response model for the get module operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ModuleGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ModuleGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleGetResponse.Module">
            <summary>
            Optional. Gets or sets a module.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ModuleListResponse">
            <summary>
            The response model for the list module operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ModuleListResponse.#ctor">
            <summary>
            Initializes a new instance of the ModuleListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleListResponse.Modules">
            <summary>
            Optional. Gets or sets a list of modules.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ModuleProperties">
            <summary>
            Definition of the module property type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ModuleProperties.#ctor">
            <summary>
            Initializes a new instance of the ModuleProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleProperties.ActivityCount">
            <summary>
            Optional. Gets or sets the activity count of the module.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleProperties.ContentLink">
            <summary>
            Optional. Gets or sets the contentLink of the module.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleProperties.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the module.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleProperties.IsGlobal">
            <summary>
            Optional. Gets or sets the isGlobal flag of the module.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleProperties.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the module.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleProperties.ProvisioningState">
            <summary>
            Optional. Gets or sets the provisioning state of the module.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleProperties.SizeInBytes">
            <summary>
            Optional. Gets or sets the size in bytes of the module.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleProperties.Version">
            <summary>
            Optional. Gets or sets the version of the module.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ModuleProvisioningState">
            <summary>
            Provisioning state of the module operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters">
            <summary>
            The parameters supplied to the update module operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ResourceUpdateParameterBase.#ctor">
            <summary>
            Initializes a new instance of the ResourceUpdateParameterBase class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ResourceUpdateParameterBase.Location">
            <summary>
            Optional. Gets or sets the location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ResourceUpdateParameterBase.Name">
            <summary>
            Optional. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ResourceUpdateParameterBase.Tags">
            <summary>
            Optional. Gets or sets the tags attached to the resource.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the ModuleUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateProperties)">
            <summary>
            Initializes a new instance of the ModuleUpdateParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the module update properties.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateProperties">
            <summary>
            The parameters supplied to the update properties.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the ModuleUpdateProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateProperties.ContentLink">
            <summary>
            Optional. Gets or sets the module content link.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.Runbook">
            <summary>
            Definition of the runbook type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.Runbook.#ctor">
            <summary>
            Initializes a new instance of the Runbook class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Runbook.Properties">
            <summary>
            Optional. Gets or sets the runbook properties.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookAssociationProperty">
            <summary>
            The runbook property associated with the entity.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookAssociationProperty.#ctor">
            <summary>
            Initializes a new instance of the RunbookAssociationProperty class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookAssociationProperty.Name">
            <summary>
            Optional. Gets or sets the name of the runbook.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookContentResponse">
            <summary>
            The response model for the runbook content operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookContentResponse.#ctor">
            <summary>
            Initializes a new instance of the RunbookContentResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookContentResponse.Stream">
            <summary>
            Optional. Gets or sets the runbook content.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftParameters">
            <summary>
            The parameters supplied to the create runbook operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftParameters.#ctor">
            <summary>
            Initializes a new instance of the RunbookCreateDraftParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftParameters.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftProperties)">
            <summary>
            Initializes a new instance of the RunbookCreateDraftParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftParameters.Properties">
            <summary>
            Required. Gets or sets runbook draft create properties.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftProperties">
            <summary>
            The parameters supplied to the create dratft runbook properties.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftProperties.#ctor">
            <summary>
            Initializes a new instance of the RunbookCreateDraftProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftProperties.#ctor(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraft)">
            <summary>
            Initializes a new instance of the RunbookCreateDraftProperties
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftProperties.Description">
            <summary>
            Optional. Gets or sets the description of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftProperties.Draft">
            <summary>
            Required. Gets or sets the draft runbook properties.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftProperties.LogProgress">
            <summary>
            Optional. Gets or sets progress log option.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftProperties.LogVerbose">
            <summary>
            Optional. Gets or sets verbose log option.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftProperties.RunbookType">
            <summary>
            Required. Gets or sets the type of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftProperties.ServiceManagementTags">
            <summary>
            Optional. Gets or sets the service management tags of the runbook.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateParameters">
            <summary>
            The parameters supplied to the create runbook operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the RunbookCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateParameters.#ctor(Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties)">
            <summary>
            Initializes a new instance of the RunbookCreateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateParameters.Properties">
            <summary>
            Required. Gets or sets runbook create properties.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties">
            <summary>
            The parameters supplied to the create runbook properties.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties.#ctor">
            <summary>
            Initializes a new instance of the RunbookCreateProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties.#ctor(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ContentLink)">
            <summary>
            Initializes a new instance of the RunbookCreateProperties class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties.LogProgress">
            <summary>
            Optional. Gets or sets progress log option.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties.LogVerbose">
            <summary>
            Optional. Gets or sets verbose log option.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties.PublishContentLink">
            <summary>
            Required. Gets or sets the published runbook content link.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties.RunbookType">
            <summary>
            Required. Gets or sets the type of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties.ServiceManagementTags">
            <summary>
            Optional. Gets or sets the service management tags of the runbook.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateResponse">
            <summary>
            The response model for the runbook create response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the RunbookCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateResponse.RunbookUri">
            <summary>
            Optional. Gets or sets the runbook uri.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraft">
            <summary>
            Definition of the runbook type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraft.#ctor">
            <summary>
            Initializes a new instance of the RunbookDraft class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraft.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the runbook draft.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraft.DraftContentLink">
            <summary>
            Optional. Gets or sets the draft runbook content link.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraft.InEdit">
            <summary>
            Optional. Gets or sets whether runbook is in edit mode.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraft.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the runbook draft.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraft.Parameters">
            <summary>
            Optional. Gets or sets the runbook draft parameters.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftGetResponse">
            <summary>
            The response model for the get runbook draft operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftGetResponse.#ctor">
            <summary>
            Initializes a new instance of the RunbookDraftGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftGetResponse.RunbookDraft">
            <summary>
            Optional. Gets or sets the runbook draft.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters">
            <summary>
            The parameters supplied to the publish runbook operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters.#ctor">
            <summary>
            Initializes a new instance of the RunbookDraftPublishParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the RunbookDraftPublishParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters.Name">
            <summary>
            Required. Gets or sets the runbook name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters.PublishedBy">
            <summary>
            Required. Gets or sets the published by identity.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUndoEditResponse">
            <summary>
            The response model for the undoedit runbook operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUndoEditResponse.#ctor">
            <summary>
            Initializes a new instance of the RunbookDraftUndoEditResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters">
            <summary>
            The parameters supplied to the start runbook operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the RunbookDraftUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the RunbookDraftUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters.Name">
            <summary>
            Required. Gets or sets the runbook name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters.Stream">
            <summary>
            Required. Gets or sets the content of the runbook version.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookGetResponse">
            <summary>
            The response model for the get runbook operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookGetResponse.#ctor">
            <summary>
            Initializes a new instance of the RunbookGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookGetResponse.Runbook">
            <summary>
            Optional. Gets or sets a runbook.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse">
            <summary>
            The response model for the list runbook operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse.#ctor">
            <summary>
            Initializes a new instance of the RunbookListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse.Runbooks">
            <summary>
            Optional. Gets or sets a list of runbooks.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookParameter">
            <summary>
            Definition of the runbook parameter type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookParameter.#ctor">
            <summary>
            Initializes a new instance of the RunbookParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookParameter.DefaultValue">
            <summary>
            Optional. Gets or sets the default value of parameter.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookParameter.IsMandatory">
            <summary>
            Optional. Gets or sets a Boolean value to indicate whether the
            parameter is madatory or not.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookParameter.Position">
            <summary>
            Optional. Get or sets the position of the parameter.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookParameter.Type">
            <summary>
            Optional. Gets or sets the type of the parameter.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties">
            <summary>
            Definition of the runbook property type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.#ctor">
            <summary>
            Initializes a new instance of the RunbookProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.Description">
            <summary>
            Optional. Gets or sets the description of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.Draft">
            <summary>
            Optional. Gets or sets the draft runbook properties.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.JobCount">
            <summary>
            Optional. Gets or sets the job count of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.LogProgress">
            <summary>
            Optional. Gets or sets progress log option.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.LogVerbose">
            <summary>
            Optional. Gets or sets verbose log option.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.Parameters">
            <summary>
            Optional. Gets or sets the runbook parameters.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.ProvisioningState">
            <summary>
            Optional. Gets or sets the provisioning state of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.PublishContentLink">
            <summary>
            Optional. Gets or sets the published runbook content link.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.RunbookType">
            <summary>
            Optional. Gets or sets the type of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.ServiceManagementTags">
            <summary>
            Optional. Gets or sets the service management tags of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties.State">
            <summary>
            Optional. Gets or sets the state of the runbook.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookProvisioningState">
            <summary>
            Provisioning state of the runbook operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookState">
            <summary>
            The runbook state.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookTypeEnum">
            <summary>
            The type of runbook.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateParameters">
            <summary>
            The parameters supplied to the update runbook operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the RunbookUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateParameters.Properties">
            <summary>
            Optional. Gets or sets the runbook update properties.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateProperties">
            <summary>
            The parameters supplied to the update runbook properties.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the RunbookUpdateProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the runbook.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateProperties.LogProgress">
            <summary>
            Optional. Gets or sets progress log option.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateProperties.LogVerbose">
            <summary>
            Optional. Gets or sets verbose log option.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateProperties.ServiceManagementTags">
            <summary>
            Optional. Gets or sets the service management tags of the runbook.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.Schedule">
            <summary>
            Definition of the schedule.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.Schedule.#ctor">
            <summary>
            Initializes a new instance of the Schedule class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Schedule.Name">
            <summary>
            Optional. Gets or sets the name of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Schedule.Properties">
            <summary>
            Optional. Gets or sets the properties of the schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleAssociationProperty">
            <summary>
            The schedule property associated with the entity.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleAssociationProperty.#ctor">
            <summary>
            Initializes a new instance of the ScheduleAssociationProperty class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleAssociationProperty.Name">
            <summary>
            Optional. Gets or sets the name of the schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateParameters">
            <summary>
            The parameters supplied to the create schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the ScheduleCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateParameters.#ctor(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateProperties)">
            <summary>
            Initializes a new instance of the ScheduleCreateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateParameters.Name">
            <summary>
            Required. Gets or sets the name of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateParameters.Properties">
            <summary>
            Required. Gets or sets the list of schedule properties.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateProperties">
            <summary>
            The parameters supplied to the create schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateProperties.#ctor">
            <summary>
            Initializes a new instance of the ScheduleCreateProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateProperties.#ctor(System.DateTimeOffset,System.String)">
            <summary>
            Initializes a new instance of the ScheduleCreateProperties class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateProperties.ExpiryTime">
            <summary>
            Optional. Gets or sets the end time of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateProperties.Frequency">
            <summary>
            Required. Gets or sets the frequency of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateProperties.Interval">
            <summary>
            Optional. Gets or sets the interval of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateProperties.StartTime">
            <summary>
            Required. Gets or sets the start time of the schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateResponse">
            <summary>
            The response model for the create schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the ScheduleCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateResponse.Schedule">
            <summary>
            Optional. Gets or sets a schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleFrequency">
            <summary>
            The frequency of schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleGetResponse">
            <summary>
            The response model for the get schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ScheduleGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleGetResponse.Schedule">
            <summary>
            Optional. Gets or sets a schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse">
            <summary>
            The response model for the list schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse.#ctor">
            <summary>
            Initializes a new instance of the ScheduleListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse.Schedules">
            <summary>
            Optional. Gets or sets a list of schedules.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties">
            <summary>
            Definition of schedule parameters.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties.#ctor">
            <summary>
            Initializes a new instance of the ScheduleProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties.Description">
            <summary>
            Optional. Gets or sets the description of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties.ExpiryTime">
            <summary>
            Optional. Gets or sets the end time of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties.Frequency">
            <summary>
            Optional. Gets or sets the frequency of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties.Interval">
            <summary>
            Optional. Gets or sets the interval of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties.IsEnabled">
            <summary>
            Optional. Gets or sets a value indicating whether this schedule is
            enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties.NextRun">
            <summary>
            Optional. Gets or sets the next run time of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleProperties.StartTime">
            <summary>
            Optional. Gets or sets the start time of the schedule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters">
            <summary>
            The parameters supplied to the update schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the ScheduleUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ScheduleUpdateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters.Name">
            <summary>
            Required. Gets or sets the name of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters.Properties">
            <summary>
            Optional. Gets or sets the list of schedule properties.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateProperties">
            <summary>
            The parameters supplied to the update schedule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the ScheduleUpdateProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateProperties.IsEnabled">
            <summary>
            Optional. Gets or sets a value indicating whether this schedule is
            enabled.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.SubscriptionIntrinsicSettings">
            <summary>
            An automation resource intrinsic settings.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.SubscriptionIntrinsicSettings.#ctor">
            <summary>
            Initializes a new instance of the SubscriptionIntrinsicSettings
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.SubscriptionIntrinsicSettings.SubscriptionPlan">
            <summary>
            Optional. Gets or sets the plan for this item as selected by the
            user.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.TestJob">
            <summary>
            Definition of the test job.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.TestJob.#ctor">
            <summary>
            Initializes a new instance of the TestJob class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJob.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the test job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJob.EndTime">
            <summary>
            Optional. Gets or sets the end time of the test job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJob.Exception">
            <summary>
            Optional. Gets or sets the exception of the test job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJob.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the test job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJob.LastStatusModifiedTime">
            <summary>
            Optional. Gets or sets the last status modified time of the test
            job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJob.Parameters">
            <summary>
            Optional. Gets or sets the parameters of the test job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJob.StartTime">
            <summary>
            Optional. Gets or sets the start time of the test job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJob.Status">
            <summary>
            Optional. Gets or sets the status of the test job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJob.StatusDetails">
            <summary>
            Optional. Gets or sets the status details of the test job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters">
            <summary>
            The parameters supplied to the create test job operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the TestJobCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TestJobCreateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters.Parameters">
            <summary>
            Optional. Gets or sets the parameters of the test job.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters.RunbookName">
            <summary>
            Required. Gets or sets the runbook name.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse">
            <summary>
            The response model for the create test job operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the TestJobCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse.TestJob">
            <summary>
            Optional. Gets or sets a test job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.TestJobGetResponse">
            <summary>
            The response model for the get test job operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.TestJobGetResponse.#ctor">
            <summary>
            Initializes a new instance of the TestJobGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.TestJobGetResponse.TestJob">
            <summary>
            Optional. Gets or sets a test job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.Variable">
            <summary>
            Definition of the varible.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.Variable.#ctor">
            <summary>
            Initializes a new instance of the Variable class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Variable.Name">
            <summary>
            Optional. Gets or sets the name of the variable.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.Variable.Properties">
            <summary>
            Optional. Gets or sets the properties of the variable.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters">
            <summary>
            The parameters supplied to the create variable operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the VariableCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters.#ctor(System.String,Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateProperties)">
            <summary>
            Initializes a new instance of the VariableCreateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters.Name">
            <summary>
            Required. Gets or sets the name of the variable.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the variable.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateProperties">
            <summary>
            The properties of the create variable operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateProperties.#ctor">
            <summary>
            Initializes a new instance of the VariableCreateProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the variable.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateProperties.IsEncrypted">
            <summary>
            Optional. Gets or sets the encrypted flag of the variable.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateProperties.Value">
            <summary>
            Optional. Gets or sets the value of the variable.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateResponse">
            <summary>
            The response model for the create variable operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the VariableCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateResponse.Variable">
            <summary>
            Optional. Gets or sets a variable.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.VariableGetResponse">
            <summary>
            The response model for the get variable operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.VariableGetResponse.#ctor">
            <summary>
            Initializes a new instance of the VariableGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableGetResponse.Variable">
            <summary>
            Optional. Gets or sets a variable.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse">
            <summary>
            The response model for the list variables operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse.#ctor">
            <summary>
            Initializes a new instance of the VariableListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse.Variables">
            <summary>
            Optional. Gets or sets a list of variables.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.VariableProperties">
            <summary>
            Definition of the varible properties
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.VariableProperties.#ctor">
            <summary>
            Initializes a new instance of the VariableProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableProperties.CreationTime">
            <summary>
            Optional. Gets or sets the creation time of the variable.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableProperties.Description">
            <summary>
            Optional. Gets or sets the description of the variable.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableProperties.IsEncrypted">
            <summary>
            Optional. Gets or sets the encrypted flag of the variable.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableProperties.LastModifiedTime">
            <summary>
            Optional. Gets or sets the last modified time of the variable.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableProperties.Value">
            <summary>
            Optional. Gets or sets the value of the variable.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateParameters">
            <summary>
            The parameters supplied to the update variable operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the VariableUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the VariableUpdateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateParameters.Name">
            <summary>
            Required. Gets or sets the name of the variable.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateParameters.Properties">
            <summary>
            Optional. Gets or sets the value of the variable.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateProperties">
            <summary>
            The properties of the update variable
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the VariableUpdateProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateProperties.Description">
            <summary>
            Optional. Gets or sets the description of the variable.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateProperties.Value">
            <summary>
            Optional. Gets or sets the value of the variable.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.ModuleOperations">
            <summary>
            Service operation for automation modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the ModuleOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create parameters for module.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the module by name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The module 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.Automation.ModuleOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The module name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The update parameters for module.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get module operation.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.ModuleOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateParameters)">
            <summary>
            Create the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create parameters for module.
            </param>
            <returns>
            The response model for the create module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateParameters)">
            <summary>
            Create the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create parameters for module.
            </param>
            <returns>
            The response model for the create module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String,System.String)">
            <summary>
            Delete the module by name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The module name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String,System.String)">
            <summary>
            Delete the module by name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The module name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String,System.String)">
            <summary>
            Retrieve the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The module name.
            </param>
            <returns>
            The response model for the get module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String,System.String)">
            <summary>
            Retrieve the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='moduleName'>
            Required. The module name.
            </param>
            <returns>
            The response model for the get module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String)">
            <summary>
            Retrieve a list of modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String)">
            <summary>
            Retrieve a list of modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String)">
            <summary>
            Retrieve next list of modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String)">
            <summary>
            Retrieve next list of modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters)">
            <summary>
            Create the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The update parameters for module.
            </param>
            <returns>
            The response model for the get module operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Automation.IModuleOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters)">
            <summary>
            Create the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The update parameters for module.
            </param>
            <returns>
            The response model for the get module operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperations">
            <summary>
            Service operation for automation runbook draft. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the RunbookDraftOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperations.BeginPublishAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the publish runbook operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperations.BeginUpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the runbook draft with runbookStream as its content. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The runbook draft update parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperations.ContentAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the content of runbook draft identified by runbook name.
            (see http://aka.ms/azureautomationsdk/runbookdraftoperations for
            more information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the runbook content operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook draft identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get runbook draft operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperations.PublishAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the publish runbook operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperations.UndoEditAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the undoedit runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the runbook draft with runbookStream as its content. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The runbook draft update parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.BeginPublish(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the publish runbook operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.BeginPublishAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the publish runbook operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.BeginUpdate(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters)">
            <summary>
            Updates the runbook draft with runbookStream as its content. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The runbook draft update parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.BeginUpdateAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters)">
            <summary>
            Updates the runbook draft with runbookStream as its content. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The runbook draft update parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.Content(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,System.String)">
            <summary>
            Retrieve the content of runbook draft identified by runbook name.
            (see http://aka.ms/azureautomationsdk/runbookdraftoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the runbook content operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.ContentAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,System.String)">
            <summary>
            Retrieve the content of runbook draft identified by runbook name.
            (see http://aka.ms/azureautomationsdk/runbookdraftoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the runbook content operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,System.String)">
            <summary>
            Retrieve the runbook draft identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the get runbook draft operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,System.String)">
            <summary>
            Retrieve the runbook draft identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the get runbook draft operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.Publish(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the publish runbook operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.PublishAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the publish runbook operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.UndoEdit(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,System.String)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the undoedit runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.UndoEditAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,System.String)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the undoedit runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters)">
            <summary>
            Updates the runbook draft with runbookStream as its content. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The runbook draft update parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookDraftOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters)">
            <summary>
            Updates the runbook draft with runbookStream as its content. (see
            http://aka.ms/azureautomationsdk/runbookdraftoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The runbook draft update parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.RunbookOperations">
            <summary>
            Service operation for automation runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the RunbookOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperations.ContentAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the content of runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the runbook content operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create parameters for runbook.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the runbook create response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperations.CreateWithDraftAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftParameters,System.Threading.CancellationToken)">
            <summary>
            Create the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create parameters for runbook.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the runbook create response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the runbook by name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook 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.Automation.RunbookOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The update parameters for runbook.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get runbook operation.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Automation.RunbookOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.Content(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,System.String)">
            <summary>
            Retrieve the content of runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the runbook content operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.ContentAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,System.String)">
            <summary>
            Retrieve the content of runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the runbook content operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateParameters)">
            <summary>
            Create the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create parameters for runbook.
            </param>
            <returns>
            The response model for the runbook create response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateParameters)">
            <summary>
            Create the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create parameters for runbook.
            </param>
            <returns>
            The response model for the runbook create response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.CreateWithDraft(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftParameters)">
            <summary>
            Create the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create parameters for runbook.
            </param>
            <returns>
            The response model for the runbook create response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.CreateWithDraftAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateDraftParameters)">
            <summary>
            Create the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create parameters for runbook.
            </param>
            <returns>
            The response model for the runbook create response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,System.String)">
            <summary>
            Delete the runbook by name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,System.String)">
            <summary>
            Delete the runbook by name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,System.String)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the get runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,System.String)">
            <summary>
            Retrieve the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the get runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String)">
            <summary>
            Retrieve a list of runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String)">
            <summary>
            Retrieve a list of runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String)">
            <summary>
            Retrieve next list of runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String)">
            <summary>
            Retrieve next list of runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateParameters)">
            <summary>
            Update the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The update parameters for runbook.
            </param>
            <returns>
            The response model for the get runbook operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.RunbookOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Automation.IRunbookOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateParameters)">
            <summary>
            Update the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The update parameters for runbook.
            </param>
            <returns>
            The response model for the get runbook operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.ScheduleOperations">
            <summary>
            Service operation for automation schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the ScheduleOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a schedule. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create schedule operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='scheduleName'>
            Required. The schedule 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.Automation.ScheduleOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='scheduleName'>
            Required. The schedule name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update schedule 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="P:Microsoft.WindowsAzure.Management.Automation.ScheduleOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateParameters)">
            <summary>
            Create a schedule. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create schedule operation.
            </param>
            <returns>
            The response model for the create schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateParameters)">
            <summary>
            Create a schedule. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create schedule operation.
            </param>
            <returns>
            The response model for the create schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String,System.String)">
            <summary>
            Delete the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='scheduleName'>
            Required. The schedule name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String,System.String)">
            <summary>
            Delete the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='scheduleName'>
            Required. The schedule name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String,System.String)">
            <summary>
            Retrieve the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='scheduleName'>
            Required. The schedule name.
            </param>
            <returns>
            The response model for the get schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String,System.String)">
            <summary>
            Retrieve the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='scheduleName'>
            Required. The schedule name.
            </param>
            <returns>
            The response model for the get schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String)">
            <summary>
            Retrieve a list of schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String)">
            <summary>
            Retrieve a list of schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String)">
            <summary>
            Retrieve next list of schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String)">
            <summary>
            Retrieve next list of schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters)">
            <summary>
            Update the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update schedule operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.ScheduleOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Automation.IScheduleOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters)">
            <summary>
            Update the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update schedule operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.TestJobOperations">
            <summary>
            Service operation for automation test jobs. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the TestJobOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a test job of the runbook. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create test job operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create test job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the test job for the specified runbook. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get test job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperations.ResumeAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Resume the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook 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.Automation.TestJobOperations.StopAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stop the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook 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.Automation.TestJobOperations.SuspendAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Suspend the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook 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="P:Microsoft.WindowsAzure.Management.Automation.TestJobOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.ITestJobOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters)">
            <summary>
            Create a test job of the runbook. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create test job operation.
            </param>
            <returns>
            The response model for the create test job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.ITestJobOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters)">
            <summary>
            Create a test job of the runbook. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create test job operation.
            </param>
            <returns>
            The response model for the create test job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.ITestJobOperations,System.String,System.String)">
            <summary>
            Retrieve the test job for the specified runbook. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the get test job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.ITestJobOperations,System.String,System.String)">
            <summary>
            Retrieve the test job for the specified runbook. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            The response model for the get test job operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperationsExtensions.Resume(Microsoft.WindowsAzure.Management.Automation.ITestJobOperations,System.String,System.String)">
            <summary>
            Resume the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperationsExtensions.ResumeAsync(Microsoft.WindowsAzure.Management.Automation.ITestJobOperations,System.String,System.String)">
            <summary>
            Resume the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperationsExtensions.Stop(Microsoft.WindowsAzure.Management.Automation.ITestJobOperations,System.String,System.String)">
            <summary>
            Stop the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperationsExtensions.StopAsync(Microsoft.WindowsAzure.Management.Automation.ITestJobOperations,System.String,System.String)">
            <summary>
            Stop the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperationsExtensions.Suspend(Microsoft.WindowsAzure.Management.Automation.ITestJobOperations,System.String,System.String)">
            <summary>
            Suspend the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.TestJobOperationsExtensions.SuspendAsync(Microsoft.WindowsAzure.Management.Automation.ITestJobOperations,System.String,System.String)">
            <summary>
            Suspend the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='runbookName'>
            Required. The runbook name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Automation.VariableOperations">
            <summary>
            Service operation for automation variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperations.#ctor(Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the VariableOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create variable operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create variable operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='variableName'>
            Required. The name of variable.
            </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.Automation.VariableOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the variable identified by variable name. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='variableName'>
            Required. The name of variable.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get variable operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list variables operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list variables operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update variable 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="P:Microsoft.WindowsAzure.Management.Automation.VariableOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters)">
            <summary>
            Create a variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create variable operation.
            </param>
            <returns>
            The response model for the create variable operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters)">
            <summary>
            Create a variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create variable operation.
            </param>
            <returns>
            The response model for the create variable operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String,System.String)">
            <summary>
            Delete the variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='variableName'>
            Required. The name of variable.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String,System.String)">
            <summary>
            Delete the variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='variableName'>
            Required. The name of variable.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String,System.String)">
            <summary>
            Retrieve the variable identified by variable name. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='variableName'>
            Required. The name of variable.
            </param>
            <returns>
            The response model for the get variable operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String,System.String)">
            <summary>
            Retrieve the variable identified by variable name. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='variableName'>
            Required. The name of variable.
            </param>
            <returns>
            The response model for the get variable operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.List(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String)">
            <summary>
            Retrieve a list of variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list variables operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String)">
            <summary>
            Retrieve a list of variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list variables operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.ListNext(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String)">
            <summary>
            Retrieve next list of variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list variables operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.ListNextAsync(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String)">
            <summary>
            Retrieve next list of variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list variables operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateParameters)">
            <summary>
            Update a variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update variable operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Automation.IVariableOperations,System.String,Microsoft.WindowsAzure.Management.Automation.Models.VariableUpdateParameters)">
            <summary>
            Update a variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the update variable operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
    </members>
</doc>