Networking/Microsoft.WindowsAzure.Management.WebSites.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.WindowsAzure.Management.WebSites</name>
    </assembly>
    <members>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.CommandsOperations">
            <summary>
            Operations for invoking commands.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.ICommandsOperations">
            <summary>
            Operations for invoking commands.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ICommandsOperations.InvokeAsync(Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandParameters,System.Threading.CancellationToken)">
            <summary>
            Invoke a command on the website's VM.
            </summary>
            <param name='parameters'>
            The invoke command parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The invoke command operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.CommandsOperations.#ctor(Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient)">
            <summary>
            Initializes a new instance of the CommandsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.CommandsOperations.InvokeAsync(Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandParameters,System.Threading.CancellationToken)">
            <summary>
            Invoke a command on the website's VM.
            </summary>
            <param name='parameters'>
            Required. The invoke command parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The invoke command operation response.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.CommandsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.CommandsOperationsExtensions">
            <summary>
            The websites extensions client manages the web sites deployments, web
            jobs and other extensions.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.CommandsOperationsExtensions.Invoke(Microsoft.WindowsAzure.WebSitesExtensions.ICommandsOperations,Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandParameters)">
            <summary>
            Invoke a command on the website's VM.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ICommandsOperations.
            </param>
            <param name='parameters'>
            Required. The invoke command parameters.
            </param>
            <returns>
            The invoke command operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.CommandsOperationsExtensions.InvokeAsync(Microsoft.WindowsAzure.WebSitesExtensions.ICommandsOperations,Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandParameters)">
            <summary>
            Invoke a command on the website's VM.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ICommandsOperations.
            </param>
            <param name='parameters'>
            Required. The invoke command parameters.
            </param>
            <returns>
            The invoke command operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations">
            <summary>
            Operations for managing continuous WebJobs.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations">
            <summary>
            Operations for managing continuous WebJobs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a continuous job.
            </summary>
            <param name='jobName'>
            The continuous WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a continuous WebJob.
            </summary>
            <param name='jobName'>
            The continuous WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get continuous WebJob Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.GetSettingsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get the settings of a continuous WebJob.
            </summary>
            <param name='jobName'>
            The continuous WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The continuous WebJob settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            List the continuous web jobs.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list of continuous WebJobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.SetSettingsAsync(System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Set the settings of a continuous WebJob (will replace the current
            settings of the WebJob).
            </summary>
            <param name='jobName'>
            The continuous WebJob name.
            </param>
            <param name='settings'>
            The continuous WebJob settings.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.StartAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Start a continuous WebJob.
            </summary>
            <param name='jobName'>
            The WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.StopAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Stop a continuous WebJob.
            </summary>
            <param name='jobName'>
            The WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.UploadFileAsync(System.String,System.String,System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Create or replace a continuous WebJob with a script file (.exe,
            .bat, .php, .js...).
            </summary>
            <param name='jobName'>
            The continuous WebJob name.
            </param>
            <param name='fileName'>
            The file name.
            </param>
            <param name='jobContent'>
            The file content.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.UploadZipAsync(System.String,System.String,System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Create or replace a continuous WebJob with a zip file (containing
            the WebJob binaries).
            </summary>
            <param name='jobName'>
            The continuous WebJob name.
            </param>
            <param name='fileName'>
            The zip file name.
            </param>
            <param name='jobContent'>
            The zip file content.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations.#ctor(Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient)">
            <summary>
            Initializes a new instance of the ContinuousWebJobOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a continuous job.
            </summary>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a continuous WebJob.
            </summary>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get continuous WebJob Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations.GetSettingsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get the settings of a continuous WebJob.
            </summary>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The continuous WebJob settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            List the continuous web jobs.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list of continuous WebJobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations.SetSettingsAsync(System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Set the settings of a continuous WebJob (will replace the current
            settings of the WebJob).
            </summary>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='settings'>
            Required. The continuous WebJob settings.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations.StartAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Start a continuous WebJob.
            </summary>
            <param name='jobName'>
            Required. The WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations.StopAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Stop a continuous WebJob.
            </summary>
            <param name='jobName'>
            Required. The WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations.UploadFileAsync(System.String,System.String,System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Create or replace a continuous WebJob with a script file (.exe,
            .bat, .php, .js...).
            </summary>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='fileName'>
            Required. The file name.
            </param>
            <param name='jobContent'>
            Required. The file content.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations.UploadZipAsync(System.String,System.String,System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Create or replace a continuous WebJob with a zip file (containing
            the WebJob binaries).
            </summary>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='fileName'>
            Required. The zip file name.
            </param>
            <param name='jobContent'>
            Required. The zip file content.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions">
            <summary>
            The websites extensions client manages the web sites deployments, web
            jobs and other extensions.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.Delete(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String)">
            <summary>
            Delete a continuous job.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String)">
            <summary>
            Delete a continuous job.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.Get(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String)">
            <summary>
            Get a continuous WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <returns>
            The get continuous WebJob Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.GetAsync(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String)">
            <summary>
            Get a continuous WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <returns>
            The get continuous WebJob Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.GetSettings(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String)">
            <summary>
            Get the settings of a continuous WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <returns>
            The continuous WebJob settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.GetSettingsAsync(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String)">
            <summary>
            Get the settings of a continuous WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <returns>
            The continuous WebJob settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.List(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations)">
            <summary>
            List the continuous web jobs.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <returns>
            The list of continuous WebJobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.ListAsync(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations)">
            <summary>
            List the continuous web jobs.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <returns>
            The list of continuous WebJobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.SetSettings(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsUpdateParameters)">
            <summary>
            Set the settings of a continuous WebJob (will replace the current
            settings of the WebJob).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='settings'>
            Required. The continuous WebJob settings.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.SetSettingsAsync(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsUpdateParameters)">
            <summary>
            Set the settings of a continuous WebJob (will replace the current
            settings of the WebJob).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='settings'>
            Required. The continuous WebJob settings.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.Start(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String)">
            <summary>
            Start a continuous WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The WebJob name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.StartAsync(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String)">
            <summary>
            Start a continuous WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The WebJob name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.Stop(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String)">
            <summary>
            Stop a continuous WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The WebJob name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.StopAsync(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String)">
            <summary>
            Stop a continuous WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The WebJob name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.UploadFile(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String,System.String,System.IO.Stream)">
            <summary>
            Create or replace a continuous WebJob with a script file (.exe,
            .bat, .php, .js...).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='fileName'>
            Required. The file name.
            </param>
            <param name='jobContent'>
            Required. The file content.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.UploadFileAsync(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String,System.String,System.IO.Stream)">
            <summary>
            Create or replace a continuous WebJob with a script file (.exe,
            .bat, .php, .js...).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='fileName'>
            Required. The file name.
            </param>
            <param name='jobContent'>
            Required. The file content.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.UploadZip(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String,System.String,System.IO.Stream)">
            <summary>
            Create or replace a continuous WebJob with a zip file (containing
            the WebJob binaries).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='fileName'>
            Required. The zip file name.
            </param>
            <param name='jobContent'>
            Required. The zip file content.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ContinuousWebJobOperationsExtensions.UploadZipAsync(Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations,System.String,System.String,System.IO.Stream)">
            <summary>
            Create or replace a continuous WebJob with a zip file (containing
            the WebJob binaries).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The continuous WebJob name.
            </param>
            <param name='fileName'>
            Required. The zip file name.
            </param>
            <param name='jobContent'>
            Required. The zip file content.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperations">
            <summary>
            Operations for managing the repositories.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations">
            <summary>
            Operations for managing the repositories.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a deployment for a website.
            </summary>
            <param name='deploymentId'>
            The deployment identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The deployment information operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.GetLogAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a deployment log for a website.
            </summary>
            <param name='deploymentId'>
            The deployment identifier.
            </param>
            <param name='deploymentLogId'>
            The deployment log identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get log for a deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.ListAsync(Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters,System.Threading.CancellationToken)">
            <summary>
            List the deployments for a website.
            </summary>
            <param name='parameters'>
            Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list of deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.ListLogsAsync(System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters,System.Threading.CancellationToken)">
            <summary>
            List the logs for a deployment for a website.
            </summary>
            <param name='deploymentId'>
            The deployment identifier.
            </param>
            <param name='parameters'>
            Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list of deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.RedeployAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Redeploys a specific website deployment.
            </summary>
            <param name='deploymentId'>
            The deployment identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperations.#ctor(Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient)">
            <summary>
            Initializes a new instance of the DeploymentOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a deployment for a website.
            </summary>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The deployment information operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperations.GetLogAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a deployment log for a website.
            </summary>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <param name='deploymentLogId'>
            Required. The deployment log identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get log for a deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperations.ListAsync(Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters,System.Threading.CancellationToken)">
            <summary>
            List the deployments for a website.
            </summary>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list of deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperations.ListLogsAsync(System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters,System.Threading.CancellationToken)">
            <summary>
            List the logs for a deployment for a website.
            </summary>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list of deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperations.RedeployAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Redeploys a specific website deployment.
            </summary>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperationsExtensions">
            <summary>
            The websites extensions client manages the web sites deployments, web
            jobs and other extensions.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperationsExtensions.Get(Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations,System.String)">
            <summary>
            Gets a deployment for a website.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
            </param>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <returns>
            The deployment information operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperationsExtensions.GetAsync(Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations,System.String)">
            <summary>
            Gets a deployment for a website.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
            </param>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <returns>
            The deployment information operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperationsExtensions.GetLog(Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations,System.String,System.String)">
            <summary>
            Gets a deployment log for a website.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
            </param>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <param name='deploymentLogId'>
            Required. The deployment log identifier.
            </param>
            <returns>
            The get log for a deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperationsExtensions.GetLogAsync(Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations,System.String,System.String)">
            <summary>
            Gets a deployment log for a website.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
            </param>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <param name='deploymentLogId'>
            Required. The deployment log identifier.
            </param>
            <returns>
            The get log for a deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperationsExtensions.List(Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations,Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters)">
            <summary>
            List the deployments for a website.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            The list of deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperationsExtensions.ListAsync(Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations,Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters)">
            <summary>
            List the deployments for a website.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            The list of deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperationsExtensions.ListLogs(Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations,System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters)">
            <summary>
            List the logs for a deployment for a website.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
            </param>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            The list of deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperationsExtensions.ListLogsAsync(Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations,System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters)">
            <summary>
            List the logs for a deployment for a website.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
            </param>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            The list of deployments operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperationsExtensions.Redeploy(Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations,System.String)">
            <summary>
            Redeploys a specific website deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
            </param>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DeploymentOperationsExtensions.RedeployAsync(Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations,System.String)">
            <summary>
            Redeploys a specific website deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
            </param>
            <param name='deploymentId'>
            Required. The deployment identifier.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.DiagnosticOperations">
            <summary>
            Operations for managing the diagnostics settings.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations">
            <summary>
            Operations for managing the diagnostics settings.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.GetSettingsAsync(System.Threading.CancellationToken)">
            <summary>
            Get diagnostics settings.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get diagnostic settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.UpdateSettingsAsync(Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update diagnostics settings.
            </summary>
            <param name='parameters'>
            The diagnostics setting information new values.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DiagnosticOperations.#ctor(Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient)">
            <summary>
            Initializes a new instance of the DiagnosticOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DiagnosticOperations.GetSettingsAsync(System.Threading.CancellationToken)">
            <summary>
            Get diagnostics settings.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get diagnostic settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DiagnosticOperations.UpdateSettingsAsync(Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update diagnostics settings.
            </summary>
            <param name='parameters'>
            Required. The diagnostics setting information new values.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.DiagnosticOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.DiagnosticOperationsExtensions">
            <summary>
            The websites extensions client manages the web sites deployments, web
            jobs and other extensions.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DiagnosticOperationsExtensions.GetSettings(Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations)">
            <summary>
            Get diagnostics settings.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.
            </param>
            <returns>
            The get diagnostic settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DiagnosticOperationsExtensions.GetSettingsAsync(Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations)">
            <summary>
            Get diagnostics settings.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.
            </param>
            <returns>
            The get diagnostic settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DiagnosticOperationsExtensions.UpdateSettings(Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations,Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters)">
            <summary>
            Update diagnostics settings.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.
            </param>
            <param name='parameters'>
            Required. The diagnostics setting information new values.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.DiagnosticOperationsExtensions.UpdateSettingsAsync(Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations,Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters)">
            <summary>
            Update diagnostics settings.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.
            </param>
            <param name='parameters'>
            Required. The diagnostics setting information new values.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.IRepositoryOperations">
            <summary>
            Operations for managing the repository.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.IRepositoryOperations.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the repository.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations">
            <summary>
            Operations for managing the settings.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a setting.
            </summary>
            <param name='settingId'>
            The setting identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a setting.
            </summary>
            <param name='settingId'>
            The setting identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get setting operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Lists the settings.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.UpdateAsync(Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates a setting.
            </summary>
            <param name='parameters'>
            The setting value.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations">
            <summary>
            Operations for managing Triggered WebJobs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a triggered WebJob.
            </summary>
            <param name='jobName'>
            The triggered WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a triggered web job.
            </summary>
            <param name='jobName'>
            The triggered WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get triggered WebJob Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.GetRunAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a web job run.
            </summary>
            <param name='jobName'>
            The triggered WebJob name.
            </param>
            <param name='jobRunId'>
            The triggered WebJob run identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get triggered WebJob Run operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.GetSettingsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get the settings of a triggered WebJob.
            </summary>
            <param name='jobName'>
            The triggered WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The triggered WebJob settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            List the triggered WebJobs.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list of triggered WebJobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.ListRunsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            List the triggered WebJob runs.
            </summary>
            <param name='jobName'>
            The triggered WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The triggered WebJob run list operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.RunAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Run a triggered WebJob.
            </summary>
            <param name='jobName'>
            The triggered WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.SetSettingsAsync(System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Set the settings of a triggered WebJob (will replace the current
            settings of the WebJob).
            </summary>
            <param name='jobName'>
            The triggered WebJob name.
            </param>
            <param name='settings'>
            The triggered WebJob settings.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.UploadFileAsync(System.String,System.String,System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Create or replace a triggered WebJob with a script file (.exe,
            .bat, .php, .js...).
            </summary>
            <param name='jobName'>
            The triggered WebJob name.
            </param>
            <param name='fileName'>
            The file name.
            </param>
            <param name='jobContent'>
            The file content.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.UploadZipAsync(System.String,System.String,System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Create or replace a triggered WebJob with a zip file (containing
            the WebJob binaries).
            </summary>
            <param name='jobName'>
            The triggered WebJob name.
            </param>
            <param name='fileName'>
            The zip file name.
            </param>
            <param name='jobContent'>
            The zip file content.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations">
            <summary>
            Operations for managing web hosting plans beneath your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Web Hosting Plan. (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='parameters'>
            Web Hosting Plan Parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Web Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a Web Hosting Plan (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            The name of the web hosting plan.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details of an existing Web Hosting Plan (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            The name of the web hosting plan.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.GetHistoricalUsageMetricsAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve historical usage metrics for a site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            The name of the web hosting plan.
            </param>
            <param name='parameters'>
            Parameters supplied to the Get Historical Usage Metrics Web hosting
            plan operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Historical Usage Metrics Web hosting plan operation
            response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            You can list the web spaces under the current subscription by
            issuing a GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Web Hosting Plans operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates an existing Web Hosting Plan. (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            The name of the web hosting plan.
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Web Hosting Plan operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient">
            <summary>
            The websites extensions client manages the web sites deployments, web
            jobs and other extensions.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.Credentials">
            <summary>
            TBD.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.SiteName">
            <summary>
            The site name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.Commands">
            <summary>
            Operations for invoking commands.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.ContinuousWebJobs">
            <summary>
            Operations for managing continuous WebJobs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.Deployments">
            <summary>
            Operations for managing the repositories.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.Diagnostics">
            <summary>
            Operations for managing the diagnostics settings.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.Repository">
            <summary>
            Operations for managing the repository.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.Settings">
            <summary>
            Operations for managing the settings.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.IWebSiteExtensionsClient.TriggeredWebJobs">
            <summary>
            Operations for managing Triggered WebJobs.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient">
            <summary>
            The Web Sites Management API provides a RESTful set of web services
            that interact with the Windows Azure Web Sites service to manage your
            web sites. The API has entities that capture the relationship between
            an end user and Windows Azure Web Sites service. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.GetOperationStatusAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling a long-running operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, timed out, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the webspace for the website where the operation was
            targeted.
            </param>
            <param name='siteName'>
            The name of the site where the operation was targeted.
            </param>
            <param name='operationId'>
            The operation ID for the operation you wish to track. The operation
            ID is returned in the ID field in the body of the response for
            long-running operations.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.RegisterSubscriptionAsync(System.Threading.CancellationToken)">
            <summary>
            Register your subscription to use Azure Web Sites.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.UnregisterSubscriptionAsync(System.Threading.CancellationToken)">
            <summary>
            Unregister your subscription to use Azure Web Sites.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.WebHostingPlans">
            <summary>
            Operations for managing web hosting plans beneath your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.WebSites">
            <summary>
            Operations for managing the web sites in a web space. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.WebSpaces">
            <summary>
            Operations for managing web spaces beneath your subscription.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations">
            <summary>
            Operations for managing the web sites in a web space. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.ApplySlotConfigurationAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='targetSwapSlot'>
            The name of the target slot to be swapped with.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.BackupAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest,System.Threading.CancellationToken)">
            <summary>
            Backups a site on-demand.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='backupRequest'>
            A backup specification.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The backup record created based on the backup request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.BeginSwappingSlotsAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can swap a web site from one slot to another slot.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='sourceSlotName'>
            The name of the first web site slot to swap (source).
            </param>
            <param name='targetSlotName'>
            The name of the second web site slot to swap with (target).
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters,System.Threading.CancellationToken)">
            <summary>
            You can create a web site by using a POST request that includes the
            name of the web site and other information in the request body.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166986.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.CreateHybridConnectionAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates an association to a hybrid connection for a web site.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='siteName'>
            The name of the web site.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create Hybrid Connection operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.CreateRepositoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository create operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.DeleteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteParameters,System.Threading.CancellationToken)">
            <summary>
            You can delete a web site by issuing an HTTP DELETE request. If the
            web site being deleted is the only site remaining in a server
            farm, you can optionally delete the server farm as well by using
            the deleteEmptyServerFarm parameter. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236430.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='parameters'>
            Parameters supplied to the Delete Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.DeleteHybridConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a hybrid connection on a specific site.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='hybridConnectionName'>
            The name of the hybrid connection entity
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.DeleteRepositoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository delete operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Delete Repository Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.DiscoverAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest,System.Threading.CancellationToken)">
            <summary>
            Scans a backup in a storage account and returns database
            information etc. Should be called before calling Restore to
            discover what parameters are needed for the restore operation.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='restoreRequest'>
            A restore request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The information gathered about a backup storaged in a storage
            account.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.GeneratePasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can generate a new random password for publishing a site by
            issuing an HTTP POST request. Tip: If you want to verify that the
            publish password has changed, issue an HTTP GET on /publishxml
            before calling /newpassword. In the publish XML, note the hash
            value in the userPWD attribute. After calling /newpassword, call
            /publishxml again. You can then compare the new value of userPWD
            in the Publish XML with the one you noted earlier. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236428.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.GetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve details for a web site by issuing an HTTP GET
            request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167007.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='parameters'>
            Parameters supplied to the Get Web Site Operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.GetBackupConfigurationAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a schedule configuration for site backups.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Scheduled backup definition.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.GetConfigurationAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Configuration Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.GetHistoricalUsageMetricsAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve historical usage metrics for a site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='parameters'>
            Parameters supplied to the Get Historical Usage Metrics Web Site
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Historical Usage Metrics Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.GetHybridConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a particular hybrid connection that belongs to a specific
            site.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='hybridConnectionName'>
            The name of the hybrid connection entity
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.GetInstanceIdsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the list of active instances by ids for a web site
            by issuing an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The web site instance ids response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.GetPublishProfileAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the publish settings information for a web site by
            issuing an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Publish Profile Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.GetRepositoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository get operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Repository Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.GetSlotConfigNamesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.GetUsageMetricsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can retrieve current usage metrics for a site by issuing an
            HTTP GET request. The metrics returned include CPU Time, Data In,
            Data Out, Local Bytes Read, Local Bytes Written, Network Bytes
            Read, Network Bytes Written, WP Stop Requests, Memory Usage, CPU
            Time - Minute Limit, and File System Storage. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166991.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Usage Metrics Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.IsHostnameAvailableAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Determines if a host name is available.
            </summary>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Is Hostname Available Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.ListBackupsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of all backups which are tracked by the system.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of backups for the website.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.ListHybridConnectionsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a list of all hybrid connections on a specific web site.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.ResetSlotConfigurationAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.RestartAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can restart a web site by issuing an HTTP POST request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236425.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.RestoreAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest,System.Threading.CancellationToken)">
            <summary>
            Restores a site to either a new site or existing site (Overwrite
            flag has to be set to true for that).
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='restoreRequest'>
            A restore request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Restore operation information.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.SwapSlotsAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can swap a web site from one slot to another slot.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='sourceSlotName'>
            The name of the first web site slot to swap (source).
            </param>
            <param name='targetSlotName'>
            The name of the second web site slot to swap with (target).
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.SyncRepositoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository sync operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            You can update the settings for a web site by using the HTTP PUT
            method and by specifying the settings in the request body. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167005.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Update Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.UpdateBackupConfigurationAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest,System.Threading.CancellationToken)">
            <summary>
            Updates a backup schedule for a site.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='backupRequest'>
            A backup schedule specification.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.UpdateConfigurationAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters,System.Threading.CancellationToken)">
            <summary>
            You can update the config settings for a web site by issuing an
            HTTP PUT with a request body containing the updated settings.
            (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Configuration Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.UpdateHybridConnectionAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates an association to a hybrid connection for a web site.
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='siteName'>
            The name of the web site.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create Hybrid Connection operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.UpdateSlotConfigNamesAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNamesUpdate,System.Threading.CancellationToken)">
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='parameters'>
            The parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations">
            <summary>
            Operations for managing web spaces beneath your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.CreatePublishingUserAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a source control user with permissions to publish to this
            web space.
            </summary>
            <param name='username'>
            The user name.
            </param>
            <param name='password'>
            The user password.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create Publishing User operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Publishing User operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            You can retrieve details for a specified web space name by issuing
            an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167017.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Space Details operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.GetDnsSuffixAsync(System.Threading.CancellationToken)">
            <summary>
            Get the DNS Suffix for this subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get DNS Suffix operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            You can list the web spaces under the current subscription by
            issuing a GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Web Spaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.ListGeoRegionsAsync(System.Threading.CancellationToken)">
            <summary>
            Get the available geo regions for this web space.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Geo Regions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.ListPublishingUsersAsync(System.Threading.CancellationToken)">
            <summary>
            Get the source control users allowed to publish to this web space.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Publishing Users operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.ListWebSitesAsync(System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteListParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve a list of all web sites in a web space by issuing
            an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236429.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            The name of the web space.
            </param>
            <param name='parameters'>
            Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Web Sites operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem">
            <summary>
            A specific backup.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.#ctor">
            <summary>
            Initializes a new instance of the BackupItem class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.BlobName">
            <summary>
            Optional. The blob name where the backup is stored, e.g.
            mysite1_20140506.zip
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.CorrelationId">
            <summary>
            Optional. Internal correlation identifier - identifies a specific
            backup.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.Created">
            <summary>
            Optional. Timestamp when the backup has been created.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.Databases">
            <summary>
            Optional. Database settings for backup.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.FinishedTimeStamp">
            <summary>
            Optional. Timestamp when this backup has been finished and a zip
            file has been uploaded to a storage account.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.LastRestoreTimeStamp">
            <summary>
            Optional. Timestamp when this backup has been used for a restore
            operation (empty if it wasn't).
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.Log">
            <summary>
            Optional. Information about the backup, usually used only if there
            was an error.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.Name">
            <summary>
            Optional. The name of this backup.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.Scheduled">
            <summary>
            Optional. True if this backup has been created as a part of a
            scheduled backup; false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.SizeInBytes">
            <summary>
            Optional. Size of the backup zip file in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.Status">
            <summary>
            Optional. The status of the backup - e.g. Succeeded or Failed
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem.StorageAccountUrl" -->
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItemStatus">
            <summary>
            Backup status
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItemStatus.InProgress">
            <summary>
            In progress
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItemStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItemStatus.Succeeded">
            <summary>
            Succeeded
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItemStatus.TimedOut">
            <summary>
            Timed out
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItemStatus.Created">
            <summary>
            Created, pending
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItemStatus.Skipped">
            <summary>
            Skipped
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.BackupItemStatus.PartiallySucceeded">
            <summary>
            Partially succeeded. Some file were not included in the backup due
            to locking conflicts
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest">
            <summary>
            A specific backup.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest.#ctor">
            <summary>
            Initializes a new instance of the BackupRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest.BackupSchedule">
            <summary>
            Optional. The backup schedule structure - valid only when setting
            up a schedule. Should be Null for on-demand backups.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest.Databases">
            <summary>
            Optional. Database settings for backup.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest.Enabled">
            <summary>
            Optional. Valid only for a backup schedule (can be Null for
            on-demand backups). True if enabled; false if disabled (no backups
            will be performed).
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest.Name">
            <summary>
            Optional. The name of this backup - will be used for generating a
            blob name.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest.StorageAccountUrl" -->
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.BackupSchedule">
            <summary>
            Defines a backup schedule for a website.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.BackupSchedule.#ctor">
            <summary>
            Initializes a new instance of the BackupSchedule class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupSchedule.FrequencyInterval">
            <summary>
            Optional. The frequency of backups.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupSchedule.FrequencyUnit">
            <summary>
            Optional. Units for FrequencyInterval - e.g. Day or Hour
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupSchedule.KeepAtLeastOneBackup">
            <summary>
            Optional. Retention policy deletes backups after predefined number
            of days. If this is true, there will be always at least one backup
            left. regardless of the policy. If false, all backups can be
            deleted.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupSchedule.LastExecutionTime">
            <summary>
            Optional. The last time when this schedule started a backup, Null
            if didn't start anything yet.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupSchedule.RetentionPeriodInDays">
            <summary>
            Optional. Backups older N days (N defined by this value) will be
            automatically deleted.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.BackupSchedule.StartTime">
            <summary>
            Optional. When this schedule should start backing up the site. Null
            means immediately.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.CommandResult">
            <summary>
            The invoke command result.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.CommandResult.#ctor">
            <summary>
            Initializes a new instance of the CommandResult class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.CommandResult.Error">
            <summary>
            Optional. The error.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.CommandResult.ExitCode">
            <summary>
            Optional. The exit code
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.CommandResult.Output">
            <summary>
            Optional. The output.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJob">
            <summary>
            Continuous WebJob.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobBase.#ctor">
            <summary>
            Initializes a new instance of the WebJobBase class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobBase.Error">
            <summary>
            Optional. The error if there was one.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobBase.ExtraInfoUrl">
            <summary>
            Optional. The extra information url.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobBase.Name">
            <summary>
            Optional. The name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobBase.RunCommand">
            <summary>
            Optional. The run command.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobBase.Type">
            <summary>
            Optional. The type.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobBase.Url">
            <summary>
            Optional. The url.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobBase.UsingSdk">
            <summary>
            Optional. True if the job is using the WebJobs SDK otherwise false.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJob.#ctor">
            <summary>
            Initializes a new instance of the ContinuousWebJob class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJob.DetailedStatus">
            <summary>
            Optional. Detailed status provides the status of the job in each
            instance.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJob.LogUrl">
            <summary>
            Optional. The url to the job's log file.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJob.Status">
            <summary>
            Optional. The job status.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobGetResponse">
            <summary>
            The get continuous WebJob Operation Response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ContinuousWebJobGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobGetResponse.ContinuousWebJob">
            <summary>
            Optional. The continuous WebJob.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobListResponse">
            <summary>
            The list of continuous WebJobs operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobListResponse.#ctor">
            <summary>
            Initializes a new instance of the ContinuousWebJobListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ContinuousWebJobs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ContinuousWebJobs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobListResponse.ContinuousWebJobs">
            <summary>
            Optional. The list of continuous WebJobs.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse">
            <summary>
            The continuous WebJob settings operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse.#ctor">
            <summary>
            Initializes a new instance of the ContinuousWebJobSettingsResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse.IsSingleton">
            <summary>
            Optional. If a continuous job is set as singleton it'll run only on
            a single instance opposed to running on all instances.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsResponse.ShutdownGraceTimeInSeconds">
            <summary>
            Optional. Specify the time in seconds to wait for the WebJob to
            gracefully shutdown.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsUpdateParameters">
            <summary>
            The continuous WebJob settings update parameters.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ContinuousWebJobSettingsUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsUpdateParameters.IsSingleton">
            <summary>
            Optional. If a continuous job is set as singleton it'll run only on
            a single instance opposed to running on all instances.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.ContinuousWebJobSettingsUpdateParameters.ShutdownGraceTimeInSeconds">
            <summary>
            Optional. Specify the time in seconds to wait for the WebJob to
            gracefully shutdown.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.DatabaseBackupSetting">
            <summary>
            A specific backup.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.DatabaseBackupSetting.#ctor">
            <summary>
            Initializes a new instance of the DatabaseBackupSetting class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.DatabaseBackupSetting.ConnectionString">
            <summary>
            Optional. Contains a connection string to a database which is being
            backed up/restored. If the restore should happen to a new
            database, the database name inside is the new one.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.DatabaseBackupSetting.ConnectionStringName">
            <summary>
            Optional. Contains a connection string name that is linked to the
            SiteConfig.ConnectionStrings.This is used during restore with
            overwrite connection strings options.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.DatabaseBackupSetting.DatabaseType">
            <summary>
            Optional. The database type (either SqlAzure or MySql)
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Microsoft.WindowsAzure.Management.WebSites.Models.DatabaseBackupSetting.Name" -->
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment">
            <summary>
            Describes a deployment.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.#ctor">
            <summary>
            Initializes a new instance of the Deployment class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.Active">
            <summary>
            Optional. Indicates if the deployment is active.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.Author">
            <summary>
            Optional. The author.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.AuthorEmail">
            <summary>
            Optional. The author's email.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.Complete">
            <summary>
            Optional. Indicates if the deployment is complete.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.Deployer">
            <summary>
            Optional. The deployer.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.EndTime">
            <summary>
            Optional. The end time.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.Id">
            <summary>
            Optional. The identifier.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.IsReadOnly">
            <summary>
            Optional. Indicates if the deployment is read only.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.IsTemp">
            <summary>
            Optional. Indicates if the deployment is temporary.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.LastSuccessEndTime">
            <summary>
            Optional. The last success end time.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.LogUrl">
            <summary>
            Optional. The deployment log URL.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.Message">
            <summary>
            Optional. The message.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.Progress">
            <summary>
            Optional. The progress.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.ReceivedTime">
            <summary>
            Optional. The received time.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.SiteName">
            <summary>
            Optional. The deployment site name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.StartTime">
            <summary>
            Optional. The start time.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.Status">
            <summary>
            Optional. The status.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.StatusText">
            <summary>
            Optional. The status text.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.Deployment.Url">
            <summary>
            Optional. The deployment URL.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse">
            <summary>
            The get log for a deployments operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse.#ctor">
            <summary>
            Initializes a new instance of the DeploymentGetLogResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse.Log">
            <summary>
            Optional. The deployment log information.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse">
            <summary>
            The deployment information operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DeploymentGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse.Deployment">
            <summary>
            Optional. The deployment information.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse">
            <summary>
            The list of deployments operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse.#ctor">
            <summary>
            Initializes a new instance of the DeploymentListLogsResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse.GetEnumerator">
            <summary>
            Gets the sequence of Logs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Logs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse.Logs">
            <summary>
            Optional. The list of logs.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters">
            <summary>
            The Get Web Site operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters.#ctor">
            <summary>
            Initializes a new instance of the DeploymentListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters.OrderBy">
            <summary>
            Optional. The order by query criteria.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters.Top">
            <summary>
            Optional. The top query criteria.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListResponse">
            <summary>
            The list of deployments operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListResponse.#ctor">
            <summary>
            Initializes a new instance of the DeploymentListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Deployments.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Deployments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListResponse.Deployments">
            <summary>
            Optional. The list of deployments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentLog">
            <summary>
            Describes a deployment log.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentLog.#ctor">
            <summary>
            Initializes a new instance of the DeploymentLog class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentLog.DetailsUrl">
            <summary>
            Optional. The details URL.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentLog.Id">
            <summary>
            Optional. The identifier.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentLog.LogTime">
            <summary>
            Optional. The log time stamp.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentLog.Message">
            <summary>
            Optional. The deployment message.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentLog.Type">
            <summary>
            Optional. The type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.DeployStatus">
            <summary>
            Deployment status.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticGetResponse">
            <summary>
            The get diagnostic settings operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DiagnosticGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticGetResponse.Settings">
            <summary>
            Optional. The diagnostics setting information.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters">
            <summary>
            The diagnostic settings update operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the DiagnosticUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters.Settings">
            <summary>
            Optional. The setting values.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.FrequencyUnit">
            <summary>
            Defines the unit for the backup frequency
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.FrequencyUnit.Day">
            <summary>
            Units are days
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.FrequencyUnit.Hour">
            <summary>
            Units are hours
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetric">
            <summary>
            Historical metric snapshot for the web site.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetric.#ctor">
            <summary>
            Initializes a new instance of the HistoricalUsageMetric class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetric.Code">
            <summary>
            Optional. Reports whether the metric data was returned successfully.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetric.Data">
            <summary>
            Optional. Historical metric snapshot data for the web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetric.Message">
            <summary>
            Optional. A string for optional message content.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricData">
            <summary>
            Historical metric snapshot data for the web site.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricData.#ctor">
            <summary>
            Initializes a new instance of the HistoricalUsageMetricData class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricData.DisplayName">
            <summary>
            Optional. The display name of the metric, including spaces.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricData.EndTime">
            <summary>
            Optional. The end time of the data reported.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricData.Name">
            <summary>
            Optional. The name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricData.PrimaryAggregationType">
            <summary>
            Optional. The primary data aggregation type. This value is usually
            Total.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricData.StartTime">
            <summary>
            Optional. The start time of the data reported.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricData.TimeGrain">
            <summary>
            Optional. Length of time (rollup) during which the information was
            gathered. For more information, see Supported Rollups.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricData.Unit">
            <summary>
            Optional. The unit of measurement for the metric (for example,
            milliseconds, bytes, or count).
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricData.Values">
            <summary>
            Optional. One or more MetricSample elements.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricNames">
            <summary>
            Supported historical usage metric names.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricSample">
            <summary>
            Historical metric snapshot data sample.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricSample.#ctor">
            <summary>
            Initializes a new instance of the HistoricalUsageMetricSample class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricSample.Count">
            <summary>
            Optional. The metric sample count. This value is usually 1.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricSample.InstanceName">
            <summary>
            Optional. Name of the instance for which the metric applies. If
            empty the metric is aggregated on all instances.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricSample.Maximum">
            <summary>
            Optional. Maximum value recorded.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricSample.Minimum">
            <summary>
            Optional. Minimum value recorded.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricSample.TimeCreated">
            <summary>
            Optional. Time the metric was taken.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricSample.Total">
            <summary>
            Optional. Value of the metric sample for the time taken.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnection">
            <summary>
            Describes a Biztalk Hybrid Connection for a web site.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnection.#ctor">
            <summary>
            Initializes a new instance of the HybridConnection class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnection.BiztalkUri">
            <summary>
            Optional. The resource uri of the biztalk service. This field is
            optional; Without it the Azure Portal will not be able to display
            the biztalk service for this connection properly.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnection.EntityConnectionString">
            <summary>
            Optional. The biztalk application connection string for this
            connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnection.EntityName">
            <summary>
            Optional. The unique name for this connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnection.Hostname">
            <summary>
            Optional. The hostname of the target on-premise resource
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnection.Port">
            <summary>
            Optional. The port of the target on-premise resource
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnection.ResourceConnectionString">
            <summary>
            Optional. Reserved for future use. The connection string for the
            resource. This field is optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnection.ResourceType">
            <summary>
            Optional. Reserved for future use. The type of resource to be
            connected. This field is optional.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters">
            <summary>
            Parameters supplied to the Create Hybrid Connection operation
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the HybridConnectionCreateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters.BiztalkUri">
            <summary>
            Required. The resource uri of the biztalk service. This field can
            be left empty; Without it the Azure Portal will not be able to
            display the biztalk service for this connection properly.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters.EntityConnectionString">
            <summary>
            Required. The biztalk application connection string for this
            connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters.EntityName">
            <summary>
            Required. The unique name for this connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters.Hostname">
            <summary>
            Required. The hostname of the target on-premise resource
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters.Port">
            <summary>
            Required. The port of the target on-premise resource
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters.ResourceConnectionString">
            <summary>
            Required. Reserved for future use. The connection string for the
            resource. This field can be left empty.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters.ResourceType">
            <summary>
            Required. Reserved for future use. The type of resource to be
            connected. This field can be left empty.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateResponse">
            <summary>
            The Create Hybrid Connection operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the HybridConnectionCreateResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateResponse.HybridConnection">
            <summary>
            Optional. Details for the requested hybrid connection
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionGetResponse">
            <summary>
            The Get Hybrid Connection operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionGetResponse.#ctor">
            <summary>
            Initializes a new instance of the HybridConnectionGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionGetResponse.HybridConnection">
            <summary>
            Optional. Details for the requested hybrid connection
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionListResponse">
            <summary>
            The List Hybrid Connection operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionListResponse.#ctor">
            <summary>
            Initializes a new instance of the HybridConnectionListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionListResponse.GetEnumerator">
            <summary>
            Gets the sequence of HybridConnections.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of HybridConnections.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionListResponse.HybridConnections">
            <summary>
            Optional. Details for the hybrid connections.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters">
            <summary>
            Parameters supplied to the Create Hybrid Connection operation
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the HybridConnectionUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HybridConnectionUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters.BiztalkUri">
            <summary>
            Optional. The resource uri of the biztalk service. This field can
            be left empty; Without it the Azure Portal will not be able to
            display the biztalk service for this connection properly.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters.EntityConnectionString">
            <summary>
            Optional. The biztalk application connection string for this
            connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters.EntityName">
            <summary>
            Required. The unique name for this connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters.Hostname">
            <summary>
            Optional. The hostname of the target on-premise resource
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters.Port">
            <summary>
            Optional. The port of the target on-premise resource
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters.ResourceConnectionString">
            <summary>
            Optional. Reserved for future use. The connection string for the
            resource. This field can be left empty.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters.ResourceType">
            <summary>
            Optional. Reserved for future use. The type of resource to be
            connected. This field can be left empty.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandParameters">
            <summary>
            The invoke command parameters.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandParameters.#ctor">
            <summary>
            Initializes a new instance of the InvokeCommandParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandParameters.Command">
            <summary>
            Optional. The command to invoke.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandParameters.Directory">
            <summary>
            Optional. The directory to invoke command in.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandResponse">
            <summary>
            The invoke command operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandResponse.#ctor">
            <summary>
            Initializes a new instance of the InvokeCommandResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.InvokeCommandResponse.CommandResult">
            <summary>
            Optional. The invoke command result.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.LogEntryType">
            <summary>
            The log entry type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.ManagedPipelineMode">
            <summary>
            The managed pipeline mode of a web site.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.ManagedPipelineMode.Integrated">
            <summary>
            Integrated Managed Pipeline Mode.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.ManagedPipelineMode.Classic">
            <summary>
            Classic Managed Pipeline Mode.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.RampUpRule">
            <summary>
            Specifies a routing rule which can divert traffic to different site
            based on re-route percentage and host name.and can ramp up/down
            traffic based on metrics based algorithm or based on custom logic
            exposed as REST API
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.RoutingRule">
            <summary>
            Specifies a routing rule which can divert traffic to different site
            based on re-route percentage and host name.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.RoutingRule.#ctor">
            <summary>
            Initializes a new instance of the RoutingRule class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RoutingRule.Name">
            <summary>
            Optional. A string that contains name of the rule. It has to be
            unique in the collection of rules.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.RampUpRule.#ctor">
            <summary>
            Initializes a new instance of the RampUpRule class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RampUpRule.ActionHostName">
            <summary>
            Optional. A string that contains host name of the other site which
            will take part of the re-reouted traffic
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RampUpRule.ChangeDecisionCallbackUrl">
            <summary>
            Optional. A string that contains callback REST API method to
            determine change direction and step.This property is optional
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RampUpRule.ChangeIntervalInMinutes">
            <summary>
            Optional. A number that contains interval in minutes to evaluate
            health of the re-reouted site and change reoute percentage with
            the step. This property is optional
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RampUpRule.ChangeStep">
            <summary>
            Optional. A number that contains reroute percentage change that
            would occur on each interval. This property is optional
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RampUpRule.MaxReroutePercentage">
            <summary>
            Optional. A number that contains maximum reeoute percentage.
            Default is 1000. This property is optional
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RampUpRule.MinReroutePercentage">
            <summary>
            Optional. A number that contains minimum reeoute percentage.
            Default is 0. This property is optional
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RampUpRule.ReroutePercentage">
            <summary>
            Optional. A number that contains percentage of the traffic to be
            re-reouted.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.RemoteDebuggingVersion">
            <summary>
            The remote debugging version.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.RemoteDebuggingVersion.VS2012">
            <summary>
            Visual Studio 2012.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.RemoteDebuggingVersion.VS2013">
            <summary>
            Visual Studio 2013.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.RemoteDebuggingVersion.VS2015">
            <summary>
            Visual Studio 2015.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest">
            <summary>
            Restore request to either a new or an existing site.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest.#ctor">
            <summary>
            Initializes a new instance of the RestoreRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest.AdjustConnectionStrings">
            <summary>
            Optional. If the restore operation also restores a database along
            with the website and the database is on a different server than
            when the original site h
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest.BlobName">
            <summary>
            Optional. The blob name where the backup is stored. E.g.
            mysite1_20140203.zip
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest.Databases">
            <summary>
            Optional. Database settings for backup.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest.IgnoreConflictingHostNames">
            <summary>
            Optional. When restoring a site, custom domains might conflict with
            other site in the same datacenter. If this value is true, such
            hostnames will be ignored during restore. If this is false, the
            restore operation will fail on such conflict.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest.Overwrite">
            <summary>
            Optional. True if the restore operation will be used for overwrite
            an existing site; false otherwise.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest.StorageAccountUrl" -->
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsGetResponse">
            <summary>
            The get setting operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsGetResponse.#ctor">
            <summary>
            Initializes a new instance of the SettingsGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsGetResponse.Value">
            <summary>
            Optional. The setting value.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsListResponse">
            <summary>
            The list settings operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsListResponse.#ctor">
            <summary>
            Initializes a new instance of the SettingsListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsListResponse.Settings">
            <summary>
            Optional. The setting information.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsUpdateParameters">
            <summary>
            The settings update parameters.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the SettingsUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsUpdateParameters.Settings">
            <summary>
            Optional. The setting values.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.SiteAuthSettings">
            <summary>
            The Authentication / Authorization settings of a web site.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.SiteAuthSettings.#ctor">
            <summary>
            Initializes a new instance of the SiteAuthSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.SiteAuthSettings.AADClientId">
            <summary>
            Optional. Gets or sets the OpenID Connection client_id value for
            the web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.SiteAuthSettings.OpenIdIssuer">
            <summary>
            Optional. Gets or sets the OpenID Connect issuer URL value for the
            web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.SkuOptions">
            <summary>
            Usage of a web site's quota.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNames">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNames.#ctor">
            <summary>
            Initializes a new instance of the SlotConfigNames class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNames.AppSettingNames">
            <summary>
            Optional. One or more string elements that list the name of the app
            setting that will not be moved durig site swap. For example, if
            slot named staging has setting EnableVerboseLogging=1, it
            shouldn't be moved when swapped with production slot but should
            take the current value from production.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNames.ConnectionStringNames">
            <summary>
            Optional. One or more string elements that list the name of the
            connection string setting that will not be moved durig site swap.
            For example, if slot named staging has connection UsersDatabase
            that points to staging test database, it shouldn't be moved when
            swapped with production slot but should take the current value
            from production.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNamesUpdate">
            <summary>
            The parameters supplied to update slot config names.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNamesUpdate.#ctor">
            <summary>
            Initializes a new instance of the SlotConfigNamesUpdate class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNamesUpdate.AppSettingNames">
            <summary>
            Optional. One or more string elements that list the name of the app
            setting that will not be moved durig site swap. For example, if
            slot named staging has setting EnableVerboseLogging=1, it
            shouldn't be moved when swapped with production slot but should
            take the current value from production.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNamesUpdate.ConnectionStringNames">
            <summary>
            Optional. One or more string elements that list the name of the
            connection string setting that will not be moved durig site swap.
            For example, if slot named staging has connection UsersDatabase
            that points to staging test database, it shouldn't be moved when
            swapped with production slot but should take the current value
            from production.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJob">
            <summary>
            Triggered WebJob.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJob.#ctor">
            <summary>
            Initializes a new instance of the TriggeredWebJob class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJob.HistoryUrl">
            <summary>
            Optional. The url to get the latest job runs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJob.LatestRun">
            <summary>
            Optional. The latest run information.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobGetResponse">
            <summary>
            The get triggered WebJob Operation Response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobGetResponse.#ctor">
            <summary>
            Initializes a new instance of the TriggeredWebJobGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobGetResponse.TriggeredWebJob">
            <summary>
            Optional. The triggered web job.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobGetRunResponse">
            <summary>
            The get triggered WebJob Run operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobGetRunResponse.#ctor">
            <summary>
            Initializes a new instance of the TriggeredWebJobGetRunResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobGetRunResponse.TriggeredJobRun">
            <summary>
            Optional. The triggered WebJob run.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobListResponse">
            <summary>
            The list of triggered WebJobs operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobListResponse.#ctor">
            <summary>
            Initializes a new instance of the TriggeredWebJobListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobListResponse.GetEnumerator">
            <summary>
            Gets the sequence of TriggeredWebJobs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of TriggeredWebJobs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobListResponse.TriggeredWebJobs">
            <summary>
            Optional. The list of triggered WebJobs.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRun">
            <summary>
            Triggered WebJob run.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRun.#ctor">
            <summary>
            Initializes a new instance of the TriggeredWebJobRun class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRun.Duration">
            <summary>
            Optional. The duration.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRun.EndTime">
            <summary>
            Optional. The end time.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRun.Id">
            <summary>
            Optional. The identifier.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRun.JobName">
            <summary>
            Optional. The WebJob name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRun.OutputUrl">
            <summary>
            Optional. The url to get the WebJob run log.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRun.StartTime">
            <summary>
            Optional. The start time.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRun.Status">
            <summary>
            Optional. The status.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRun.Url">
            <summary>
            Optional. The url for this WebJob run.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRunListResponse">
            <summary>
            The triggered WebJob run list operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRunListResponse.#ctor">
            <summary>
            Initializes a new instance of the TriggeredWebJobRunListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRunListResponse.GetEnumerator">
            <summary>
            Gets the sequence of TriggeredWebJobRuns.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRunListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of TriggeredWebJobRuns.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobRunListResponse.TriggeredWebJobRuns">
            <summary>
            Optional. The list of job runs.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsResponse">
            <summary>
            The triggered WebJob settings operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsResponse.#ctor">
            <summary>
            Initializes a new instance of the TriggeredWebJobSettingsResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsResponse.ShutdownGraceTimeInSeconds">
            <summary>
            Optional. The time in seconds to wait for the WebJob to gracefully
            shutdown.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsUpdateParameters">
            <summary>
            The continuous WebJob settings update parameters.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            TriggeredWebJobSettingsUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsUpdateParameters.ShutdownGraceTimeInSeconds">
            <summary>
            Optional. Specify the time in seconds to wait for the WebJob to
            gracefully shutdown.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlan">
            <summary>
            A web hosting plan associated with the specified subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlan.#ctor">
            <summary>
            Initializes a new instance of the WebHostingPlan class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlan.AdminSiteName">
            <summary>
            Optional. The admin site. The admin site is used to deploy site
            extensions or contents shared by all site in the plan.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlan.Name">
            <summary>
            Optional. Name of the Web hosting plan.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlan.NumberOfWorkers">
            <summary>
            Optional. The requested number of workers.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlan.SKU">
            <summary>
            Optional. SKU of the Web hosting plan.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlan.WorkerSize">
            <summary>
            Optional. The worker size. Possible values are Small, Medium, and
            Large. For JSON, the equivalents are 0 = Small, 1 = Medium, and 2
            = Large.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters">
            <summary>
            Parameters supplied to the Create Web Web Hosting Plan operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the WebHostingPlanCreateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebHostingPlanCreateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters.AdminSiteName">
            <summary>
            Optional. The admin site. The admin site is used to deploy site
            extensions or contents shared by all site in the plan.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters.Name">
            <summary>
            Required. Name of the Web hosting plan.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters.NumberOfWorkers">
            <summary>
            Optional. The requested number of workers.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters.SKU">
            <summary>
            Optional. SKU of the Web hosting plan.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters.WorkerSize">
            <summary>
            Optional. The worker size. Possible values are Small, Medium, and
            Large. For JSON, the equivalents are 0 = Small, 1 = Medium, and 2
            = Large.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateResponse">
            <summary>
            The Create Web Web Hosting Plan operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the WebHostingPlanCreateResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateResponse.WebHostingPlan">
            <summary>
            Optional. Details of the created Web Hosting Plan.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters">
            <summary>
            Parameters supplied to the Get Historical Usage Metrics Web hosting
            plan operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters.#ctor">
            <summary>
            Initializes a new instance of the
            WebHostingPlanGetHistoricalUsageMetricsParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters.EndTime">
            <summary>
            Optional. The ending time of the metrics to return. If this
            parameter is not specified, the current time is used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters.IncludeInstanceBreakdown">
            <summary>
            Optional. Flag which specifies if the metrics for each machine
            instance should be included. For sites that run on more than one
            machine this could be useful to identify a bad machine.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters.MetricNames">
            <summary>
            Optional. Specifies a comma-separated list of the names of the
            metrics to return. If the names parameter is not specified, then
            all available metrics are returned.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters.StartTime">
            <summary>
            Optional. The starting time of the metrics to return. If this
            parameter is not specified, the beginning of the current hour is
            used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters.TimeGrain">
            <summary>
            Optional. The grain at which the metrics are returned. Supported
            values are PT1M (minute), PT1H (hour), P1D (day).
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse">
            <summary>
            The Get Historical Usage Metrics Web hosting plan operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WebHostingPlanGetHistoricalUsageMetricsResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse.GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse.UsageMetrics">
            <summary>
            Optional. Historical metric snapshots for the web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetResponse">
            <summary>
            The Get Web Hosting Plan operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetResponse.#ctor">
            <summary>
            Initializes a new instance of the WebHostingPlanGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetResponse.WebHostingPlan">
            <summary>
            Optional. Details of the created Web Hosting Plan.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse">
            <summary>
            The List Web Hosting Plans operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse.#ctor">
            <summary>
            Initializes a new instance of the WebHostingPlanListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse.GetEnumerator">
            <summary>
            Gets the sequence of WebHostingPlans.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of WebHostingPlans.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanListResponse.WebHostingPlans">
            <summary>
            Optional. The web spaces associated with the specified subscription.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters">
            <summary>
            Parameters supplied to the Update Web Web Hosting Plan operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the WebHostingPlanUpdateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters.AdminSiteName">
            <summary>
            Optional. The admin site. The admin site is used to deploy site
            extensions or contents shared by all site in the plan.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters.NumberOfWorkers">
            <summary>
            Optional. The requested number of workers.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters.SKU">
            <summary>
            Optional. SKU of the Web hosting plan.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters.WorkerSize">
            <summary>
            Optional. The worker size. Possible values are Small, Medium, and
            Large. For JSON, the equivalents are 0 = Small, 1 = Medium, and 2
            = Large.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponse">
            <summary>
            The Create Web Hosting Plan operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the WebHostingPlanUpdateResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateResponse.WebHostingPlan">
            <summary>
            Optional. Details of the updated Web Hosting Plan.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobType">
            <summary>
            The WebJob types.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite">
            <summary>
            Describes a web site.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.#ctor">
            <summary>
            Initializes a new instance of the WebSite class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.AdminEnabled">
            <summary>
            Optional. Read-only. This value is always true.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.AvailabilityState">
            <summary>
            Optional. The state of the availability of management information
            for the web site. Possible values are Normal or Limited. Normal
            means that the web site is running correctly and that management
            information for the web site is available. Limited means that only
            partial management information for the web site is available and
            that detailed web site information is unavailable.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.Enabled">
            <summary>
            Optional. The current state of the web site. This is true if the
            site is enabled and false otherwise. Setting this value to false
            disables the site (takes the site offline).
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.EnabledHostNames">
            <summary>
            Optional. An array of strings that contains enabled host names for
            the web site. By default, these are [SiteName].azurewebsites.net
            and [SiteName].scm.azurewebsites.net.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.HostNames">
            <summary>
            Optional. An array of strings that contains the public host names
            for the web site, including custom domains. Important: When you
            add a custom domain in a PUT operation, be sure to include every
            host name that you want for the web site. To delete a custom
            domain name in a PUT operation, include all of the host names for
            the web site that you want to keep, but leave out the one that you
            want to delete.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.HostNameSslStates">
            <summary>
            Optional. SSL states bound to the web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.LastModifiedTimeUtc">
            <summary>
            Optional. A dateTime value that contains, in Coordinated Universal
            Time, the last time the web site was modified.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.Name">
            <summary>
            Optional. The name of the web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.RepositorySiteName">
            <summary>
            Optional. The name of the web site repository.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.RuntimeAvailabilityState">
            <summary>
            Optional. The current availability state for the web site. Possible
            values are Normal, Degraded, or NotAvailable: Normal: the web site
            is running correctly; Degraded: the web site is running
            temporarily in a degraded mode (typically with less memory and a
            shared instance); Not Available: due to an unexpected issue, the
            site has been excluded from provisioning. This typically occurs
            only for free sites.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.ServerFarm">
            <summary>
            Optional. Name of a Server Farm (Web Hosting Plan) that this site
            belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.SiteProperties">
            <summary>
            Optional. The web site properties of the web site. Contains
            AppSettings, Metadata, and Properties.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.Sku">
            <summary>
            Optional. The SKU of a Server Farm (Web Hosting Plan) where site
            belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.State">
            <summary>
            Optional. A string that describes the state of the web site.
            Possible values are Stopped or Running.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.Uri">
            <summary>
            Optional. Direct URL to the web site endpoint on Azure Web Sites,
            including the subscription ID, web space name, and web site name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.UsageState">
            <summary>
            Optional. The usage state of the web site. Possible values are
            Normal or Exceeded. If any quota is exceeded, the UsageState value
            changes to Exceeded and the site goes offline.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSpace">
            <summary>
            Optional. The name of the web space in which the web site is
            located. This property is read-only.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteHostNameSslState">
            <summary>
            SSL state bound to a web site.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteHostNameSslState.#ctor">
            <summary>
            Initializes a new instance of the WebSiteHostNameSslState class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteHostNameSslState.Name">
            <summary>
            Optional. The URL of the web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteHostNameSslState.SslState">
            <summary>
            Optional. The SSL state. Possible values are Disabled,
            SniEnabled, or IpBasedEnabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteHostNameSslState.Thumbprint">
            <summary>
            Optional. A string containing the thumbprint of the SSL
            certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteHostNameSslState.VirtualIP">
            <summary>
            Optional. A string containing the IP address assigned to the
            hostname if the hostname uses IP SSL.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteProperties.#ctor">
            <summary>
            Initializes a new instance of the WebSiteProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteProperties.AppSettings">
            <summary>
            Optional. A set of name/value pairs that contain application
            settings for a web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteProperties.Metadata">
            <summary>
            Optional. A set of name/value pairs that contain metadata
            information for a web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSite.WebSiteProperties.Properties">
            <summary>
            Optional. A set of name/value pairs that contain properties for
            a web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteBackupResponse">
            <summary>
            The backup record created based on the backup request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteBackupResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteBackupResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteBackupResponse.BackupItem">
            <summary>
            Optional. Backups for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteComputeMode">
            <summary>
            The compute mode for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters">
            <summary>
            Parameters supplied to the Create Web Site operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the WebSiteCreateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters.Name">
            <summary>
            Required. The name of the web site. This should match the host name
            in the default domain.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters.ServerFarm">
            <summary>
            Required. The name of the Server Farm (Web Hosting Plan) associated
            with this web site. This is a required value. Server Farm must
            already exist.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters.WebSpace">
            <summary>
            Optional. Information about the web space to create.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters.WebSpaceDetails">
            <summary>
            Information about the web space to create.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters.WebSpaceDetails.#ctor">
            <summary>
            Initializes a new instance of the WebSpaceDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters.WebSpaceDetails.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the WebSpaceDetails class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters.WebSpaceDetails.GeoRegion">
            <summary>
            Required. The geographical region of the web space that will be
            created.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters.WebSpaceDetails.Name">
            <summary>
            Required. The name of the web space.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters.WebSpaceDetails.Plan">
            <summary>
            Required. The web space plan. This value must be
            VirtualDedicatedPlan.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateResponse">
            <summary>
            The Create Web Site operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateResponse.WebSite">
            <summary>
            Optional. Details of the created web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteParameters">
            <summary>
            Parameters supplied to the Delete Web Site operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteDeleteParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteParameters.#ctor(System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the WebSiteDeleteParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteParameters.DeleteAllSlots">
            <summary>
            Required. Indicates if all slots for the web site should be deleted.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteParameters.DeleteEmptyServerFarm">
            <summary>
            Required. Indicates if the server farm should be deleted. You can
            delete the server farm if the web site being deleted is the last
            web site in a server farm.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteParameters.DeleteMetrics">
            <summary>
            Required. Indicates if the metrics for the web site should be
            deleted.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteRepositoryResponse">
            <summary>
            The Delete Repository Web Site operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteRepositoryResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteDeleteRepositoryResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteRepositoryResponse.Uri">
            <summary>
            Optional. The URI of the web site repository.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse">
            <summary>
            Scheduled backup definition.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WebSiteGetBackupConfigurationResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse.BackupSchedule">
            <summary>
            Optional. Schedule - defines how often should be the backup
            performed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse.Databases">
            <summary>
            Optional. Database settings for backup.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse.Enabled">
            <summary>
            Optional. True if this schedule is enabled and periodically
            executed; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse.Name">
            <summary>
            Optional. Name of a backup.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse.StorageAccountUrl" -->
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupsResponse">
            <summary>
            List of backups for the website.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupsResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetBackupsResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupsResponse.GetEnumerator">
            <summary>
            Gets the sequence of BackupItems.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of BackupItems.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetBackupsResponse.BackupItems">
            <summary>
            Optional. Backups for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse">
            <summary>
            The Get Configuration Web Site operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetConfigurationResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.AlwaysOn">
            <summary>
            Optional. Indicates if site's Always On feature is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.AppSettings">
            <summary>
            Optional. A set of name/value pairs that contain application
            settings for a web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.AutoSwapSlotName">
            <summary>
            Optional. Gets the slot name to swap with after successful
            deployment.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.ConnectionStrings">
            <summary>
            Optional. The connection strings for database and other external
            resources.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.DefaultDocuments">
            <summary>
            Optional. One or more string elements that list, in order of
            preference, the name of the file that a web site returns when the
            web site's domain name is requested by itself. For example, if the
            default document for http://contoso.com is default.htm, the page
            http://www.contoso.com/default.htm is returned when the browser is
            pointed to http://www.contoso.com.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.DetailedErrorLoggingEnabled">
            <summary>
            Optional. Indicates if detailed error logging is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.DocumentRoot">
            <summary>
            Optional. The document root.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.HandlerMappings">
            <summary>
            Optional. Specifies custom executable programs for handling
            requests for specific file name extensions.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.HttpLoggingEnabled">
            <summary>
            Optional. Indicates if HTTP error logging is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.JavaContainer">
            <summary>
            Optional. The web site Java Container. Supported values are TOMCAT,
            JETTY
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.JavaContainerVersion">
            <summary>
            Optional. The web site Java Container Version. Supported values are
            7.0.50 if Java Container is TOMCAT and 9.1.0.20131115 if Java
            Container is JETTY
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.JavaVersion">
            <summary>
            Optional. The web site JDK version. Supported values are an empty
            string (an empty string disables Java), 1.7.0_51
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.Limits">
            <summary>
            Optional. The per site limits.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.LogsDirectorySizeLimit">
            <summary>
            Optional. The size limit of the logs directory.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.ManagedPipelineMode">
            <summary>
            Optional. The managed pipeline mode.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.Metadata">
            <summary>
            Optional. Name/value pairs for source control or other information.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.NetFrameworkVersion">
            <summary>
            Optional. The .NET Framework version. Supported values are v2.0 and
            v4.0.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.NumberOfWorkers">
            <summary>
            Optional. The number of web workers allotted to the web site. If
            the web site mode is Free, this value is 1. If the web site mode
            is Shared, this value can range from 1 through 6. If the web site
            mode is Standard, this value can range from 1 through 10.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.PhpVersion">
            <summary>
            Optional. The web site PHP version. Supported values are an empty
            string (an empty string disables PHP), 5.3, and 5.4.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.PublishingPassword">
            <summary>
            Optional. Hash value of the password used for publishing the web
            site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.PublishingUserName">
            <summary>
            Optional. The user name used for publishing the web site. This is
            normally a dollar sign prepended to the web site name (for
            example, "$contoso").
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.RemoteDebuggingEnabled">
            <summary>
            Optional. Indicates if remote debugging is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.RemoteDebuggingVersion">
            <summary>
            Optional. The remote debugging version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.RequestTracingEnabled">
            <summary>
            Optional. Indicates if request tracing is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.RequestTracingExpirationTime">
            <summary>
            Optional. Time remaining until request tracing expires.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.RoutingRules">
            <summary>
            Optional. List of routing rules for the website.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.ScmType">
            <summary>
            Optional. The source control method that the web site is using (for
            example, Local Git). If deployment from source control has not
            been set up for the web site, this value is None.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.SiteAuthEnabled">
            <summary>
            Optional. Gets or sets a value indicating whether the site's
            Authentication / Authorization feature is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.SiteAuthSettings">
            <summary>
            Optional. Gets or sets the Authentication / Authorization settings
            of a web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.Use32BitWorkerProcess">
            <summary>
            Optional. Indicates if 32-bit mode is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.WebSocketsEnabled">
            <summary>
            Optional. Indicates if Web Sockets are enabled.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.ConnectionStringInfo">
            <summary>
            Connection string for database and other external resources.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.ConnectionStringInfo.#ctor">
            <summary>
            Initializes a new instance of the ConnectionStringInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.ConnectionStringInfo.ConnectionString">
            <summary>
            Optional. The database connection string.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.ConnectionStringInfo.Name">
            <summary>
            Optional. The name of the connection string.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.ConnectionStringInfo.Type">
            <summary>
            Optional. The type of the connection string (for example,
            "MySQL").
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.HandlerMapping">
            <summary>
            Specifies a custom executable program for handling requests for
            specific file name extensions.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.HandlerMapping.#ctor">
            <summary>
            Initializes a new instance of the HandlerMapping class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.HandlerMapping.Arguments">
            <summary>
            Optional. A string that contains optional arguments for the
            script processor specified by the
            SiteConfig.HandlerMappings.HandlerMapping.ScriptProcessor
            element.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.HandlerMapping.Extension">
            <summary>
            Optional. A string that specifies the extension of the file
            type that the script processor will handle (for example,
            *.php).
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.HandlerMapping.ScriptProcessor">
            <summary>
            Optional. The absolute path to the location of the executable
            file that will handle the files specified in the
            SiteConfig.HandlerMappings.HandlerMapping.Extension element.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.SiteLimits">
            <summary>
            Per site limits
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.SiteLimits.#ctor">
            <summary>
            Initializes a new instance of the SiteLimits class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.SiteLimits.MaxDiskSizeInMb">
            <summary>
            Optional. Maximum disk size allowed in MB
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.SiteLimits.MaxMemoryInMb">
            <summary>
            Optional. Maximum memory allowed in MB
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.SiteLimits.MaxPercentageCpu">
            <summary>
            Optional. The name of the pair.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters">
            <summary>
            Parameters supplied to the Get Historical Usage Metrics Web Site
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters.#ctor">
            <summary>
            Initializes a new instance of the
            WebSiteGetHistoricalUsageMetricsParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters.EndTime">
            <summary>
            Optional. The ending time of the metrics to return. If this
            parameter is not specified, the current time is used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters.IncludeInstanceBreakdown">
            <summary>
            Optional. Flag which specifies if the metrics for each machine
            instance should be included. For sites that run on more than one
            machine this could be useful to identify a bad machine.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters.MetricNames">
            <summary>
            Optional. Specifies a comma-separated list of the names of the
            metrics to return. If the names parameter is not specified, then
            all available metrics are returned.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters.SlotView">
            <summary>
            Optional. Flag which specifies if the metrics returned should
            reflect slot swaps. Let's take for example following case: if
            production slot has hostname www.contos.com and take traffic for
            12 hours and later is swapped with staging slot. Getting metrics
            with SlotView=false will reflect the swap - e.g. there will be a
            increase on the staging slot metrics after it goes to
            production.If SlotView=true is used it will show the metrics for
            the www.contoso.com regardless which slot was serving at the
            moment.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters.StartTime">
            <summary>
            Optional. The starting time of the metrics to return. If this
            parameter is not specified, the beginning of the current hour is
            used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters.TimeGrain">
            <summary>
            Optional. The grain at which the metrics are returned. Supported
            values are PT1M (minute), PT1H (hour), P1D (day).
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse">
            <summary>
            The Get Historical Usage Metrics Web Site operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WebSiteGetHistoricalUsageMetricsResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse.GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse.UsageMetrics">
            <summary>
            Optional. Historical metric snapshots for the web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetParameters">
            <summary>
            Parameters supplied to the Get Web Site operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetParameters.PropertiesToInclude">
            <summary>
            Optional. Specifies a list of the names of any additional
            parameters to return.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse">
            <summary>
            The Get Publish Profile Web Site operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetPublishProfileResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.GetEnumerator">
            <summary>
            Gets the sequence of PublishProfiles.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of PublishProfiles.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfiles">
            <summary>
            Optional. The web site publish profiles.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database">
            <summary>
            Attributes that contain information for a single database
            connection.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database.#ctor">
            <summary>
            Initializes a new instance of the Database class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database.ConnectionString">
            <summary>
            Optional. The database connection string.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database.Name">
            <summary>
            Optional. The friendly name of the connection string.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database.ProviderName">
            <summary>
            Optional. The name of database provider (for example, "SQL" or
            "MySQL").
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database.Type">
            <summary>
            Optional. The type of database provider.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile">
            <summary>
            Attributes that hold publish profile values.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.#ctor">
            <summary>
            Initializes a new instance of the PublishProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.ControlPanelUri">
            <summary>
            Optional. The URL of the control panel for the web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.Databases">
            <summary>
            Optional. Connection information for the databases used by the
            web site application.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.DestinationAppUri">
            <summary>
            Optional. The URL of the web site that will be published to.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.FtpPassiveMode">
            <summary>
            Optional. Indicates if FTP passive mode is being used. This
            attribute applies only if publishMethod is set to FTP.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.HostingProviderForumUri">
            <summary>
            Optional. The URL of the forum of the hosting provider.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.MSDeploySite">
            <summary>
            Optional. The name of the web site that will be published to.
            This attribute applies only if publishMethod is set to
            MSDeploy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.MySqlConnectionString">
            <summary>
            Optional. The MySQL database connection string for the web site
            application, if the web site connects to a MySQL database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.ProfileName">
            <summary>
            Optional. The unique name of the publish profile.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.PublishMethod">
            <summary>
            Optional. The publish method, such as MSDeploy or FTP.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.PublishUrl">
            <summary>
            Optional. The URL to which content will be uploaded.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.SqlServerConnectionString">
            <summary>
            Optional. The SQL Server database connection string for the web
            site application, if the web site connects to a SQL Server
            database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.UserName">
            <summary>
            Optional. The name of the user that will be used for publishing.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.UserPassword">
            <summary>
            Optional. Hash value of the password that will be used for
            publishing.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetRepositoryResponse">
            <summary>
            The Get Repository Web Site operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetRepositoryResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetRepositoryResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetRepositoryResponse.Uri">
            <summary>
            Optional. The URI of the web site repository.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetResponse">
            <summary>
            The Get Web Site operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetResponse.WebSite">
            <summary>
            Optional. Details for the requested web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse">
            <summary>
            The Get Usage Metrics Web Site operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetUsageMetricsResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetrics">
            <summary>
            Optional. The usage metrics for the web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric">
            <summary>
            A specific usage metric.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.#ctor">
            <summary>
            Initializes a new instance of the UsageMetric class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.ComputeMode">
            <summary>
            Optional. The compute mode of the web site. For web sites in
            Standard Mode, the return value is Dedicated. For web sites in
            Free or Shared mode, the return value is Shared.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.CurrentValue">
            <summary>
            Optional. The current value of the metric specified, expressed
            in terms of the measurement specified by the Unit element.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.DisplayName">
            <summary>
            Optional. The display name of the metric (includes spaces).
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.Limit">
            <summary>
            Optional. The maximum point that the given metric can reach.
            The limit resets at the time specified by the NextResetTime
            element. If the limit is reached before the reset time, the
            site will be stopped. A value of -1 means unlimited. Resources
            with limits typically include CPU Time, Memory Usage, and File
            System Storage. Important: Site level Limits information is
            only meaningful for Shared and Standard web sites. For free
            web sites, limits are enforced at the web space level.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.Name">
            <summary>
            Optional. The name of the metric, without spaces. The value is
            usually the same as that of the ResourceName element.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.NextResetTime">
            <summary>
            Optional. The time at which the metric will be reset.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.ResourceName">
            <summary>
            Optional. The name of the resource being measured.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.SiteMode">
            <summary>
            Optional. The scaling for the web site. Web sites in Free Mode
            return a value of Limited. Web sites in Shared Mode return a
            value of Basic. Sites in Standard Mode return null.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.Unit">
            <summary>
            Optional. The unit of measure for the given metric.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteInstanceIdsResponse">
            <summary>
            The web site instance ids response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteInstanceIdsResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteInstanceIdsResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteInstanceIdsResponse.GetEnumerator">
            <summary>
            Gets the sequence of InstanceIds.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteInstanceIdsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of InstanceIds.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteInstanceIdsResponse.InstanceIds">
            <summary>
            Optional. The identifiers of the currently running instances of the
            web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteIsHostnameAvailableResponse">
            <summary>
            The Is Hostname Available Web Site operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteIsHostnameAvailableResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WebSiteIsHostnameAvailableResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteIsHostnameAvailableResponse.IsAvailable">
            <summary>
            Optional. Indicates if the site name is available.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteListParameters">
            <summary>
            The List Web Sites operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteListParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteListParameters.PropertiesToInclude">
            <summary>
            Optional. Specifies a list of the names of any additional
            parameters to return.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteMode">
            <summary>
            The operation mode of a web site.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteMode.Limited">
            <summary>
            This value is Limited for the Free offering. The default value is
            Limited.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteMode.Basic">
            <summary>
            This value is Basic for the Paid and Shared offerings.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatus">
            <summary>
            The status of the asynchronous operation.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatus.InProgress">
            <summary>
            The asynchronous request is in progress.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatus.Failed">
            <summary>
            The asynchronous request failed.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatus.Succeeded">
            <summary>
            The asynchronous request succeeded.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatus.TimedOut">
            <summary>
            The asynchronous request timed out.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatus.Created">
            <summary>
            The asynchronous request was created.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse">
            <summary>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from the
            HTTP status code returned for the Get Operation Status operation
            itself. If the long-running operation failed, the response body
            includes error information regarding the failure.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteOperationStatusResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.CreatedTime">
            <summary>
            Optional. The time when the operation was created.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Errors">
            <summary>
            Optional. The list of errors that occurred during the operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.ExpirationTime">
            <summary>
            Optional. The time when the operation will time out.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.GeoMasterOperationId">
            <summary>
            Optional. The GeoMaster Operation ID for this operation, if any.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.ModifiedTime">
            <summary>
            Optional. The time when the operation was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Name">
            <summary>
            Optional. The name of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.OperationId">
            <summary>
            Optional. The Operation ID for this operation. Used to poll for
            operation status.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Status">
            <summary>
            Optional. The status of the asynchronous operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Error">
            <summary>
            Information about an error that occurred during the operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Error.#ctor">
            <summary>
            Initializes a new instance of the Error class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Error.Code">
            <summary>
            Optional. The error code.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Error.ExtendedCode">
            <summary>
            Optional. The extended error code.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Error.InnerErrors">
            <summary>
            Optional. The inner errors for this operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Error.Message">
            <summary>
            Optional. The error message.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Error.MessageTemplate">
            <summary>
            Optional. The message template.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteOperationStatusResponse.Error.Parameters">
            <summary>
            Optional. The parameters for the message template.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRestoreDiscoverResponse">
            <summary>
            The information gathered about a backup storaged in a storage account.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRestoreDiscoverResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteRestoreDiscoverResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRestoreDiscoverResponse.AdjustConnectionStrings">
            <summary>
            Optional. If the restore operation also restores a database along
            with the website and the database is on a different server than
            when the original site h
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRestoreDiscoverResponse.BlobName">
            <summary>
            Optional. The blob name where the backup is stored, e.g.
            mysite1_20140506.zip
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRestoreDiscoverResponse.Databases">
            <summary>
            Optional. Database settings for backup.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRestoreDiscoverResponse.IgnoreConflictingHostNames">
            <summary>
            Optional. When restoring a site, custom domains might conflict with
            other site in the same datacenter. If this value is true, such
            hostnames will be ignored during restore. If this is false, the
            restore operation will fail on such conflict.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRestoreDiscoverResponse.Overwrite">
            <summary>
            Optional. True if the restore operation will be used for overwrite
            an existing site; false otherwise.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRestoreDiscoverResponse.StorageAccountUrl" -->
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRestoreResponse">
            <summary>
            Restore operation information.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRestoreResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteRestoreResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRestoreResponse.OperationId">
            <summary>
            Optional. OperationId for the restore operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRuntimeAvailabilityState">
            <summary>
            The runtime availability of a website.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRuntimeAvailabilityState.Normal">
            <summary>
            The web site is running correctly.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRuntimeAvailabilityState.Degraded">
            <summary>
            The web site is running temporarily in a degraded mode (typically
            with less memory and a shared instance).
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteRuntimeAvailabilityState.NotAvailable">
            <summary>
            Due to an unexpected issue, the site has been excluded from
            provisioning. This typically occurs only for free sites.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteSslState">
            <summary>
            A web site's SSL state.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters">
            <summary>
            The parameters supplied Update Configuration Web Site operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.#ctor">
            <summary>
            Initializes a new instance of the
            WebSiteUpdateConfigurationParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.AlwaysOn">
            <summary>
            Optional. Indicates if site's Always On feature enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.AppSettings">
            <summary>
            Optional. A set of name/value pairs that contain application
            settings for a web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.AutoSwapSlotName">
            <summary>
            Optional. Sets the slot name to swap with after successful
            deployment.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.ConnectionStrings">
            <summary>
            Optional. The connection strings for database and other external
            resources.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.DefaultDocuments">
            <summary>
            Optional. One or more string elements that list, in order of
            preference, the name of the file that a web site returns when the
            web site's domain name is requested by itself. For example, if the
            default document for http://contoso.com is default.htm, the page
            http://www.contoso.com/default.htm is returned when the browser is
            pointed to http://www.contoso.com.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.DetailedErrorLoggingEnabled">
            <summary>
            Optional. Indicates if detailed error logging is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.DocumentRoot">
            <summary>
            Optional. The document root.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.HandlerMappings">
            <summary>
            Optional. Specifies custom executable programs for handling
            requests for specific file name extensions.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.HttpLoggingEnabled">
            <summary>
            Optional. Indicates if HTTP error logging is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.JavaContainer">
            <summary>
            Optional. The web site Java Container. Supported values are TOMCAT,
            JETTY
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.JavaContainerVersion">
            <summary>
            Optional. The web site Java Container Version. Supported values are
            7.0.50 if Java Container is TOMCAT and 9.1.0.20131115 if Java
            Container is JETTY
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.JavaVersion">
            <summary>
            Optional. The web site JDK version. Supported values are an empty
            string (an empty string disables Java), 1.7.0_51
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.Limits">
            <summary>
            Optional. The per site limits.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.LogsDirectorySizeLimit">
            <summary>
            Optional. The size limit of the logs directory.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.ManagedPipelineMode">
            <summary>
            Optional. The managed pipeline mode.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.Metadata">
            <summary>
            Optional. Name/value pairs for source control or other information.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.NetFrameworkVersion">
            <summary>
            Optional. The .NET Framework version. Supported values are v2.0 and
            v4.0.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.NumberOfWorkers">
            <summary>
            Optional. The number of web workers allotted to the web site. If
            the web site mode is Free, this value is 1. If the web site mode
            is Shared, this value can range from 1 through 6. If the web site
            mode is Standard, this value can range from 1 through 10.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.PhpVersion">
            <summary>
            Optional. The web site PHP version. Supported values are an empty
            string (an empty string disables PHP), 5.3, and 5.4.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.RemoteDebuggingEnabled">
            <summary>
            Optional. Indicates if remote debugging is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.RemoteDebuggingVersion">
            <summary>
            Optional. The remote debugging version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.RequestTracingEnabled">
            <summary>
            Optional. Indicates if request tracing is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.RequestTracingExpirationTime">
            <summary>
            Optional. Time remaining until request tracing expires.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.RoutingRules">
            <summary>
            Optional. List of routing rules for the website.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.ScmType">
            <summary>
            Optional. The source control method that the web site is using (for
            example, Local Git). If deployment from source control has not
            been set up for the web site, this value is None.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.SiteAuthEnabled">
            <summary>
            Optional. Gets or sets a value indicating whether the site's
            Authentication / Authorization feature is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.SiteAuthSettings">
            <summary>
            Optional. Gets or sets the Authentication / Authorization settings
            of a web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.Use32BitWorkerProcess">
            <summary>
            Optional. Indicates if 32-bit mode is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.WebSocketsEnabled">
            <summary>
            Optional. Indicates if Web Sockets are enabled.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.ConnectionStringInfo">
            <summary>
            Connection string for database and other external resources.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.ConnectionStringInfo.#ctor">
            <summary>
            Initializes a new instance of the ConnectionStringInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.ConnectionStringInfo.ConnectionString">
            <summary>
            Optional. The database connection string.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.ConnectionStringInfo.Name">
            <summary>
            Optional. The name of the connection string.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.ConnectionStringInfo.Type">
            <summary>
            Optional. The type of the connection string (for example,
            "MySQL").
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.HandlerMapping">
            <summary>
            Specifies a custom executable program for handling requests for
            specific file name extensions.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.HandlerMapping.#ctor">
            <summary>
            Initializes a new instance of the HandlerMapping class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.HandlerMapping.Arguments">
            <summary>
            Optional. A string that contains optional arguments for the
            script processor specified by the
            SiteConfig.HandlerMappings.HandlerMapping.ScriptProcessor
            element.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.HandlerMapping.Extension">
            <summary>
            Optional. A string that specifies the extension of the file
            type that the script processor will handle (for example,
            *.php).
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.HandlerMapping.ScriptProcessor">
            <summary>
            Optional. The absolute path to the location of the executable
            file that will handle the files specified in the
            SiteConfig.HandlerMappings.HandlerMapping.Extension element.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.SiteLimits">
            <summary>
            Per site limits
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.SiteLimits.#ctor">
            <summary>
            Initializes a new instance of the SiteLimits class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.SiteLimits.MaxDiskSizeInMb">
            <summary>
            Optional. Maximum disk size allowed in MB
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.SiteLimits.MaxMemoryInMb">
            <summary>
            Optional. Maximum memory allowed in MB
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.SiteLimits.MaxPercentageCpu">
            <summary>
            Optional. The name of the pair.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters">
            <summary>
            Parameters supplied to the Update Web Site operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.HostNames">
            <summary>
            Optional. An array of strings that contains the public host names
            for the web site, including custom domains. Important: When you
            add a custom domain in a PUT operation, be sure to include every
            host name that you want for the web site. To delete a custom
            domain name in a PUT operation, include all of the host names for
            the web site that you want to keep, but leave out the one that you
            want to delete.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.HostNameSslStates">
            <summary>
            Optional. SSL states of host names bound to the web site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.ServerFarm">
            <summary>
            Optional. String specifying the Server Farm (Web Hosting Plan)
            where to place the site. Server Farm must exist.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.State">
            <summary>
            Optional. A string that describes the state of the web site.
            Possible values include Stopped, Running, or QuotaExceeded.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.WebSiteHostNameSslState">
            <summary>
            SSL state of a site's hostname.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.WebSiteHostNameSslState.#ctor">
            <summary>
            Initializes a new instance of the WebSiteHostNameSslState class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.WebSiteHostNameSslState.#ctor(System.String,System.Nullable{Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteSslState},System.Boolean)">
            <summary>
            Initializes a new instance of the WebSiteHostNameSslState class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.WebSiteHostNameSslState.Name">
            <summary>
            Required. The host name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.WebSiteHostNameSslState.SslState">
            <summary>
            Required. The SSL state. Possible values are Disabled,
            SniEnabled, or IpBasedEnabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.WebSiteHostNameSslState.Thumbprint">
            <summary>
            Optional. A string that contains the thumbprint of the SSL
            certificate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters.WebSiteHostNameSslState.ToUpdate">
            <summary>
            Required. Indicates whether the SSL state will be updated.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateResponse">
            <summary>
            The Update Web Site operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateResponse.WebSite">
            <summary>
            Optional. Details of the updated web site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUsageState">
            <summary>
            Usage of a web site's quota.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpaceAvailabilityState">
            <summary>
            The availability of a web space.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacePlanNames">
            <summary>
            A web space plan.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters">
            <summary>
            Parameters supplied to the Create Publishing User operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters.#ctor">
            <summary>
            Initializes a new instance of the
            WebSpacesCreatePublishingUserParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the
            WebSpacesCreatePublishingUserParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters.Name">
            <summary>
            Optional. The publishing user name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters.PublishingPassword">
            <summary>
            Required. The publishing user password.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters.PublishingUserName">
            <summary>
            Required. The publishing user username.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserResponse">
            <summary>
            The Create Publishing User operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WebSpacesCreatePublishingUserResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserResponse.Name">
            <summary>
            Optional. The publishing user name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserResponse.PublishingPassword">
            <summary>
            Optional. The publishing user password.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserResponse.PublishingUserName">
            <summary>
            Optional. The publishing user username.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetDnsSuffixResponse">
            <summary>
            The Get DNS Suffix operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetDnsSuffixResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSpacesGetDnsSuffixResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetDnsSuffixResponse.DnsSuffix">
            <summary>
            Optional. The DNS Suffix used for the web space.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse">
            <summary>
            The Get Web Space Details operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSpacesGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse.AvailabilityState">
            <summary>
            Optional. The current availability state. Possible values are
            Normal or Limited.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse.CurrentNumberOfWorkers">
            <summary>
            Optional. The current number of workers.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse.CurrentWorkerSize">
            <summary>
            Optional. The current worker size. Possible values are Small,
            Medium, or Large.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse.GeoLocation">
            <summary>
            Optional. The location of the datacenter for the web space.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse.GeoRegion">
            <summary>
            Optional. The geographical region where the web space is located.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse.Name">
            <summary>
            Optional. The name of the web space.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse.Plan">
            <summary>
            Optional. The web space plan name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse.Status">
            <summary>
            Optional. The status of the Web Space. Possible values are Ready or
            Limited. Note: The Limited status occurs only if the datacenter is
            encountering an operational issue.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse.Subscription">
            <summary>
            Optional. The subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse.WorkerSize">
            <summary>
            Optional. The worker size. Possible values are Small, Medium, and
            Large. For JSON, the equivalents are 0 = Small, 1 = Medium, and 2
            = Large.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse">
            <summary>
            The List Geo Regions operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSpacesListGeoRegionsResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse.GetEnumerator">
            <summary>
            Gets the sequence of GeoRegions.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of GeoRegions.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse.GeoRegions">
            <summary>
            Optional. The available geo regions.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse.GeoRegion">
            <summary>
            An available geo region for a web space.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse.GeoRegion.#ctor">
            <summary>
            Initializes a new instance of the GeoRegion class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse.GeoRegion.Description">
            <summary>
            Optional. Description of the geo region.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse.GeoRegion.Name">
            <summary>
            Optional. Name of the geo region.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListGeoRegionsResponse.GeoRegion.SortOrder">
            <summary>
            Optional. Sort order for the geo region.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListPublishingUsersResponse">
            <summary>
            The List Publishing Users operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListPublishingUsersResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WebSpacesListPublishingUsersResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListPublishingUsersResponse.GetEnumerator">
            <summary>
            Gets the sequence of Users.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListPublishingUsersResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Users.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListPublishingUsersResponse.Users">
            <summary>
            Optional. The publishing users.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListPublishingUsersResponse.User">
            <summary>
            Information about a single publishing user.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListPublishingUsersResponse.User.#ctor">
            <summary>
            Initializes a new instance of the User class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListPublishingUsersResponse.User.Name">
            <summary>
            Optional. The publishing user name.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse">
            <summary>
            The List Web Spaces operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSpacesListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.GetEnumerator">
            <summary>
            Gets the sequence of WebSpaces.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of WebSpaces.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpaces">
            <summary>
            Optional. The web spaces associated with the specified subscription.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace">
            <summary>
            A web space associated with the specified subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace.#ctor">
            <summary>
            Initializes a new instance of the WebSpace class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace.AvailabilityState">
            <summary>
            Optional. Possible values are Normal or Limited.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace.CurrentNumberOfWorkers">
            <summary>
            Optional. The current number of workers.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace.CurrentWorkerSize">
            <summary>
            Optional. The current worker size. Possible values are Small,
            Medium, or Large.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace.GeoLocation">
            <summary>
            Optional. The location of the datacenter for the web space.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace.GeoRegion">
            <summary>
            Optional. The geographical region where the web space is
            located.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace.Name">
            <summary>
            Optional. The name of the web space.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace.Plan">
            <summary>
            Optional. The web space plan name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace.Status">
            <summary>
            Optional. The status of the Web Space. Possible values are
            Ready or Limited. Note: The Limited status occurs only if the
            datacenter is encountering an operational issue.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace.Subscription">
            <summary>
            Optional. The subscription ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListResponse.WebSpace.WorkerSize">
            <summary>
            Optional. The worker size. Possible values are Small, Medium,
            and Large. For JSON, the equivalents are 0 = Small, 1 =
            Medium, and 2 = Large.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListWebSitesResponse">
            <summary>
            The List Web Sites operation response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListWebSitesResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSpacesListWebSitesResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListWebSitesResponse.GetEnumerator">
            <summary>
            Gets the sequence of WebSites.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListWebSitesResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of WebSites.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesListWebSitesResponse.WebSites">
            <summary>
            Optional. The web sites associated with the specified web space.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSpaceStatus">
            <summary>
            The status of a web space.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.Models.WorkerSizeOptions">
            <summary>
            The size of a web worker.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.RepositoryOperations">
            <summary>
            Operations for managing the repository.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.RepositoryOperations.#ctor(Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient)">
            <summary>
            Initializes a new instance of the RepositoryOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.RepositoryOperations.DeleteAsync(System.Threading.CancellationToken)">
            <summary>
            Deletes the repository.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.RepositoryOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.RepositoryOperationsExtensions">
            <summary>
            The websites extensions client manages the web sites deployments, web
            jobs and other extensions.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.RepositoryOperationsExtensions.Delete(Microsoft.WindowsAzure.WebSitesExtensions.IRepositoryOperations)">
            <summary>
            Deletes the repository.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IRepositoryOperations.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.RepositoryOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.WebSitesExtensions.IRepositoryOperations)">
            <summary>
            Deletes the repository.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.IRepositoryOperations.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperations">
            <summary>
            Operations for managing the settings.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperations.#ctor(Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient)">
            <summary>
            Initializes a new instance of the SettingsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a setting.
            </summary>
            <param name='settingId'>
            Required. The setting identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a setting.
            </summary>
            <param name='settingId'>
            Required. The setting identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get setting operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Lists the settings.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperations.UpdateAsync(Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates a setting.
            </summary>
            <param name='parameters'>
            Required. The setting value.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperationsExtensions">
            <summary>
            The websites extensions client manages the web sites deployments, web
            jobs and other extensions.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperationsExtensions.Delete(Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations,System.String)">
            <summary>
            Gets a setting.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.
            </param>
            <param name='settingId'>
            Required. The setting identifier.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations,System.String)">
            <summary>
            Gets a setting.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.
            </param>
            <param name='settingId'>
            Required. The setting identifier.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperationsExtensions.Get(Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations,System.String)">
            <summary>
            Gets a setting.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.
            </param>
            <param name='settingId'>
            Required. The setting identifier.
            </param>
            <returns>
            The get setting operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperationsExtensions.GetAsync(Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations,System.String)">
            <summary>
            Gets a setting.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.
            </param>
            <param name='settingId'>
            Required. The setting identifier.
            </param>
            <returns>
            The get setting operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperationsExtensions.List(Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations)">
            <summary>
            Lists the settings.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.
            </param>
            <returns>
            The list settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperationsExtensions.ListAsync(Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations)">
            <summary>
            Lists the settings.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.
            </param>
            <returns>
            The list settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperationsExtensions.Update(Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations,Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsUpdateParameters)">
            <summary>
            Updates a setting.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.
            </param>
            <param name='parameters'>
            Required. The setting value.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.SettingsOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations,Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsUpdateParameters)">
            <summary>
            Updates a setting.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.
            </param>
            <param name='parameters'>
            Required. The setting value.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations">
            <summary>
            Operations for managing Triggered WebJobs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.#ctor(Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient)">
            <summary>
            Initializes a new instance of the TriggeredWebJobOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a triggered WebJob.
            </summary>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get a triggered web job.
            </summary>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get triggered WebJob Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.GetRunAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a web job run.
            </summary>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='jobRunId'>
            Required. The triggered WebJob run identifier.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get triggered WebJob Run operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.GetSettingsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get the settings of a triggered WebJob.
            </summary>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The triggered WebJob settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            List the triggered WebJobs.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list of triggered WebJobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.ListRunsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            List the triggered WebJob runs.
            </summary>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The triggered WebJob run list operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.RunAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Run a triggered WebJob.
            </summary>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.SetSettingsAsync(System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Set the settings of a triggered WebJob (will replace the current
            settings of the WebJob).
            </summary>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='settings'>
            Required. The triggered WebJob settings.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.UploadFileAsync(System.String,System.String,System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Create or replace a triggered WebJob with a script file (.exe,
            .bat, .php, .js...).
            </summary>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='fileName'>
            Required. The file name.
            </param>
            <param name='jobContent'>
            Required. The file content.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.UploadZipAsync(System.String,System.String,System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Create or replace a triggered WebJob with a zip file (containing
            the WebJob binaries).
            </summary>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='fileName'>
            Required. The zip file name.
            </param>
            <param name='jobContent'>
            Required. The zip file content.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions">
            <summary>
            The websites extensions client manages the web sites deployments, web
            jobs and other extensions.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.Delete(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String)">
            <summary>
            Delete a triggered WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String)">
            <summary>
            Delete a triggered WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.Get(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String)">
            <summary>
            Get a triggered web job.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <returns>
            The get triggered WebJob Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.GetAsync(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String)">
            <summary>
            Get a triggered web job.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <returns>
            The get triggered WebJob Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.GetRun(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String,System.String)">
            <summary>
            Get a web job run.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='jobRunId'>
            Required. The triggered WebJob run identifier.
            </param>
            <returns>
            The get triggered WebJob Run operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.GetRunAsync(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String,System.String)">
            <summary>
            Get a web job run.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='jobRunId'>
            Required. The triggered WebJob run identifier.
            </param>
            <returns>
            The get triggered WebJob Run operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.GetSettings(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String)">
            <summary>
            Get the settings of a triggered WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <returns>
            The triggered WebJob settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.GetSettingsAsync(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String)">
            <summary>
            Get the settings of a triggered WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <returns>
            The triggered WebJob settings operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.List(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations)">
            <summary>
            List the triggered WebJobs.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <returns>
            The list of triggered WebJobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.ListAsync(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations)">
            <summary>
            List the triggered WebJobs.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <returns>
            The list of triggered WebJobs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.ListRuns(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String)">
            <summary>
            List the triggered WebJob runs.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <returns>
            The triggered WebJob run list operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.ListRunsAsync(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String)">
            <summary>
            List the triggered WebJob runs.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <returns>
            The triggered WebJob run list operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.Run(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String)">
            <summary>
            Run a triggered WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.RunAsync(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String)">
            <summary>
            Run a triggered WebJob.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.SetSettings(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsUpdateParameters)">
            <summary>
            Set the settings of a triggered WebJob (will replace the current
            settings of the WebJob).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='settings'>
            Required. The triggered WebJob settings.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.SetSettingsAsync(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String,Microsoft.WindowsAzure.WebSitesExtensions.Models.TriggeredWebJobSettingsUpdateParameters)">
            <summary>
            Set the settings of a triggered WebJob (will replace the current
            settings of the WebJob).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='settings'>
            Required. The triggered WebJob settings.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.UploadFile(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String,System.String,System.IO.Stream)">
            <summary>
            Create or replace a triggered WebJob with a script file (.exe,
            .bat, .php, .js...).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='fileName'>
            Required. The file name.
            </param>
            <param name='jobContent'>
            Required. The file content.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.UploadFileAsync(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String,System.String,System.IO.Stream)">
            <summary>
            Create or replace a triggered WebJob with a script file (.exe,
            .bat, .php, .js...).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='fileName'>
            Required. The file name.
            </param>
            <param name='jobContent'>
            Required. The file content.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.UploadZip(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String,System.String,System.IO.Stream)">
            <summary>
            Create or replace a triggered WebJob with a zip file (containing
            the WebJob binaries).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='fileName'>
            Required. The zip file name.
            </param>
            <param name='jobContent'>
            Required. The zip file content.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.TriggeredWebJobOperationsExtensions.UploadZipAsync(Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations,System.String,System.String,System.IO.Stream)">
            <summary>
            Create or replace a triggered WebJob with a zip file (containing
            the WebJob binaries).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.WebSitesExtensions.ITriggeredWebJobOperations.
            </param>
            <param name='jobName'>
            Required. The triggered WebJob name.
            </param>
            <param name='fileName'>
            Required. The zip file name.
            </param>
            <param name='jobContent'>
            Required. The zip file content.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperations">
            <summary>
            Operations for managing web hosting plans beneath your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperations.#ctor(Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the WebHostingPlanOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Web Hosting Plan. (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='parameters'>
            Required. Web Hosting Plan Parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Web Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a Web Hosting Plan (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details of an existing Web Hosting Plan (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperations.GetHistoricalUsageMetricsAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve historical usage metrics for a site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Historical Usage Metrics
            Web hosting plan operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Historical Usage Metrics Web hosting plan operation
            response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            You can list the web spaces under the current subscription by
            issuing a GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Web Hosting Plans operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates an existing Web Hosting Plan. (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Web Hosting Plan
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions">
            <summary>
            The Web Sites Management API provides a RESTful set of web services
            that interact with the Windows Azure Web Sites service to manage your
            web sites. The API has entities that capture the relationship between
            an end user and Windows Azure Web Sites service. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.Create(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters)">
            <summary>
            Creates a new Web Hosting Plan. (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='parameters'>
            Required. Web Hosting Plan Parameters.
            </param>
            <returns>
            The Create Web Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanCreateParameters)">
            <summary>
            Creates a new Web Hosting Plan. (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='parameters'>
            Required. Web Hosting Plan Parameters.
            </param>
            <returns>
            The Create Web Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String,System.String)">
            <summary>
            Deletes a Web Hosting Plan (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String,System.String)">
            <summary>
            Deletes a Web Hosting Plan (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.Get(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String,System.String)">
            <summary>
            Gets details of an existing Web Hosting Plan (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <returns>
            The Get Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String,System.String)">
            <summary>
            Gets details of an existing Web Hosting Plan (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <returns>
            The Get Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.GetHistoricalUsageMetrics(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters)">
            <summary>
            You can retrieve historical usage metrics for a site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Historical Usage Metrics
            Web hosting plan operation.
            </param>
            <returns>
            The Get Historical Usage Metrics Web hosting plan operation
            response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.GetHistoricalUsageMetricsAsync(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters)">
            <summary>
            You can retrieve historical usage metrics for a site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Historical Usage Metrics
            Web hosting plan operation.
            </param>
            <returns>
            The Get Historical Usage Metrics Web hosting plan operation
            response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.List(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String)">
            <summary>
            You can list the web spaces under the current subscription by
            issuing a GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <returns>
            The List Web Hosting Plans operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String)">
            <summary>
            You can list the web spaces under the current subscription by
            issuing a GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <returns>
            The List Web Hosting Plans operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.Update(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters)">
            <summary>
            Updates an existing Web Hosting Plan. (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Web Hosting Plan
            operation.
            </param>
            <returns>
            The Create Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebHostingPlanOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters)">
            <summary>
            Updates an existing Web Hosting Plan. (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the web hosting plan.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Web Hosting Plan
            operation.
            </param>
            <returns>
            The Create Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes">
            <summary>
            In addition to standard HTTP status codes, the Azure Web Sites
            Management REST API returns extended error codes and error messages.
            The extended codes do not replace the standard HTTP status codes, but
            provide additional, actionable information that can be used in
            conjunction with the standard HTTP status codes. For example, an HTTP
            404 error can occur for numerous reasons, so having the additional
            information in the extended message can assist with problem
            resolution. (For more information on the standard HTTP codes returned
            by the REST API, see Service Management Status and Error Codes.) (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166968.aspx for
            more information)
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.AccessDenied">
            <summary>
            Access is denied.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.CommandResourceNotPresent">
            <summary>
            Command resource object is not present in the request body.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidName">
            <summary>
            Invalid name {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.UnknownCommandVerb">
            <summary>
            Cannot understand command verb {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.IsInReadOnlyMode">
            <summary>
            The service is currently in read only mode.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.ParameterIsNotSpecified">
            <summary>
            The {0} parameter is not specified.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidParameterValue">
            <summary>
            Parameter {0} has invalid value.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidRequest">
            <summary>
            {0} object is not present in the request body.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.IncorrectDateTimeRange">
            <summary>
            The from value in the query string is bigger than or equal to the
            to value.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.RequiredParameterMissing">
            <summary>
            Required parameter {0} is missing.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.ResourceNameCannotChange">
            <summary>
            Name of the web quota cannot change.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.FailedToConvertParameterValue">
            <summary>
            The value of the query string parameter cannot be converted to
            Boolean.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.ParameterNameAlreadyExists">
            <summary>
            Parameter with name {0} already exists in the request.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.ParameterNameIsEmpty">
            <summary>
            Parameter name cannot be empty.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.NotReady">
            <summary>
            Not ready.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.Ready">
            <summary>
            Ready.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.UpdateForFieldNotAllowed">
            <summary>
            Update is not allowed for the {0} field.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.NotSupportedCommand">
            <summary>
            Web Service does not support Command {0}. Only supported command(s)
            is {1}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidData">
            <summary>
            Invalid data ({0}).
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.GenericConflict">
            <summary>
            There was a conflict. {0}
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.InternalServerError">
            <summary>
            Internal server error occurred. {0}
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.NumberOfSitesLimit">
            <summary>
            Number of sites exceeds the maximum allowed.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.NumberOfWorkersLimit">
            <summary>
            Number of workers exceeds the maximum allowed.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.NoStorageVolumeAvailable">
            <summary>
            There is not enough space on the disk.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceAlreadyExists">
            <summary>
            WebSpace with name {0} already exists for subscription {1}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceNotFound">
            <summary>
            Cannot find webspace {0} for subscription {1}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceContainsResources">
            <summary>
            Web space contains resources.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.FileStorageLimit">
            <summary>
            The file storage capacity exceeds the limit.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceDeleteError">
            <summary>
            Failed to delete web space {0}: {1}
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.NoWorkersAvailable">
            <summary>
            Not enough available Standard Instance servers to satisfy this
            request.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceCreateError">
            <summary>
            Failed to create web space {0} on storage volume {1}: {2}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.DirectoryAlreadyExists">
            <summary>
            Directory already exists for site {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.DirectoryDeleteError">
            <summary>
            Failed to delete directory {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidHostName">
            <summary>
            Invalid host name {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidNumberOfWorkers">
            <summary>
            NumberOfWorkers value must be more than zero.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.HostNameAlreadyExists">
            <summary>
            Hostname '{0}' already exists.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidCustomHostNameValidation">
            <summary>
            No CNAME (or too many CNAMEs) pointing from {0} to a site in a
            default DNS zone.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidCustomHostNameValidationNoBaseHostName">
            <summary>
            There are no hostnames which could be used for validation.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.SiteAlreadyExists">
            <summary>
            Site with name {0} already exists.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.SiteNotFound">
            <summary>
            Cannot find site {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidExternalUriHeader">
            <summary>
            The external URL "{0}" specified on request header "{1}" is invalid.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.FileDeleteError">
            <summary>
            Failed to delete file {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.NumberOfWorkersPerSiteLimit">
            <summary>
            Number of workers for this site exceeds the maximum allowed.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.TraceWebSiteStorageVolume">
            <summary>
            WebSiteManager.CreateWebSite: Creating Site using storageVolume {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.RepositoryDeleteError">
            <summary>
            Cannot delete repository with name {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.RepositoryDevSiteAlreadyExists">
            <summary>
            Development site already exists in the repository for site {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.RepositoryDevSiteNotExist">
            <summary>
            Development site does not exist in the repository for site {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.RepositorySiteAlreadyExists">
            <summary>
            Site {0} already has repository created for it.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.RepositorySiteNotExist">
            <summary>
            Repository does not exist for site {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.TraceFailedToCreateDevSite">
            <summary>
            Failed to create a development site.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.AuthenticatedFailed">
            <summary>
            User {0} has been rejected.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.AuthenticatedPassed">
            <summary>
            User {0} has been successfully authenticated.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.AuthorizationFailed">
            <summary>
            User {0} has been rejected.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.AuthorizationPassed">
            <summary>
            User {0} has been authorized.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.PublishingCredentialsNotTrimmed">
            <summary>
            Publishing credentials have to be trimmed from white characters.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.PublishingPasswordIsEmpty">
            <summary>
            Publishing password cannot be empty.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.PublishingPasswordNotSpecified">
            <summary>
            Publishing password must be specified.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.PublishingUserNameAlreadyExists">
            <summary>
            Publishing username {0} is already used. Specify a different
            publishing username.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.PublishingUserNameIsEmpty">
            <summary>
            Publishing user name cannot be empty.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.ErrorAdding">
            <summary>
            An error occurred when adding the {0} entry: {1}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.ErrorDeleting">
            <summary>
            An error occurred when deleting the {0} entry: {1}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.ErrorUpdating">
            <summary>
            An error occurred when updating the {0} entry: {1}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.CannotFindEntity">
            <summary>
            Cannot find {0} with name {1}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.SubscriptionConflict">
            <summary>
            Subscription with specified name already exists.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.SubscriptionNonEmpty">
            <summary>
            Subscription Name cannot be null or empty.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.SubscriptionNotFound">
            <summary>
            Subscription {0} not found.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.SubscriptionSuspended">
            <summary>
            Subscription {0} is suspended.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.NonEmptySubscription">
            <summary>
            Subscription contains WebSpaces.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceConflict">
            <summary>
            WebSpace with specified name already exists.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceNonEmpty">
            <summary>
            WebSpace Name cannot be null or empty.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.NonEmptyWebSpace">
            <summary>
            WebSpace contains web sites.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.ErrorPickingStamp">
            <summary>
            An error occurred when picking Stamp for WebSpace {0}.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.WebSiteConflict">
            <summary>
            Web site with given name {0} already exists in the specified
            Subscription and Webspace.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.WebSiteNonEmpty">
            <summary>
            WebSiteName cannot be null or empty.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.WebSites.WebSiteExtendedErrorCodes.HostNameConflict">
            <summary>
            Specified Host Name {0} is already taken by another site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient">
            <summary>
            The websites extensions client manages the web sites deployments, web
            jobs and other extensions.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.#ctor">
            <summary>
            Initializes a new instance of the WebSiteExtensionsClient class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.#ctor(System.String,Hyak.Common.BasicAuthenticationCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the WebSiteExtensionsClient class.
            </summary>
            <param name='siteName'>
            Required. The site name.
            </param>
            <param name='credentials'>
            Required. TBD.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.#ctor(System.String,Hyak.Common.BasicAuthenticationCloudCredentials)">
            <summary>
            Initializes a new instance of the WebSiteExtensionsClient class.
            </summary>
            <param name='siteName'>
            Required. The site name.
            </param>
            <param name='credentials'>
            Required. TBD.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the WebSiteExtensionsClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.#ctor(System.String,Hyak.Common.BasicAuthenticationCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the WebSiteExtensionsClient class.
            </summary>
            <param name='siteName'>
            Required. The site name.
            </param>
            <param name='credentials'>
            Required. TBD.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.#ctor(System.String,Hyak.Common.BasicAuthenticationCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the WebSiteExtensionsClient class.
            </summary>
            <param name='siteName'>
            Required. The site name.
            </param>
            <param name='credentials'>
            Required. TBD.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.Clone(Hyak.Common.ServiceClient{Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient})">
            <summary>
            Clones properties from current instance to another
            WebSiteExtensionsClient instance
            </summary>
            <param name='client'>
            Instance of WebSiteExtensionsClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.ParseWebJobType(System.String)">
            <summary>
            Parse enum values for type WebJobType.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.WebJobTypeToString(Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobType)">
            <summary>
            Convert an enum of type WebJobType to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.Credentials">
            <summary>
            TBD.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.SiteName">
            <summary>
            The site name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.Commands">
            <summary>
            Operations for invoking commands.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.ContinuousWebJobs">
            <summary>
            Operations for managing continuous WebJobs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.Deployments">
            <summary>
            Operations for managing the repositories.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.Diagnostics">
            <summary>
            Operations for managing the diagnostics settings.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.Repository">
            <summary>
            Operations for managing the repository.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.Settings">
            <summary>
            Operations for managing the settings.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient.TriggeredWebJobs">
            <summary>
            Operations for managing Triggered WebJobs.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClientExtensions">
            <summary>
            The websites extensions client manages the web sites deployments, web
            jobs and other extensions.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient">
            <summary>
            The Web Sites Management API provides a RESTful set of web services
            that interact with the Windows Azure Web Sites service to manage your
            web sites. The API has entities that capture the relationship between
            an end user and Windows Azure Web Sites service. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.#ctor">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient})">
            <summary>
            Clones properties from current instance to another
            WebSiteManagementClient instance
            </summary>
            <param name='client'>
            Instance of WebSiteManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.ParseConnectionStringType(System.String)">
            <summary>
            Parse enum values for type ConnectionStringType.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.ConnectionStringTypeToString(Microsoft.WindowsAzure.Management.WebSites.Models.ConnectionStringType)">
            <summary>
            Convert an enum of type ConnectionStringType to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.ParseManagedPipelineMode(System.String)">
            <summary>
            Parse enum values for type ManagedPipelineMode.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.ManagedPipelineModeToString(Microsoft.WindowsAzure.Management.WebSites.Models.ManagedPipelineMode)">
            <summary>
            Convert an enum of type ManagedPipelineMode to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.GetOperationStatusAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling a long-running operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, timed out, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the webspace for the website where the
            operation was targeted.
            </param>
            <param name='siteName'>
            Required. The name of the site where the operation was targeted.
            </param>
            <param name='operationId'>
            Required. The operation ID for the operation you wish to track. The
            operation ID is returned in the ID field in the body of the
            response for long-running operations.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.RegisterSubscriptionAsync(System.Threading.CancellationToken)">
            <summary>
            Register your subscription to use Azure Web Sites.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.UnregisterSubscriptionAsync(System.Threading.CancellationToken)">
            <summary>
            Unregister your subscription to use Azure Web Sites.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.ManagedPipelineModeToString(System.Nullable{Microsoft.WindowsAzure.Management.WebSites.Models.ManagedPipelineMode})">
            <summary>
            Convert an enum of type ManagedPipelineMode to a string.
            This is temp workaround for hydra generation issue with nulable enums with custom values
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.WebHostingPlans">
            <summary>
            Operations for managing web hosting plans beneath your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.WebSites">
            <summary>
            Operations for managing the web sites in a web space. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.WebSpaces">
            <summary>
            Operations for managing web spaces beneath your subscription.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClientExtensions">
            <summary>
            The Web Sites Management API provides a RESTful set of web services
            that interact with the Windows Azure Web Sites service to manage your
            web sites. The API has entities that capture the relationship between
            an end user and Windows Azure Web Sites service. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClientExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient,System.String,System.String,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling a long-running operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, timed out, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.
            </param>
            <param name='webSpaceName'>
            Required. The name of the webspace for the website where the
            operation was targeted.
            </param>
            <param name='siteName'>
            Required. The name of the site where the operation was targeted.
            </param>
            <param name='operationId'>
            Required. The operation ID for the operation you wish to track. The
            operation ID is returned in the ID field in the body of the
            response for long-running operations.
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClientExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient,System.String,System.String,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling a long-running operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, timed out, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.
            </param>
            <param name='webSpaceName'>
            Required. The name of the webspace for the website where the
            operation was targeted.
            </param>
            <param name='siteName'>
            Required. The name of the site where the operation was targeted.
            </param>
            <param name='operationId'>
            Required. The operation ID for the operation you wish to track. The
            operation ID is returned in the ID field in the body of the
            response for long-running operations.
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClientExtensions.RegisterSubscription(Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient)">
            <summary>
            Register your subscription to use Azure Web Sites.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClientExtensions.RegisterSubscriptionAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient)">
            <summary>
            Register your subscription to use Azure Web Sites.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClientExtensions.UnregisterSubscription(Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient)">
            <summary>
            Unregister your subscription to use Azure Web Sites.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClientExtensions.UnregisterSubscriptionAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient)">
            <summary>
            Unregister your subscription to use Azure Web Sites.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations">
            <summary>
            Operations for managing the web sites in a web space. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.#ctor(Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the WebSiteOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.ApplySlotConfigurationAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='targetSwapSlot'>
            Required. The name of the target slot to be swapped with.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.BackupAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest,System.Threading.CancellationToken)">
            <summary>
            Backups a site on-demand.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='backupRequest'>
            Required. A backup specification.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The backup record created based on the backup request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.BeginSwappingSlotsAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can swap a web site from one slot to another slot.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='sourceSlotName'>
            Required. The name of the first web site slot to swap (source).
            </param>
            <param name='targetSlotName'>
            Required. The name of the second web site slot to swap with
            (target).
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters,System.Threading.CancellationToken)">
            <summary>
            You can create a web site by using a POST request that includes the
            name of the web site and other information in the request body.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166986.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.CreateHybridConnectionAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates an association to a hybrid connection for a web site.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='siteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Hybrid Connection
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.CreateRepositoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository create operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.DeleteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteParameters,System.Threading.CancellationToken)">
            <summary>
            You can delete a web site by issuing an HTTP DELETE request. If the
            web site being deleted is the only site remaining in a server
            farm, you can optionally delete the server farm as well by using
            the deleteEmptyServerFarm parameter. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236430.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Delete Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.DeleteHybridConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a hybrid connection on a specific site.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='hybridConnectionName'>
            Required. The name of the hybrid connection entity
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.DeleteRepositoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository delete operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Delete Repository Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.DiscoverAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest,System.Threading.CancellationToken)">
            <summary>
            Scans a backup in a storage account and returns database
            information etc. Should be called before calling Restore to
            discover what parameters are needed for the restore operation.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='restoreRequest'>
            Required. A restore request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The information gathered about a backup storaged in a storage
            account.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.GeneratePasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can generate a new random password for publishing a site by
            issuing an HTTP POST request. Tip: If you want to verify that the
            publish password has changed, issue an HTTP GET on /publishxml
            before calling /newpassword. In the publish XML, note the hash
            value in the userPWD attribute. After calling /newpassword, call
            /publishxml again. You can then compare the new value of userPWD
            in the Publish XML with the one you noted earlier. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236428.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.GetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve details for a web site by issuing an HTTP GET
            request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167007.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Optional. Parameters supplied to the Get Web Site Operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.GetBackupConfigurationAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a schedule configuration for site backups.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Scheduled backup definition.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.GetConfigurationAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Configuration Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.GetHistoricalUsageMetricsAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve historical usage metrics for a site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Historical Usage Metrics
            Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Historical Usage Metrics Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.GetHybridConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a particular hybrid connection that belongs to a specific
            site.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='hybridConnectionName'>
            Required. The name of the hybrid connection entity
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.GetInstanceIdsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the list of active instances by ids for a web site
            by issuing an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The web site instance ids response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.GetPublishProfileAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the publish settings information for a web site by
            issuing an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Publish Profile Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.GetRepositoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository get operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Repository Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.GetSlotConfigNamesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.GetUsageMetricsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can retrieve current usage metrics for a site by issuing an
            HTTP GET request. The metrics returned include CPU Time, Data In,
            Data Out, Local Bytes Read, Local Bytes Written, Network Bytes
            Read, Network Bytes Written, WP Stop Requests, Memory Usage, CPU
            Time - Minute Limit, and File System Storage. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166991.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Usage Metrics Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.IsHostnameAvailableAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Determines if a host name is available.
            </summary>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Is Hostname Available Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.ListBackupsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of all backups which are tracked by the system.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of backups for the website.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.ListHybridConnectionsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a list of all hybrid connections on a specific web site.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.ResetSlotConfigurationAsync(System.String,System.String,System.Threading.CancellationToken)">
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.RestartAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can restart a web site by issuing an HTTP POST request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236425.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.RestoreAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest,System.Threading.CancellationToken)">
            <summary>
            Restores a site to either a new site or existing site (Overwrite
            flag has to be set to true for that).
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='restoreRequest'>
            Required. A restore request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Restore operation information.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.SwapSlotsAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            You can swap a web site from one slot to another slot.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='sourceSlotName'>
            Required. The name of the first web site slot to swap (source).
            </param>
            <param name='targetSlotName'>
            Required. The name of the second web site slot to swap with
            (target).
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.SyncRepositoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository sync operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            You can update the settings for a web site by using the HTTP PUT
            method and by specifying the settings in the request body. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167005.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Update Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.UpdateBackupConfigurationAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest,System.Threading.CancellationToken)">
            <summary>
            Updates a backup schedule for a site.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='backupRequest'>
            Required. A backup schedule specification.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.UpdateConfigurationAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters,System.Threading.CancellationToken)">
            <summary>
            You can update the config settings for a web site by issuing an
            HTTP PUT with a request body containing the updated settings.
            (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Configuration Web Site
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.UpdateHybridConnectionAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates an association to a hybrid connection for a web site.
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='siteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Hybrid Connection
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.UpdateSlotConfigNamesAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNamesUpdate,System.Threading.CancellationToken)">
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. The parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions">
            <summary>
            The Web Sites Management API provides a RESTful set of web services
            that interact with the Windows Azure Web Sites service to manage your
            web sites. The API has entities that capture the relationship between
            an end user and Windows Azure Web Sites service. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.ApplySlotConfiguration(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='targetSwapSlot'>
            Required. The name of the target slot to be swapped with.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.ApplySlotConfigurationAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='targetSwapSlot'>
            Required. The name of the target slot to be swapped with.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.Backup(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest)">
            <summary>
            Backups a site on-demand.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='backupRequest'>
            Required. A backup specification.
            </param>
            <returns>
            The backup record created based on the backup request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.BackupAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest)">
            <summary>
            Backups a site on-demand.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='backupRequest'>
            Required. A backup specification.
            </param>
            <returns>
            The backup record created based on the backup request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.BeginSwappingSlots(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,System.String)">
            <summary>
            You can swap a web site from one slot to another slot.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='sourceSlotName'>
            Required. The name of the first web site slot to swap (source).
            </param>
            <param name='targetSlotName'>
            Required. The name of the second web site slot to swap with
            (target).
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.BeginSwappingSlotsAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,System.String)">
            <summary>
            You can swap a web site from one slot to another slot.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='sourceSlotName'>
            Required. The name of the first web site slot to swap (source).
            </param>
            <param name='targetSlotName'>
            Required. The name of the second web site slot to swap with
            (target).
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.Create(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters)">
            <summary>
            You can create a web site by using a POST request that includes the
            name of the web site and other information in the request body.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166986.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Web Site operation.
            </param>
            <returns>
            The Create Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteCreateParameters)">
            <summary>
            You can create a web site by using a POST request that includes the
            name of the web site and other information in the request body.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166986.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Web Site operation.
            </param>
            <returns>
            The Create Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.CreateHybridConnection(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters)">
            <summary>
            Creates an association to a hybrid connection for a web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='siteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Hybrid Connection
            operation.
            </param>
            <returns>
            The Create Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.CreateHybridConnectionAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionCreateParameters)">
            <summary>
            Creates an association to a hybrid connection for a web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='siteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Hybrid Connection
            operation.
            </param>
            <returns>
            The Create Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.CreateRepository(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository create operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.CreateRepositoryAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository create operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteParameters)">
            <summary>
            You can delete a web site by issuing an HTTP DELETE request. If the
            web site being deleted is the only site remaining in a server
            farm, you can optionally delete the server farm as well by using
            the deleteEmptyServerFarm parameter. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236430.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Delete Web Site operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteDeleteParameters)">
            <summary>
            You can delete a web site by issuing an HTTP DELETE request. If the
            web site being deleted is the only site remaining in a server
            farm, you can optionally delete the server farm as well by using
            the deleteEmptyServerFarm parameter. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236430.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Delete Web Site operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.DeleteHybridConnection(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a hybrid connection on a specific site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='hybridConnectionName'>
            Required. The name of the hybrid connection entity
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.DeleteHybridConnectionAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a hybrid connection on a specific site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='hybridConnectionName'>
            Required. The name of the hybrid connection entity
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.DeleteRepository(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository delete operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Delete Repository Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.DeleteRepositoryAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository delete operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Delete Repository Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.Discover(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest)">
            <summary>
            Scans a backup in a storage account and returns database
            information etc. Should be called before calling Restore to
            discover what parameters are needed for the restore operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='restoreRequest'>
            Required. A restore request.
            </param>
            <returns>
            The information gathered about a backup storaged in a storage
            account.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.DiscoverAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest)">
            <summary>
            Scans a backup in a storage account and returns database
            information etc. Should be called before calling Restore to
            discover what parameters are needed for the restore operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='restoreRequest'>
            Required. A restore request.
            </param>
            <returns>
            The information gathered about a backup storaged in a storage
            account.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GeneratePassword(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can generate a new random password for publishing a site by
            issuing an HTTP POST request. Tip: If you want to verify that the
            publish password has changed, issue an HTTP GET on /publishxml
            before calling /newpassword. In the publish XML, note the hash
            value in the userPWD attribute. After calling /newpassword, call
            /publishxml again. You can then compare the new value of userPWD
            in the Publish XML with the one you noted earlier. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236428.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GeneratePasswordAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can generate a new random password for publishing a site by
            issuing an HTTP POST request. Tip: If you want to verify that the
            publish password has changed, issue an HTTP GET on /publishxml
            before calling /newpassword. In the publish XML, note the hash
            value in the userPWD attribute. After calling /newpassword, call
            /publishxml again. You can then compare the new value of userPWD
            in the Publish XML with the one you noted earlier. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236428.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.Get(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetParameters)">
            <summary>
            You can retrieve details for a web site by issuing an HTTP GET
            request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167007.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Optional. Parameters supplied to the Get Web Site Operation.
            </param>
            <returns>
            The Get Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetParameters)">
            <summary>
            You can retrieve details for a web site by issuing an HTTP GET
            request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167007.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Optional. Parameters supplied to the Get Web Site Operation.
            </param>
            <returns>
            The Get Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetBackupConfiguration(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            Gets a schedule configuration for site backups.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            Scheduled backup definition.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetBackupConfigurationAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            Gets a schedule configuration for site backups.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            Scheduled backup definition.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetConfiguration(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Get Configuration Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetConfigurationAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Get Configuration Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetHistoricalUsageMetrics(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters)">
            <summary>
            You can retrieve historical usage metrics for a site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Historical Usage Metrics
            Web Site operation.
            </param>
            <returns>
            The Get Historical Usage Metrics Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetHistoricalUsageMetricsAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters)">
            <summary>
            You can retrieve historical usage metrics for a site by issuing an
            HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166964.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Get Historical Usage Metrics
            Web Site operation.
            </param>
            <returns>
            The Get Historical Usage Metrics Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetHybridConnection(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves a particular hybrid connection that belongs to a specific
            site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='hybridConnectionName'>
            Required. The name of the hybrid connection entity
            </param>
            <returns>
            The Get Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetHybridConnectionAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves a particular hybrid connection that belongs to a specific
            site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='hybridConnectionName'>
            Required. The name of the hybrid connection entity
            </param>
            <returns>
            The Get Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetInstanceIds(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can retrieve the list of active instances by ids for a web site
            by issuing an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The web site instance ids response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetInstanceIdsAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can retrieve the list of active instances by ids for a web site
            by issuing an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The web site instance ids response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetPublishProfile(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can retrieve the publish settings information for a web site by
            issuing an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Get Publish Profile Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetPublishProfileAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can retrieve the publish settings information for a web site by
            issuing an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Get Publish Profile Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetRepository(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository get operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Get Repository Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetRepositoryAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository get operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Get Repository Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetSlotConfigNames(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetSlotConfigNamesAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetUsageMetrics(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can retrieve current usage metrics for a site by issuing an
            HTTP GET request. The metrics returned include CPU Time, Data In,
            Data Out, Local Bytes Read, Local Bytes Written, Network Bytes
            Read, Network Bytes Written, WP Stop Requests, Memory Usage, CPU
            Time - Minute Limit, and File System Storage. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166991.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Get Usage Metrics Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.GetUsageMetricsAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can retrieve current usage metrics for a site by issuing an
            HTTP GET request. The metrics returned include CPU Time, Data In,
            Data Out, Local Bytes Read, Local Bytes Written, Network Bytes
            Read, Network Bytes Written, WP Stop Requests, Memory Usage, CPU
            Time - Minute Limit, and File System Storage. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166991.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Get Usage Metrics Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.IsHostnameAvailable(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String)">
            <summary>
            Determines if a host name is available.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Is Hostname Available Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.IsHostnameAvailableAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String)">
            <summary>
            Determines if a host name is available.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The Is Hostname Available Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.ListBackups(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            Returns list of all backups which are tracked by the system.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            List of backups for the website.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.ListBackupsAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            Returns list of all backups which are tracked by the system.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            List of backups for the website.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.ListHybridConnections(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            Retrieves a list of all hybrid connections on a specific web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The List Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.ListHybridConnectionsAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            Retrieves a list of all hybrid connections on a specific web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            The List Hybrid Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.ResetSlotConfiguration(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.ResetSlotConfigurationAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.Restart(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can restart a web site by issuing an HTTP POST request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236425.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.RestartAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            You can restart a web site by issuing an HTTP POST request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236425.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.Restore(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest)">
            <summary>
            Restores a site to either a new site or existing site (Overwrite
            flag has to be set to true for that).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='restoreRequest'>
            Required. A restore request.
            </param>
            <returns>
            Restore operation information.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.RestoreAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.RestoreRequest)">
            <summary>
            Restores a site to either a new site or existing site (Overwrite
            flag has to be set to true for that).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='restoreRequest'>
            Required. A restore request.
            </param>
            <returns>
            Restore operation information.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.SwapSlots(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,System.String)">
            <summary>
            You can swap a web site from one slot to another slot.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='sourceSlotName'>
            Required. The name of the first web site slot to swap (source).
            </param>
            <param name='targetSlotName'>
            Required. The name of the second web site slot to swap with
            (target).
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.SwapSlotsAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,System.String)">
            <summary>
            You can swap a web site from one slot to another slot.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='sourceSlotName'>
            Required. The name of the first web site slot to swap (source).
            </param>
            <param name='targetSlotName'>
            Required. The name of the second web site slot to swap with
            (target).
            </param>
            <returns>
            The response body contains the status of the specified long-running
            operation, indicating whether it has succeeded, is inprogress, has
            timed out, or has failed. Note that this status is distinct from
            the HTTP status code returned for the Get Operation Status
            operation itself. If the long-running operation failed, the
            response body includes error information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.SyncRepository(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository sync operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.SyncRepositoryAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            A web site repository is essentially a Git repository that you can
            use to manage your web site content. By using Git source control
            tools, you can push or pull version-controlled changes to your
            site. This API executes a repository sync operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.Update(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters)">
            <summary>
            You can update the settings for a web site by using the HTTP PUT
            method and by specifying the settings in the request body. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167005.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Web Site operation.
            </param>
            <returns>
            The Update Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateParameters)">
            <summary>
            You can update the settings for a web site by using the HTTP PUT
            method and by specifying the settings in the request body. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167005.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Web Site operation.
            </param>
            <returns>
            The Update Web Site operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.UpdateBackupConfiguration(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest)">
            <summary>
            Updates a backup schedule for a site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='backupRequest'>
            Required. A backup schedule specification.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.UpdateBackupConfigurationAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.BackupRequest)">
            <summary>
            Updates a backup schedule for a site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='backupRequest'>
            Required. A backup schedule specification.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.UpdateConfiguration(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters)">
            <summary>
            You can update the config settings for a web site by issuing an
            HTTP PUT with a request body containing the updated settings.
            (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Configuration Web Site
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.UpdateConfigurationAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters)">
            <summary>
            You can update the config settings for a web site by issuing an
            HTTP PUT with a request body containing the updated settings.
            (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Configuration Web Site
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.UpdateHybridConnection(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters)">
            <summary>
            Updates an association to a hybrid connection for a web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='siteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Hybrid Connection
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.UpdateHybridConnectionAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.HybridConnectionUpdateParameters)">
            <summary>
            Updates an association to a hybrid connection for a web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='siteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Hybrid Connection
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.UpdateSlotConfigNames(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNamesUpdate)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. The parameters.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteOperationsExtensions.UpdateSlotConfigNamesAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.SlotConfigNamesUpdate)">
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='parameters'>
            Required. The parameters.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperations">
            <summary>
            Operations for managing web spaces beneath your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperations.#ctor(Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the WebSpaceOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperations.CreatePublishingUserAsync(System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a source control user with permissions to publish to this
            web space.
            </summary>
            <param name='username'>
            Required. The user name.
            </param>
            <param name='password'>
            Required. The user password.
            </param>
            <param name='parameters'>
            Optional. Parameters supplied to the Create Publishing User
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Publishing User operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            You can retrieve details for a specified web space name by issuing
            an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167017.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Space Details operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperations.GetDnsSuffixAsync(System.Threading.CancellationToken)">
            <summary>
            Get the DNS Suffix for this subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get DNS Suffix operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            You can list the web spaces under the current subscription by
            issuing a GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Web Spaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperations.ListGeoRegionsAsync(System.Threading.CancellationToken)">
            <summary>
            Get the available geo regions for this web space.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Geo Regions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperations.ListPublishingUsersAsync(System.Threading.CancellationToken)">
            <summary>
            Get the source control users allowed to publish to this web space.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Publishing Users operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperations.ListWebSitesAsync(System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteListParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve a list of all web sites in a web space by issuing
            an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236429.aspx
            for more information)
            </summary>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Web Sites operation response.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions">
            <summary>
            The Web Sites Management API provides a RESTful set of web services
            that interact with the Windows Azure Web Sites service to manage your
            web sites. The API has entities that capture the relationship between
            an end user and Windows Azure Web Sites service. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.CreatePublishingUser(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters)">
            <summary>
            Creates a source control user with permissions to publish to this
            web space.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <param name='username'>
            Required. The user name.
            </param>
            <param name='password'>
            Required. The user password.
            </param>
            <param name='parameters'>
            Optional. Parameters supplied to the Create Publishing User
            operation.
            </param>
            <returns>
            The Create Publishing User operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.CreatePublishingUserAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations,System.String,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesCreatePublishingUserParameters)">
            <summary>
            Creates a source control user with permissions to publish to this
            web space.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <param name='username'>
            Required. The user name.
            </param>
            <param name='password'>
            Required. The user password.
            </param>
            <param name='parameters'>
            Optional. Parameters supplied to the Create Publishing User
            operation.
            </param>
            <returns>
            The Create Publishing User operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.Get(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations,System.String)">
            <summary>
            You can retrieve details for a specified web space name by issuing
            an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167017.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <returns>
            The Get Web Space Details operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations,System.String)">
            <summary>
            You can retrieve details for a specified web space name by issuing
            an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn167017.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <returns>
            The Get Web Space Details operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.GetDnsSuffix(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations)">
            <summary>
            Get the DNS Suffix for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <returns>
            The Get DNS Suffix operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.GetDnsSuffixAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations)">
            <summary>
            Get the DNS Suffix for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <returns>
            The Get DNS Suffix operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.List(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations)">
            <summary>
            You can list the web spaces under the current subscription by
            issuing a GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <returns>
            The List Web Spaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations)">
            <summary>
            You can list the web spaces under the current subscription by
            issuing a GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <returns>
            The List Web Spaces operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.ListGeoRegions(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations)">
            <summary>
            Get the available geo regions for this web space.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <returns>
            The List Geo Regions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.ListGeoRegionsAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations)">
            <summary>
            Get the available geo regions for this web space.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <returns>
            The List Geo Regions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.ListPublishingUsers(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations)">
            <summary>
            Get the source control users allowed to publish to this web space.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <returns>
            The List Publishing Users operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.ListPublishingUsersAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations)">
            <summary>
            Get the source control users allowed to publish to this web space.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <returns>
            The List Publishing Users operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.ListWebSites(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteListParameters)">
            <summary>
            You can retrieve a list of all web sites in a web space by issuing
            an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236429.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            The List Web Sites operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSpaceOperationsExtensions.ListWebSitesAsync(Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations,System.String,Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteListParameters)">
            <summary>
            You can retrieve a list of all web sites in a web space by issuing
            an HTTP GET request. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn236429.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
            </param>
            <param name='webSpaceName'>
            Required. The name of the web space.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            The List Web Sites operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.WebSites.WebSiteCloudException">
            <summary>
            Exception thrown for any invalid response from a WebSite operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteCloudException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebSiteCloudException class.
            </summary>
            <param name="message">The exception message.</param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteCloudException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the WebSiteCloudException class.
            </summary>
            <param name="message">The exception message.</param>
            <param name="innerException">Inner exception.</param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.WebSites.WebSiteCloudException.CreateFromXml(System.Net.Http.HttpRequestMessage,System.String,System.Net.Http.HttpResponseMessage,System.String,System.Exception)">
            <summary>
            Create a CloudException from a failed response sending XML content.
            </summary>
            <param name="request">The HTTP request.</param>
            <param name="requestContent">The HTTP request content.</param>
            <param name="response">The HTTP response.</param>
            <param name="responseContent">The HTTP response content.</param>
            <param name="innerException">Optional inner exception.</param>
            <returns>A CloudException representing the failure.</returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteCloudException.ExtendedErrorCode">
            <summary>
            Gets an extended error code that is a numeric value unique to this
            error type. For a list of extended codes, see
            WebSiteExtendedErrorCodes.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteCloudException.ErrorMessageFormat">
            <summary>
            Gets a template of the actual message presented to the user, with
            place holders that are filled with information from the Parameters
            element.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.WebSites.WebSiteCloudException.ErrorMessageArguments">
            <summary>
            A container for strings that fill the place holders in the message
            template. These strings contain information unique to the user's
            scenario.
            </summary>
        </member>
    </members>
</doc>