Microsoft.Azure.Management.Automation.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.Automation</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.Automation.ResponseWithSkipToken`1">
            <summary>
            The response with skip token.
            </summary>
            <typeparam name="T">
            </typeparam>
        </member>
        <member name="F:Microsoft.Azure.Management.Automation.ResponseWithSkipToken`1.operationResponseWithSkipToken">
            <summary>
            The operation response with skip token
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Automation.ResponseWithSkipToken`1.automationManagementModels">
            <summary>
            The automation management models.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ResponseWithSkipToken`1.#ctor(Microsoft.Azure.Management.Automation.Models.OperationResponseWithSkipToken,System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.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.Azure.Management.Automation.ResponseWithSkipToken`1.AutomationManagementModels">
            <summary>
            Gets the automation management models.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.ResponseWithSkipToken`1.SkipToken">
            <summary>
            Gets the skip token.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.ActivityOperations">
            <summary>
            Service operation for automation activities. (see
            http://aka.ms/azureautomationsdk/activityoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ActivityOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Automation.ActivityOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ActivityOperations.GetAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </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>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get activity operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ActivityOperations.ListAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.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="M:Microsoft.Azure.Management.Automation.ActivityOperationsExtensions.Get(Microsoft.Azure.Management.Automation.IActivityOperations,System.String,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.Azure.Management.Automation.IActivityOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ActivityOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IActivityOperations,System.String,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.Azure.Management.Automation.IActivityOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ActivityOperationsExtensions.List(Microsoft.Azure.Management.Automation.IActivityOperations,System.String,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.Azure.Management.Automation.IActivityOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ActivityOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.IActivityOperations,System.String,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.Azure.Management.Automation.IActivityOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ActivityOperationsExtensions.ListNext(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.ActivityOperationsExtensions.ListNextAsync(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.AgentRegistrationOperation">
            <summary>
            Service operation for automation agent registration information. (see
            http://aka.ms/azureautomationsdk/agentregistrationoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AgentRegistrationOperation.#ctor(Microsoft.Azure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the AgentRegistrationOperation class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AgentRegistrationOperation.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AgentRegistrationOperation.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the automation agent registration information. (see
            http://aka.ms/azureautomationsdk/agentregistrationoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get agent registration information
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AgentRegistrationOperation.RegenerateKeyAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter,System.Threading.CancellationToken)">
            <summary>
            Regenerate a primary or secondary agent registration key (see
            http://aka.ms/azureautomationsdk/agentregistrationoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='keyName'>
            Required. The name of the agent registration key to be regenerated
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the agent registration key regenerate
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AgentRegistrationOperationExtensions.Get(Microsoft.Azure.Management.Automation.IAgentRegistrationOperation,System.String,System.String)">
            <summary>
            Retrieve the automation agent registration information. (see
            http://aka.ms/azureautomationsdk/agentregistrationoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAgentRegistrationOperation.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the get agent registration information
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AgentRegistrationOperationExtensions.GetAsync(Microsoft.Azure.Management.Automation.IAgentRegistrationOperation,System.String,System.String)">
            <summary>
            Retrieve the automation agent registration information. (see
            http://aka.ms/azureautomationsdk/agentregistrationoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAgentRegistrationOperation.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the get agent registration information
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AgentRegistrationOperationExtensions.RegenerateKey(Microsoft.Azure.Management.Automation.IAgentRegistrationOperation,System.String,System.String,Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter)">
            <summary>
            Regenerate a primary or secondary agent registration key (see
            http://aka.ms/azureautomationsdk/agentregistrationoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAgentRegistrationOperation.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='keyName'>
            Required. The name of the agent registration key to be regenerated
            </param>
            <returns>
            The response model for the agent registration key regenerate
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AgentRegistrationOperationExtensions.RegenerateKeyAsync(Microsoft.Azure.Management.Automation.IAgentRegistrationOperation,System.String,System.String,Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter)">
            <summary>
            Regenerate a primary or secondary agent registration key (see
            http://aka.ms/azureautomationsdk/agentregistrationoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAgentRegistrationOperation.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='keyName'>
            Required. The name of the agent registration key to be regenerated
            </param>
            <returns>
            The response model for the agent registration key regenerate
            operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.AutomationAccountOperations">
            <summary>
            Service operation for automation accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Automation.AutomationAccountOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create or update automation
            account.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccountName'>
            Required. Automation account 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.Azure.Management.Automation.AutomationAccountOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the account by account name. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            Optional. The name of the resource group
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations 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 account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperations.PatchAsync(System.String,Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchParameters,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the patch automation account.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Automation.IAutomationAccountOperations,System.String,Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create or update automation
            account.
            </param>
            <returns>
            The response model for the create or update account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Automation.IAutomationAccountOperations,System.String,Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the create or update automation
            account.
            </param>
            <returns>
            The response model for the create or update account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.Delete(Microsoft.Azure.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.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccountName'>
            Required. Automation account name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.DeleteAsync(Microsoft.Azure.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.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccountName'>
            Required. Automation account name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.Get(Microsoft.Azure.Management.Automation.IAutomationAccountOperations,System.String,System.String)">
            <summary>
            Retrieve the account by account name. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the get account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IAutomationAccountOperations,System.String,System.String)">
            <summary>
            Retrieve the account by account name. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the get account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.List(Microsoft.Azure.Management.Automation.IAutomationAccountOperations,System.String)">
            <summary>
            Retrieve a list of accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Optional. The name of the resource group
            </param>
            <returns>
            The response model for the list account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.IAutomationAccountOperations,System.String)">
            <summary>
            Retrieve a list of accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Optional. The name of the resource group
            </param>
            <returns>
            The response model for the list account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.ListNext(Microsoft.Azure.Management.Automation.IAutomationAccountOperations,System.String)">
            <summary>
            Retrieve next list of accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Automation.IAutomationAccountOperations,System.String)">
            <summary>
            Retrieve next list of accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.Patch(Microsoft.Azure.Management.Automation.IAutomationAccountOperations,System.String,Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchParameters)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the patch automation account.
            </param>
            <returns>
            The response model for the create account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationAccountOperationsExtensions.PatchAsync(Microsoft.Azure.Management.Automation.IAutomationAccountOperations,System.String,Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchParameters)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IAutomationAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the patch automation account.
            </param>
            <returns>
            The response model for the create account operation.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.Automation.AutomationManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.ResourceNamespace">
            <summary>
            Gets or sets the resource namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.Automation.AutomationManagementClient.AgentRegistrationInformation">
            <summary>
            Service operation for automation agent registration information.
            (see http://aka.ms/azureautomationsdk/agentregistrationoperations
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.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.Azure.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.Azure.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.Azure.Management.Automation.AutomationManagementClient.CompilationJobs">
            <summary>
            Service operation for automation dsc configuration compile jobs.
            (see
            http://aka.ms/azureautomationsdk/dscccompilationjoboperations for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.Configurations">
            <summary>
            Service operation for configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.NodeConfigurations">
            <summary>
            Service operation for automation dsc node configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.Nodes">
            <summary>
            Service operation for dsc nodes. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.NodeReports">
            <summary>
            Service operation for node reports. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.HybridRunbookWorkerGroups">
            <summary>
            Service operation for automation hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.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.Azure.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.Azure.Management.Automation.AutomationManagementClient.ObjectDataTypes">
            <summary>
            Service operation for automation object data types. (see
            http://aka.ms/azureautomationsdk/objectdatatypeoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.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.Azure.Management.Automation.AutomationManagementClient.Statistics">
            <summary>
            Service operation for automation statistics. (see
            http://aka.ms/azureautomationsdk/statisticsoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.Automation.AutomationManagementClient.TypeFields">
            <summary>
            Service operation for automation type fields. (see
            http://aka.ms/azureautomationsdk/typefieldoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.Usages">
            <summary>
            Service operation for automation usages. (see
            http://aka.ms/azureautomationsdk/usageoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.Variables">
            <summary>
            Service operation for automation variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.AutomationManagementClient.Webhooks">
            <summary>
            Service operation for automation webhook. (see
            http://aka.ms/azureautomationsdk/webhookoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.AutomationManagementClient.#ctor">
            <summary>
            Initializes a new instance of the AutomationManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.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.Azure.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.Azure.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.Azure.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.Azure.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.Azure.Management.Automation.AutomationManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.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.Azure.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.Azure.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="M:Microsoft.Azure.Management.Automation.AutomationManagementClientExtensions.GetOperationResultStatus(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.AutomationManagementClientExtensions.GetOperationResultStatusAsync(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.AutomationManagementClientExtensions.GetOperationStatus(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.AutomationManagementClientExtensions.GetOperationStatusAsync(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.CertificateOperations">
            <summary>
            Service operation for automation certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CertificateOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Automation.CertificateOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CertificateOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            certificate operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CertificateOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.CertificateOperations.GetAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.CertificateOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.CertificateOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.CertificatePatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the patch 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.Azure.Management.Automation.CertificateOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Automation.ICertificateOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateParameters)">
            <summary>
            Create a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.ICertificateOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            certificate operation.
            </param>
            <returns>
            The response model for the create or update certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CertificateOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Automation.ICertificateOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateParameters)">
            <summary>
            Create a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.ICertificateOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            certificate operation.
            </param>
            <returns>
            The response model for the create or update certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CertificateOperationsExtensions.Delete(Microsoft.Azure.Management.Automation.ICertificateOperations,System.String,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.Azure.Management.Automation.ICertificateOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CertificateOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Automation.ICertificateOperations,System.String,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.Azure.Management.Automation.ICertificateOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CertificateOperationsExtensions.Get(Microsoft.Azure.Management.Automation.ICertificateOperations,System.String,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.Azure.Management.Automation.ICertificateOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CertificateOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.ICertificateOperations,System.String,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.Azure.Management.Automation.ICertificateOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CertificateOperationsExtensions.List(Microsoft.Azure.Management.Automation.ICertificateOperations,System.String,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.Azure.Management.Automation.ICertificateOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CertificateOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.ICertificateOperations,System.String,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.Azure.Management.Automation.ICertificateOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CertificateOperationsExtensions.ListNext(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.CertificateOperationsExtensions.ListNextAsync(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.CertificateOperationsExtensions.Patch(Microsoft.Azure.Management.Automation.ICertificateOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.CertificatePatchParameters)">
            <summary>
            Update a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.ICertificateOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the patch certificate
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CertificateOperationsExtensions.PatchAsync(Microsoft.Azure.Management.Automation.ICertificateOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.CertificatePatchParameters)">
            <summary>
            Update a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.ICertificateOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the patch certificate
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.ConnectionOperations">
            <summary>
            Service operation for automation connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ConnectionOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Automation.ConnectionOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ConnectionOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            connection operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ConnectionOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.ConnectionOperations.GetAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.ConnectionOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.ConnectionOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionPatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the patch 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.Azure.Management.Automation.ConnectionOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Automation.IConnectionOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters)">
            <summary>
            Create a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IConnectionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            connection operation.
            </param>
            <returns>
            The response model for the create or update connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ConnectionOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Automation.IConnectionOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters)">
            <summary>
            Create a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IConnectionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            connection operation.
            </param>
            <returns>
            The response model for the create or update connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ConnectionOperationsExtensions.Delete(Microsoft.Azure.Management.Automation.IConnectionOperations,System.String,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.Azure.Management.Automation.IConnectionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Automation.IConnectionOperations,System.String,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.Azure.Management.Automation.IConnectionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionOperationsExtensions.Get(Microsoft.Azure.Management.Automation.IConnectionOperations,System.String,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.Azure.Management.Automation.IConnectionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IConnectionOperations,System.String,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.Azure.Management.Automation.IConnectionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionOperationsExtensions.List(Microsoft.Azure.Management.Automation.IConnectionOperations,System.String,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.Azure.Management.Automation.IConnectionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.IConnectionOperations,System.String,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.Azure.Management.Automation.IConnectionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionOperationsExtensions.ListNext(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.ConnectionOperationsExtensions.ListNextAsync(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.ConnectionOperationsExtensions.Patch(Microsoft.Azure.Management.Automation.IConnectionOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionPatchParameters)">
            <summary>
            Update a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IConnectionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the patch a connection
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ConnectionOperationsExtensions.PatchAsync(Microsoft.Azure.Management.Automation.IConnectionOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionPatchParameters)">
            <summary>
            Update a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IConnectionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the patch a connection
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.ConnectionTypeOperations">
            <summary>
            Service operation for automation connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ConnectionTypeOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Automation.ConnectionTypeOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ConnectionTypeOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            connectiontype operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update connection type
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ConnectionTypeOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.ConnectionTypeOperations.GetAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.ConnectionTypeOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.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="M:Microsoft.Azure.Management.Automation.ConnectionTypeOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters)">
            <summary>
            Create a connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            connectiontype operation.
            </param>
            <returns>
            The response model for the create or update connection type
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ConnectionTypeOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters)">
            <summary>
            Create a connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            connectiontype operation.
            </param>
            <returns>
            The response model for the create or update connection type
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ConnectionTypeOperationsExtensions.Delete(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,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.Azure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionTypeOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,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.Azure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionTypeOperationsExtensions.Get(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,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.Azure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionTypeOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,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.Azure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionTypeOperationsExtensions.List(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,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.Azure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionTypeOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,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.Azure.Management.Automation.IConnectionTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.ConnectionTypeOperationsExtensions.ListNext(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.ConnectionTypeOperationsExtensions.ListNextAsync(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.CredentialOperations">
            <summary>
            Service operation for automation credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CredentialOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Automation.CredentialOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CredentialOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            credential operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CredentialOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.CredentialOperations.GetAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.CredentialOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.CredentialOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.CredentialPatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the patch 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.Azure.Management.Automation.CredentialOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Automation.ICredentialOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters)">
            <summary>
            Create a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.ICredentialOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            credential operation.
            </param>
            <returns>
            The response model for the create or update credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CredentialOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Automation.ICredentialOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters)">
            <summary>
            Create a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.ICredentialOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create or update
            credential operation.
            </param>
            <returns>
            The response model for the create or update credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CredentialOperationsExtensions.Delete(Microsoft.Azure.Management.Automation.ICredentialOperations,System.String,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.Azure.Management.Automation.ICredentialOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CredentialOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Automation.ICredentialOperations,System.String,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.Azure.Management.Automation.ICredentialOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CredentialOperationsExtensions.Get(Microsoft.Azure.Management.Automation.ICredentialOperations,System.String,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.Azure.Management.Automation.ICredentialOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CredentialOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.ICredentialOperations,System.String,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.Azure.Management.Automation.ICredentialOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CredentialOperationsExtensions.List(Microsoft.Azure.Management.Automation.ICredentialOperations,System.String,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.Azure.Management.Automation.ICredentialOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CredentialOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.ICredentialOperations,System.String,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.Azure.Management.Automation.ICredentialOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.CredentialOperationsExtensions.ListNext(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.CredentialOperationsExtensions.ListNextAsync(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.CredentialOperationsExtensions.Patch(Microsoft.Azure.Management.Automation.ICredentialOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.CredentialPatchParameters)">
            <summary>
            Update a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.ICredentialOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the patch credential operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.CredentialOperationsExtensions.PatchAsync(Microsoft.Azure.Management.Automation.ICredentialOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.CredentialPatchParameters)">
            <summary>
            Update a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.ICredentialOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the patch credential operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.DscCompilationJobOperations">
            <summary>
            Service operation for automation dsc configuration compile jobs. (see
            http://aka.ms/azureautomationsdk/dscccompilationjoboperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscCompilationJobOperations.#ctor(Microsoft.Azure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the DscCompilationJobOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.DscCompilationJobOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscCompilationJobOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates the Dsc compilation job of the configuration. (see
            http://aka.ms/azureautomationsdk/dscconfigurationcompilejoboperations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create compilation job
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create Dsc Compilation job operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscCompilationJobOperations.GetAsync(System.String,System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc configuration compilation job identified by job
            id. (see
            http://aka.ms/azureautomationsdk/dsccompilationjoboperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The Dsc configuration compilation job id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get Dsc compilation job operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscCompilationJobOperations.GetOutputAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </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>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get job stream operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscCompilationJobOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscCompilationJobListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of dsc compilation jobs. (see
            http://aka.ms/azureautomationsdk/compilationjoboperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.DscCompilationJobOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of dsc compilation jobs. (see
            http://aka.ms/azureautomationsdk/compilationjoboperations 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.Azure.Management.Automation.DscCompilationJobOperationsExtensions.Create(Microsoft.Azure.Management.Automation.IDscCompilationJobOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters)">
            <summary>
            Creates the Dsc compilation job of the configuration. (see
            http://aka.ms/azureautomationsdk/dscconfigurationcompilejoboperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscCompilationJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create compilation job
            operation.
            </param>
            <returns>
            The response model for the create Dsc Compilation job operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscCompilationJobOperationsExtensions.CreateAsync(Microsoft.Azure.Management.Automation.IDscCompilationJobOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters)">
            <summary>
            Creates the Dsc compilation job of the configuration. (see
            http://aka.ms/azureautomationsdk/dscconfigurationcompilejoboperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscCompilationJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The parameters supplied to the create compilation job
            operation.
            </param>
            <returns>
            The response model for the create Dsc Compilation job operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscCompilationJobOperationsExtensions.Get(Microsoft.Azure.Management.Automation.IDscCompilationJobOperations,System.String,System.String,System.Guid)">
            <summary>
            Retrieve the Dsc configuration compilation job identified by job
            id. (see
            http://aka.ms/azureautomationsdk/dsccompilationjoboperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscCompilationJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The Dsc configuration compilation job id.
            </param>
            <returns>
            The response model for the get Dsc compilation job operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscCompilationJobOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IDscCompilationJobOperations,System.String,System.String,System.Guid)">
            <summary>
            Retrieve the Dsc configuration compilation job identified by job
            id. (see
            http://aka.ms/azureautomationsdk/dsccompilationjoboperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscCompilationJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='jobId'>
            Required. The Dsc configuration compilation job id.
            </param>
            <returns>
            The response model for the get Dsc compilation job operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscCompilationJobOperationsExtensions.GetOutput(Microsoft.Azure.Management.Automation.IDscCompilationJobOperations,System.String,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.Azure.Management.Automation.IDscCompilationJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.DscCompilationJobOperationsExtensions.GetOutputAsync(Microsoft.Azure.Management.Automation.IDscCompilationJobOperations,System.String,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.Azure.Management.Automation.IDscCompilationJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.DscCompilationJobOperationsExtensions.List(Microsoft.Azure.Management.Automation.IDscCompilationJobOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscCompilationJobListParameters)">
            <summary>
            Retrieve a list of dsc compilation jobs. (see
            http://aka.ms/azureautomationsdk/compilationjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscCompilationJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.DscCompilationJobOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.IDscCompilationJobOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscCompilationJobListParameters)">
            <summary>
            Retrieve a list of dsc compilation jobs. (see
            http://aka.ms/azureautomationsdk/compilationjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscCompilationJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.DscCompilationJobOperationsExtensions.ListNext(Microsoft.Azure.Management.Automation.IDscCompilationJobOperations,System.String)">
            <summary>
            Retrieve next list of dsc compilation jobs. (see
            http://aka.ms/azureautomationsdk/compilationjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscCompilationJobOperations.
            </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.Azure.Management.Automation.DscCompilationJobOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Automation.IDscCompilationJobOperations,System.String)">
            <summary>
            Retrieve next list of dsc compilation jobs. (see
            http://aka.ms/azureautomationsdk/compilationjoboperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscCompilationJobOperations.
            </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="T:Microsoft.Azure.Management.Automation.DscConfigurationOperations">
            <summary>
            Service operation for configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperations.#ctor(Microsoft.Azure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the DscConfigurationOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.DscConfigurationOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the configuration identified by configuration name. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create or update parameters for configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the configuration create response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the dsc configuration identified by configuration name.
            (see http://aka.ms/azureautomationsdk/configurationoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='configurationName'>
            Required. The configuration 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.Azure.Management.Automation.DscConfigurationOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the configuration identified by configuration name. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='configurationName'>
            Required. The configuration name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperations.GetContentAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the configuration script identified by configuration name.
            (see http://aka.ms/azureautomationsdk/configurationoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='configurationName'>
            Required. The configuration name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations 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 configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateParameters)">
            <summary>
            Create the configuration identified by configuration name. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create or update parameters for configuration.
            </param>
            <returns>
            The response model for the configuration create response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateParameters)">
            <summary>
            Create the configuration identified by configuration name. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create or update parameters for configuration.
            </param>
            <returns>
            The response model for the configuration create response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.Delete(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Delete the dsc configuration identified by configuration name.
            (see http://aka.ms/azureautomationsdk/configurationoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='configurationName'>
            Required. The configuration name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Delete the dsc configuration identified by configuration name.
            (see http://aka.ms/azureautomationsdk/configurationoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='configurationName'>
            Required. The configuration name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.Get(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve the configuration identified by configuration name. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='configurationName'>
            Required. The configuration name.
            </param>
            <returns>
            The response model for the get configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve the configuration identified by configuration name. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='configurationName'>
            Required. The configuration name.
            </param>
            <returns>
            The response model for the get configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.GetContent(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve the configuration script identified by configuration name.
            (see http://aka.ms/azureautomationsdk/configurationoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='configurationName'>
            Required. The configuration name.
            </param>
            <returns>
            The response model for the get configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.GetContentAsync(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve the configuration script identified by configuration name.
            (see http://aka.ms/azureautomationsdk/configurationoperations for
            more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='configurationName'>
            Required. The configuration name.
            </param>
            <returns>
            The response model for the get configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.List(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String,System.String)">
            <summary>
            Retrieve a list of configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String,System.String)">
            <summary>
            Retrieve a list of configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.ListNext(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String)">
            <summary>
            Retrieve next list of configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscConfigurationOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Automation.IDscConfigurationOperations,System.String)">
            <summary>
            Retrieve next list of configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscConfigurationOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list configuration operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperations">
            <summary>
            Service operation for automation dsc node configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperations.#ctor(Microsoft.Azure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the DscNodeConfigurationOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the node configuration identified by node configuration
            name. (see http://aka.ms/azureautomationsdk/dscnodeconfigurations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create or update parameters for configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get Dsc node configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the Dsc node configurations by node configuration. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeConfigurationName'>
            Required. The Dsc node configuration 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.Azure.Management.Automation.DscNodeConfigurationOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc node configurations by node configuration. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeConfigurationName'>
            Required. The Dsc node configuration name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get Dsc node configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of dsc node configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.DscNodeConfigurationOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of dsc node configrations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations 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.Azure.Management.Automation.DscNodeConfigurationOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters)">
            <summary>
            Create the node configuration identified by node configuration
            name. (see http://aka.ms/azureautomationsdk/dscnodeconfigurations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create or update parameters for configuration.
            </param>
            <returns>
            The response model for the get Dsc node configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters)">
            <summary>
            Create the node configuration identified by node configuration
            name. (see http://aka.ms/azureautomationsdk/dscnodeconfigurations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. The create or update parameters for configuration.
            </param>
            <returns>
            The response model for the get Dsc node configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperationsExtensions.Delete(Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Delete the Dsc node configurations by node configuration. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeConfigurationName'>
            Required. The Dsc node configuration name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Delete the Dsc node configurations by node configuration. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeConfigurationName'>
            Required. The Dsc node configuration name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperationsExtensions.Get(Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve the Dsc node configurations by node configuration. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeConfigurationName'>
            Required. The Dsc node configuration name.
            </param>
            <returns>
            The response model for the get Dsc node configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve the Dsc node configurations by node configuration. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeConfigurationName'>
            Required. The Dsc node configuration name.
            </param>
            <returns>
            The response model for the get Dsc node configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeConfigurationOperationsExtensions.List(Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationListParameters)">
            <summary>
            Retrieve a list of dsc node configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.DscNodeConfigurationOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationListParameters)">
            <summary>
            Retrieve a list of dsc node configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.DscNodeConfigurationOperationsExtensions.ListNext(Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations,System.String)">
            <summary>
            Retrieve next list of dsc node configrations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.
            </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.Azure.Management.Automation.DscNodeConfigurationOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations,System.String)">
            <summary>
            Retrieve next list of dsc node configrations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.
            </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="T:Microsoft.Azure.Management.Automation.DscNodeOperations">
            <summary>
            Service operation for dsc nodes. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperations.#ctor(Microsoft.Azure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the DscNodeOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.DscNodeOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperations.DeleteAsync(System.String,System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Delete the dsc node identified by node id. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. Automation account name.
            </param>
            <param name='nodeId'>
            Required. The node 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.Azure.Management.Automation.DscNodeOperations.GetAsync(System.String,System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the dsc node identified by node id. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeId'>
            Required. The node id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get dsc node operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of dsc nodes. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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 dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations 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 dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodePatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update the dsc node. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the patch dsc node.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the patch dsc node operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperationsExtensions.Delete(Microsoft.Azure.Management.Automation.IDscNodeOperations,System.String,System.String,System.Guid)">
            <summary>
            Delete the dsc node identified by node id. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. Automation account name.
            </param>
            <param name='nodeId'>
            Required. The node id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Automation.IDscNodeOperations,System.String,System.String,System.Guid)">
            <summary>
            Delete the dsc node identified by node id. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. Automation account name.
            </param>
            <param name='nodeId'>
            Required. The node id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperationsExtensions.Get(Microsoft.Azure.Management.Automation.IDscNodeOperations,System.String,System.String,System.Guid)">
            <summary>
            Retrieve the dsc node identified by node id. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeId'>
            Required. The node id.
            </param>
            <returns>
            The response model for the get dsc node operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IDscNodeOperations,System.String,System.String,System.Guid)">
            <summary>
            Retrieve the dsc node identified by node id. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeId'>
            Required. The node id.
            </param>
            <returns>
            The response model for the get dsc node operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperationsExtensions.List(Microsoft.Azure.Management.Automation.IDscNodeOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeListParameters)">
            <summary>
            Retrieve a list of dsc nodes. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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 dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.IDscNodeOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeListParameters)">
            <summary>
            Retrieve a list of dsc nodes. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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 dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperationsExtensions.ListNext(Microsoft.Azure.Management.Automation.IDscNodeOperations,System.String)">
            <summary>
            Retrieve next list of configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Automation.IDscNodeOperations,System.String)">
            <summary>
            Retrieve next list of configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperationsExtensions.Patch(Microsoft.Azure.Management.Automation.IDscNodeOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodePatchParameters)">
            <summary>
            Update the dsc node. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the patch dsc node.
            </param>
            <returns>
            The response model for the patch dsc node operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeOperationsExtensions.PatchAsync(Microsoft.Azure.Management.Automation.IDscNodeOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodePatchParameters)">
            <summary>
            Update the dsc node. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the patch dsc node.
            </param>
            <returns>
            The response model for the patch dsc node operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.DscNodeReportsOperations">
            <summary>
            Service operation for node reports. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperations.#ctor(Microsoft.Azure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the DscNodeReportsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.DscNodeReportsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperations.GetAsync(System.String,System.String,System.Guid,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc node report data by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeId'>
            Required. The Dsc node id.
            </param>
            <param name='reportId'>
            Required. The report id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get dsc node report operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperations.GetContentAsync(System.String,System.String,System.Guid,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc node reports by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeId'>
            Required. The Dsc node id.
            </param>
            <param name='reportId'>
            Required. The report id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get node report content operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeReportListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc node report list by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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 dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc node report list by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations 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 dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperationsExtensions.Get(Microsoft.Azure.Management.Automation.IDscNodeReportsOperations,System.String,System.String,System.Guid,System.Guid)">
            <summary>
            Retrieve the Dsc node report data by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeId'>
            Required. The Dsc node id.
            </param>
            <param name='reportId'>
            Required. The report id.
            </param>
            <returns>
            The response model for the get dsc node report operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IDscNodeReportsOperations,System.String,System.String,System.Guid,System.Guid)">
            <summary>
            Retrieve the Dsc node report data by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeId'>
            Required. The Dsc node id.
            </param>
            <param name='reportId'>
            Required. The report id.
            </param>
            <returns>
            The response model for the get dsc node report operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperationsExtensions.GetContent(Microsoft.Azure.Management.Automation.IDscNodeReportsOperations,System.String,System.String,System.Guid,System.Guid)">
            <summary>
            Retrieve the Dsc node reports by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeId'>
            Required. The Dsc node id.
            </param>
            <param name='reportId'>
            Required. The report id.
            </param>
            <returns>
            The response model for the get node report content operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperationsExtensions.GetContentAsync(Microsoft.Azure.Management.Automation.IDscNodeReportsOperations,System.String,System.String,System.Guid,System.Guid)">
            <summary>
            Retrieve the Dsc node reports by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='nodeId'>
            Required. The Dsc node id.
            </param>
            <param name='reportId'>
            Required. The report id.
            </param>
            <returns>
            The response model for the get node report content operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperationsExtensions.List(Microsoft.Azure.Management.Automation.IDscNodeReportsOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeReportListParameters)">
            <summary>
            Retrieve the Dsc node report list by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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 dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.IDscNodeReportsOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeReportListParameters)">
            <summary>
            Retrieve the Dsc node report list by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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 dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperationsExtensions.ListNext(Microsoft.Azure.Management.Automation.IDscNodeReportsOperations,System.String)">
            <summary>
            Retrieve the Dsc node report list by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.DscNodeReportsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Automation.IDscNodeReportsOperations,System.String)">
            <summary>
            Retrieve the Dsc node report list by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list dsc nodes operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperations">
            <summary>
            Service operation for automation hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperations.#ctor(Microsoft.Azure.Management.Automation.AutomationManagementClient)">
            <summary>
            Initializes a new instance of the
            HybridRunbookWorkerGroupOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. Automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            Required. The hybrid runbook worker group 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.Azure.Management.Automation.HybridRunbookWorkerGroupOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            Required. The hybrid runbook worker group name
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get hybrid runbook worker group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of hybrid runbook worker groups. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list hybrid runbook worker groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of hybrid runbook worker groups. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            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 hybrid runbook worker groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperations.PatchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupPatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            Required. The hybrid runbook worker group name
            </param>
            <param name='parameters'>
            Required. The hybrid runbook worker group
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the patch hybrid runbook worker group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperationsExtensions.Delete(Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations,System.String,System.String,System.String)">
            <summary>
            Delete a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. Automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            Required. The hybrid runbook worker group name
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations,System.String,System.String,System.String)">
            <summary>
            Delete a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. Automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            Required. The hybrid runbook worker group name
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperationsExtensions.Get(Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            Required. The hybrid runbook worker group name
            </param>
            <returns>
            The response model for the get hybrid runbook worker group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            Required. The hybrid runbook worker group name
            </param>
            <returns>
            The response model for the get hybrid runbook worker group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperationsExtensions.List(Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations,System.String,System.String)">
            <summary>
            Retrieve a list of hybrid runbook worker groups. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list hybrid runbook worker groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations,System.String,System.String)">
            <summary>
            Retrieve a list of hybrid runbook worker groups. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <returns>
            The response model for the list hybrid runbook worker groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperationsExtensions.ListNext(Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations,System.String)">
            <summary>
            Retrieve next list of hybrid runbook worker groups. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list hybrid runbook worker groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations,System.String)">
            <summary>
            Retrieve next list of hybrid runbook worker groups. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.
            </param>
            <param name='nextLink'>
            Required. The link to retrieve next set of items.
            </param>
            <returns>
            The response model for the list hybrid runbook worker groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperationsExtensions.Patch(Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupPatchParameters)">
            <summary>
            Update a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            Required. The hybrid runbook worker group name
            </param>
            <param name='parameters'>
            Required. The hybrid runbook worker group
            </param>
            <returns>
            The response model for the patch hybrid runbook worker group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.HybridRunbookWorkerGroupOperationsExtensions.PatchAsync(Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupPatchParameters)">
            <summary>
            Update a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='automationAccount'>
            Required. The automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            Required. The hybrid runbook worker group name
            </param>
            <param name='parameters'>
            Required. The hybrid runbook worker group
            </param>
            <returns>
            The response model for the patch hybrid runbook worker group
            operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.IActivityOperations">
            <summary>
            Service operation for automation activities. (see
            http://aka.ms/azureautomationsdk/activityoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IActivityOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IActivityOperations.ListAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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="T:Microsoft.Azure.Management.Automation.IAgentRegistrationOperation">
            <summary>
            Service operation for automation agent registration information. (see
            http://aka.ms/azureautomationsdk/agentregistrationoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IAgentRegistrationOperation.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the automation agent registration information. (see
            http://aka.ms/azureautomationsdk/agentregistrationoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get agent registration information
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IAgentRegistrationOperation.RegenerateKeyAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter,System.Threading.CancellationToken)">
            <summary>
            Regenerate a primary or secondary agent registration key (see
            http://aka.ms/azureautomationsdk/agentregistrationoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='keyName'>
            The name of the agent registration key to be regenerated
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the agent registration key regenerate
            operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.IAutomationAccountOperations">
            <summary>
            Service operation for automation accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IAutomationAccountOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='parameters'>
            Parameters supplied to the create or update automation account.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccountName'>
            Automation account 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.Azure.Management.Automation.IAutomationAccountOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the account by account name. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IAutomationAccountOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IAutomationAccountOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of accounts. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations 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 account operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IAutomationAccountOperations.PatchAsync(System.String,Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchParameters,System.Threading.CancellationToken)">
            <summary>
            Create an automation account. (see
            http://aka.ms/azureautomationsdk/automationaccountoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='parameters'>
            Parameters supplied to the patch automation account.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create account operation.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.Automation.IAutomationManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.ResourceNamespace">
            <summary>
            Gets or sets the resource namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.Automation.IAutomationManagementClient.AgentRegistrationInformation">
            <summary>
            Service operation for automation agent registration information.
            (see http://aka.ms/azureautomationsdk/agentregistrationoperations
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.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.Azure.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.Azure.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.Azure.Management.Automation.IAutomationManagementClient.CompilationJobs">
            <summary>
            Service operation for automation dsc configuration compile jobs.
            (see
            http://aka.ms/azureautomationsdk/dscccompilationjoboperations for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.Configurations">
            <summary>
            Service operation for configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.NodeConfigurations">
            <summary>
            Service operation for automation dsc node configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.Nodes">
            <summary>
            Service operation for dsc nodes. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.NodeReports">
            <summary>
            Service operation for node reports. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.HybridRunbookWorkerGroups">
            <summary>
            Service operation for automation hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.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.Azure.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.Azure.Management.Automation.IAutomationManagementClient.ObjectDataTypes">
            <summary>
            Service operation for automation object data types. (see
            http://aka.ms/azureautomationsdk/objectdatatypeoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.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.Azure.Management.Automation.IAutomationManagementClient.Statistics">
            <summary>
            Service operation for automation statistics. (see
            http://aka.ms/azureautomationsdk/statisticsoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.Automation.IAutomationManagementClient.TypeFields">
            <summary>
            Service operation for automation type fields. (see
            http://aka.ms/azureautomationsdk/typefieldoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.Usages">
            <summary>
            Service operation for automation usages. (see
            http://aka.ms/azureautomationsdk/usageoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.Variables">
            <summary>
            Service operation for automation variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Automation.IAutomationManagementClient.Webhooks">
            <summary>
            Service operation for automation webhook. (see
            http://aka.ms/azureautomationsdk/webhookoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.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.Azure.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="T:Microsoft.Azure.Management.Automation.ICertificateOperations">
            <summary>
            Service operation for automation certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ICertificateOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.CertificateCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create or update certificate
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ICertificateOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.ICertificateOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.ICertificateOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of certificates. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.ICertificateOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.CertificatePatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update a certificate. (see
            http://aka.ms/azureautomationsdk/certificateoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the patch 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="T:Microsoft.Azure.Management.Automation.IConnectionOperations">
            <summary>
            Service operation for automation connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IConnectionOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create or update connection
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update connection operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IConnectionOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IConnectionOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IConnectionOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of connections. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.IConnectionOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionPatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update a connection. (see
            http://aka.ms/azureautomationsdk/connectionoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the patch 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="T:Microsoft.Azure.Management.Automation.IConnectionTypeOperations">
            <summary>
            Service operation for automation connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IConnectionTypeOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create or update connectiontype
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update connection type
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IConnectionTypeOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the connectiontype. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IConnectionTypeOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IConnectionTypeOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of connectiontypes. (see
            http://aka.ms/azureautomationsdk/connectiontypeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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="T:Microsoft.Azure.Management.Automation.ICredentialOperations">
            <summary>
            Service operation for automation credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ICredentialOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create or update credential
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update credential operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ICredentialOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.ICredentialOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.ICredentialOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of credentials. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.ICredentialOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.CredentialPatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update a credential. (see
            http://aka.ms/azureautomationsdk/credentialoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the patch 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="T:Microsoft.Azure.Management.Automation.IDscCompilationJobOperations">
            <summary>
            Service operation for automation dsc configuration compile jobs. (see
            http://aka.ms/azureautomationsdk/dscccompilationjoboperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscCompilationJobOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates the Dsc compilation job of the configuration. (see
            http://aka.ms/azureautomationsdk/dscconfigurationcompilejoboperations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create compilation job operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create Dsc Compilation job operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscCompilationJobOperations.GetAsync(System.String,System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc configuration compilation job identified by job
            id. (see
            http://aka.ms/azureautomationsdk/dsccompilationjoboperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='jobId'>
            The Dsc configuration compilation job id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get Dsc compilation job operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscCompilationJobOperations.GetOutputAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IDscCompilationJobOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscCompilationJobListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of dsc compilation jobs. (see
            http://aka.ms/azureautomationsdk/compilationjoboperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IDscCompilationJobOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of dsc compilation jobs. (see
            http://aka.ms/azureautomationsdk/compilationjoboperations 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="T:Microsoft.Azure.Management.Automation.IDscConfigurationOperations">
            <summary>
            Service operation for configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscConfigurationOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the configuration identified by configuration name. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The create or update parameters for configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the configuration create response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscConfigurationOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the dsc configuration identified by configuration name.
            (see http://aka.ms/azureautomationsdk/configurationoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='configurationName'>
            The configuration 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.Azure.Management.Automation.IDscConfigurationOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the configuration identified by configuration name. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='configurationName'>
            The configuration name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscConfigurationOperations.GetContentAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the configuration script identified by configuration name.
            (see http://aka.ms/azureautomationsdk/configurationoperations for
            more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='configurationName'>
            The configuration name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscConfigurationOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscConfigurationOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of configurations. (see
            http://aka.ms/azureautomationsdk/configurationoperations 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 configuration operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations">
            <summary>
            Service operation for automation dsc node configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the node configuration identified by node configuration
            name. (see http://aka.ms/azureautomationsdk/dscnodeconfigurations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The create or update parameters for configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get Dsc node configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the Dsc node configurations by node configuration. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='nodeConfigurationName'>
            The Dsc node configuration 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.Azure.Management.Automation.IDscNodeConfigurationOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc node configurations by node configuration. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='nodeConfigurationName'>
            The Dsc node configuration name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get Dsc node configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of dsc node configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IDscNodeConfigurationOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of dsc node configrations. (see
            http://aka.ms/azureautomationsdk/dscnodeconfigurations 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="T:Microsoft.Azure.Management.Automation.IDscNodeOperations">
            <summary>
            Service operation for dsc nodes. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscNodeOperations.DeleteAsync(System.String,System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Delete the dsc node identified by node id. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            Automation account name.
            </param>
            <param name='nodeId'>
            The node 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.Azure.Management.Automation.IDscNodeOperations.GetAsync(System.String,System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the dsc node identified by node id. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='nodeId'>
            The node id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get dsc node operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscNodeOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of dsc nodes. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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 dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscNodeOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of configurations. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations 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 dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscNodeOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodePatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update the dsc node. (see
            http://aka.ms/azureautomationsdk/dscnodeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            Parameters supplied to the patch dsc node.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the patch dsc node operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.IDscNodeReportsOperations">
            <summary>
            Service operation for node reports. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.GetAsync(System.String,System.String,System.Guid,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc node report data by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='nodeId'>
            The Dsc node id.
            </param>
            <param name='reportId'>
            The report id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get dsc node report operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.GetContentAsync(System.String,System.String,System.Guid,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc node reports by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='nodeId'>
            The Dsc node id.
            </param>
            <param name='reportId'>
            The report id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get node report content operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.DscNodeReportListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc node report list by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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 dsc nodes operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IDscNodeReportsOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the Dsc node report list by node id and report id. (see
            http://aka.ms/azureautomationsdk/dscnodereportoperations 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 dsc nodes operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations">
            <summary>
            Service operation for automation hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            Automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            The hybrid runbook worker group 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.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            The hybrid runbook worker group name
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get hybrid runbook worker group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of hybrid runbook worker groups. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list hybrid runbook worker groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of hybrid runbook worker groups. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            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 hybrid runbook worker groups.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations.PatchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupPatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update a hybrid runbook worker group. (see
            http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='hybridRunbookWorkerGroupName'>
            The hybrid runbook worker group name
            </param>
            <param name='parameters'>
            The hybrid runbook worker group
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the patch hybrid runbook worker group
            operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.IJobOperations">
            <summary>
            Service operation for automation jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IJobOperations.CreateAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IJobOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IJobOperations.GetOutputAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IJobOperations.GetRunbookContentAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IJobOperations.ListAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.IJobOperations.ResumeAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IJobOperations.StopAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IJobOperations.SuspendAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.IJobScheduleOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a job schedule. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IJobScheduleOperations.DeleteAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IJobScheduleOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IJobScheduleOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of job schedules. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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.Azure.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.Azure.Management.Automation.IJobStreamOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IJobStreamOperations.GetTestJobStreamAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IJobStreamOperations.ListAsync(System.String,System.String,System.Guid,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.IJobStreamOperations.ListTestJobStreamsAsync(System.String,System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IModuleOperations">
            <summary>
            Service operation for automation modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IModuleOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The create or update parameters for module.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update module operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IModuleOperations.DeleteAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IModuleOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IModuleOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of modules. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.IModuleOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.ModulePatchParameters,System.Threading.CancellationToken)">
            <summary>
            Create the module identified by module name. (see
            http://aka.ms/azureautomationsdk/moduleoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The patch 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.Azure.Management.Automation.IObjectDataTypeOperations">
            <summary>
            Service operation for automation object data types. (see
            http://aka.ms/azureautomationsdk/objectdatatypeoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IObjectDataTypeOperations.ListFieldsByModuleAndTypeAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of fields of a given type identified by module
            name. (see
            http://aka.ms/azureautomationsdk/objectdatatypeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='moduleName'>
            The name of module.
            </param>
            <param name='typeName'>
            The name of type.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list fields operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IObjectDataTypeOperations.ListFieldsByTypeAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of fields of a given type across all accessible
            modules. (see
            http://aka.ms/azureautomationsdk/objectdatatypeoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='typeName'>
            The name of type.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list fields operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.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.Azure.Management.Automation.IRunbookDraftOperations.BeginPublishAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookDraftOperations.BeginUpdateAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookDraftOperations.BeginUpdateGraphAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookDraftOperations.ContentAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookDraftOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookDraftOperations.PublishAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookDraftOperations.UndoEditAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookDraftOperations.UpdateAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookDraftOperations.UpdateGraphAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookOperations">
            <summary>
            Service operation for automation runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IRunbookOperations.ContentAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The create or update 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.Azure.Management.Automation.IRunbookOperations.CreateOrUpdateWithDraftAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters,System.Threading.CancellationToken)">
            <summary>
            Create the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The create or update 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.Azure.Management.Automation.IRunbookOperations.DeleteAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IRunbookOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of runbooks. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.IRunbookOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.RunbookPatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update the runbook identified by runbook name. (see
            http://aka.ms/azureautomationsdk/runbookoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The patch 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.Azure.Management.Automation.IScheduleOperations">
            <summary>
            Service operation for automation schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IScheduleOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a schedule. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create or update schedule operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update schedule operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IScheduleOperations.DeleteAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IScheduleOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IScheduleOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of schedules. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.IScheduleOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.SchedulePatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update the schedule identified by schedule name. (see
            http://aka.ms/azureautomationsdk/scheduleoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the patch 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.Azure.Management.Automation.IStatisticsOperations">
            <summary>
            Service operation for automation statistics. (see
            http://aka.ms/azureautomationsdk/statisticsoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IStatisticsOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.StatisticsListParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieve the statistics for the account. (see
            http://aka.ms/azureautomationsdk/statisticsoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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 statistics operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.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.Azure.Management.Automation.ITestJobOperations.CreateAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.ITestJobOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.ITestJobOperations.ResumeAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Resume the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.ITestJobOperations.StopAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stop the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.ITestJobOperations.SuspendAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Suspend the test job. (see
            http://aka.ms/azureautomationsdk/testjoboperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.ITypeFieldOperations">
            <summary>
            Service operation for automation type fields. (see
            http://aka.ms/azureautomationsdk/typefieldoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.ITypeFieldOperations.ListAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of fields of a given type identified by module
            name. (see http://aka.ms/azureautomationsdk/typefieldoperations
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='moduleName'>
            The name of module.
            </param>
            <param name='typeName'>
            The name of type.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list fields operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.IUsageOperations">
            <summary>
            Service operation for automation usages. (see
            http://aka.ms/azureautomationsdk/usageoperations for more information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IUsageOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the usage for the account id. (see
            http://aka.ms/azureautomationsdk/usageoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get usage operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.IVariableOperations">
            <summary>
            Service operation for automation variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IVariableOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the create or update variable operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update variable operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IVariableOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IVariableOperations.GetAsync(System.String,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='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.Management.Automation.IVariableOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of variables. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.IVariableOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.VariablePatchParameters,System.Threading.CancellationToken)">
            <summary>
            Update a variable. (see
            http://aka.ms/azureautomationsdk/variableoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The parameters supplied to the patch 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.Azure.Management.Automation.IWebhookOperations">
            <summary>
            Service operation for automation webhook. (see
            http://aka.ms/azureautomationsdk/webhookoperations for more
            information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IWebhookOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create the webhook identified by webhook name. (see
            http://aka.ms/azureautomationsdk/webhookoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The create or update parameters for webhook.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the create or update webhook operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IWebhookOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the webhook by name. (see
            http://aka.ms/azureautomationsdk/webhookoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='webhookName'>
            The webhook 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.Azure.Management.Automation.IWebhookOperations.GenerateUriAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Generates a Uri for use in creating a webhook. (see
            http://aka.ms/azureautomationsdk/webhookoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the webhook get uri response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IWebhookOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the webhook identified by webhook name. (see
            http://aka.ms/azureautomationsdk/webhookoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='webhookName'>
            The webhook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get webhook operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IWebhookOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of webhooks. (see
            http://aka.ms/azureautomationsdk/webhookoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='runbookName'>
            The automation runbook name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list webhook operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IWebhookOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve next list of webhooks. (see
            http://aka.ms/azureautomationsdk/webhookoperations 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 webhook operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.IWebhookOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.WebhookPatchParameters,System.Threading.CancellationToken)">
            <summary>
            Patch the webhook identified by webhook name. (see
            http://aka.ms/azureautomationsdk/webhookoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='automationAccount'>
            The automation account name.
            </param>
            <param name='parameters'>
            The patch parameters for webhook.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the get webhook operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Automation.JobOperations">
            <summary>
            Service operation for automation jobs. (see
            http://aka.ms/azureautomationsdk/joboperations for more information)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.JobOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Automation.JobOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.JobOperations.CreateAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.JobOperations.GetAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.JobOperations.GetOutputAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.JobOperations.GetRunbookContentAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.JobOperations.ListAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.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.Azure.Management.Automation.JobOperations.ResumeAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.JobOperations.StopAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.JobOperations.SuspendAsync(System.String,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='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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.Azure.Management.Automation.JobOperationsExtensions.Create(Microsoft.Azure.Management.Automation.IJobOperations,System.String,System.String,Microsoft.Azure.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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.CreateAsync(Microsoft.Azure.Management.Automation.IJobOperations,System.String,System.String,Microsoft.Azure.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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.Get(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.GetOutput(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.GetOutputAsync(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.GetRunbookContent(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.GetRunbookContentAsync(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.List(Microsoft.Azure.Management.Automation.IJobOperations,System.String,System.String,Microsoft.Azure.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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.ListAsync(Microsoft.Azure.Management.Automation.IJobOperations,System.String,System.String,Microsoft.Azure.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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.ListNext(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.JobOperationsExtensions.ListNextAsync(Microsoft.Azure.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.Azure.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.Azure.Management.Automation.JobOperationsExtensions.Resume(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.ResumeAsync(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.Stop(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.StopAsync(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.Suspend(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.Management.Automation.JobOperationsExtensions.SuspendAsync(Microsoft.Azure.Management.Automation.IJobOperations,System.String,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.Azure.Management.Automation.IJobOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </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.Azure.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.Azure.Management.Automation.JobScheduleOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Automation.JobScheduleOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Automation.AutomationManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Automation.JobScheduleOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a job schedule. (see
            http://aka.ms/azureautomationsdk/jobscheduleoperations for more
            information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <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'>
  &nbs