Microsoft.Azure.Management.WebSites.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.WebSites</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.WebSites.ISourceControlOperations">
            <summary>
            User source controls operations
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISourceControlOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get user source control
            </summary>
            <param name='name'>
            The name of the source control (GitHub, Bitbucket, CodePlex or
            Dropbox)
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get source control operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISourceControlOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            List source controls for user.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list source controls operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISourceControlOperations.UpdateAsync(System.String,Microsoft.Azure.Management.WebSites.Models.SourceControlUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update source control for user.
            </summary>
            <param name='name'>
            The name of the source control (can be: GitHub, Bitbucket,
            CodePlex, Dropbox)
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Source Control operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The update source control operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IWebHostingPlanOperations">
            <summary>
            Operations for managing the Web Hosting Plans in a resource group. Web
            hosting plans (WHPs) represent a set of features and capacity that you
            can share across your web sites. Web hosting plans support the 4 Azure
            Web Sites pricing tiers (Free, Shared, Basic, and Standard) where each
            tier has its own capabilities and capacity. Sites in the same
            subscription, resource group, and geographic location can share a web
            hosting plan. All the sites sharing a web hosting plan can leverage
            all the capabilities and features defined by the web hosting plan
            tier. All web sites associated with a given web hosting plan run on
            the resources defined by the 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>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebHostingPlanOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.WebSites.Models.WebHostingPlanCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Web Hosting Plan or updates an existing one. (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create Server Farm operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webHostingPlanName'>
            The name of the Web Hosting Plan to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group.
            </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.Azure.Management.WebSites.IWebHostingPlanOperations.GetHistoricalUsageMetricsAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group.
            </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.Azure.Management.WebSites.IWebHostingPlanOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all Web Hosting Plans in a current subscription and Resource
            Group. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn194277.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Web Hosting Plans operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient">
            <summary>
            The Windows Azure Web Sites management API provides a RESTful set of
            web services that interact with Windows Azure Web Sites service to
            manage your web sites. The API has entities that capture the
            relationship between an end user and the Windows Azure Web Sites
            service. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.IWebSiteManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.SourceControls">
            <summary>
            User source controls operations
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.WebHostingPlans">
            <summary>
            Operations for managing the Web Hosting Plans in a resource group.
            Web hosting plans (WHPs) represent a set of features and capacity
            that you can share across your web sites. Web hosting plans
            support the 4 Azure Web Sites pricing tiers (Free, Shared, Basic,
            and Standard) where each tier has its own capabilities and
            capacity. Sites in the same subscription, resource group, and
            geographic location can share a web hosting plan. All the sites
            sharing a web hosting plan can leverage all the capabilities and
            features defined by the web hosting plan tier. All web sites
            associated with a given web hosting plan run on the resources
            defined by the 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>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.WebSites">
            <summary>
            Operations for managing the web sites in a web space.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IWebSiteOperations">
            <summary>
            Operations for managing the web sites in a web space.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.BackupAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope,System.Threading.CancellationToken)">
            <summary>
            Backups a site on-demand.
            </summary>
            <param name='resourceGroupName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='backupRequestEnvelope'>
            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.Azure.Management.WebSites.IWebSiteOperations.CloneAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteCloneParameters,System.Threading.CancellationToken)">
            <summary>
            You can clone a web site by using a PUT 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='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='parameters'>
            Parameters supplied to the clone Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The website operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteCreateOrUpdateParameters,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='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Web Space operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.CreateRepositoryAsync(System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.DeleteAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteDeleteParameters,System.Threading.CancellationToken)">
            <summary>
            Deletes the web site.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group..
            </param>
            <param name='webSiteName'>
            The name of the Web Site resource.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='parameters'>
            The parameters to delete a 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.Azure.Management.WebSites.IWebSiteOperations.DeleteRepositoryAsync(System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Delete Web Site Repository operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.DeleteSiteSourceControlAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Unlink source control from website
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='repoUrl'>
            The repository url.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.DiscoverAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope,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.
            KNOWN BUG: This has to be called against an exisingsite, otherwise
            will hit an error about non-existing resource.
            </summary>
            <param name='resourceGroupName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='restoreRequestEnvelope'>
            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.Azure.Management.WebSites.IWebSiteOperations.GeneratePasswordAsync(System.String,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, call 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='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetAsync(System.String,System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='parameters'>
            Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site Details operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetAppSettingsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            Name of website
            </param>
            <param name='slotName'>
            The name of the slot of the website
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of app settings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetBackupConfigurationAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a schedule configuration for site backups.
            </summary>
            <param name='resourceGroupName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Scheduled backup definition.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetConfigurationAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteGetConfigurationParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request, or update them by using HTTP PUT with a request
            body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='parameters'>
            Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Config for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetConnectionStringsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            Name of website
            </param>
            <param name='slotName'>
            The name of the slot of the web site
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of connection strings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetHistoricalUsageMetricsAsync(System.String,System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='parameters'>
            The Get Web Site Historical Usage Metrics parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site Historical Usage Metrics operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetMetadataAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            Name of website
            </param>
            <param name='slotName'>
            The name of the slot of the web site
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of metadata for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetOperationAsync(System.String,System.String,System.String,System.Guid,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='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='operationId'>
            Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The website operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetPublishingCredentialsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get publishing credentials for the web site.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            Name of website
            </param>
            <param name='slotName'>
            The name of the slot of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Publishing credentials for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetPublishProfileAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the publish settings information for a web site. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site Publish Profile operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetRepositoryAsync(System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site Repository operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetSlotConfigNamesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Update list of app settings and connection strings which to be slot
            specific. E.g. settings in staging slots remain in staging after
            swap with production.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            The name of the website
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of slot specific settings.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.GetUsageMetricsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a web site's current usage metrics. 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='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site Usage Metrics operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteListParameters,System.Threading.CancellationToken)">
            <summary>
            List the Web Sites in a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='parameters'>
            Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Web Sites operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.ListBackupsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of all backups which are tracked by the system.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of backups for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.RestartAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            Name of website
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.RestoreAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope,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='resourceGroupName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='restoreRequestEnvelope'>
            A restore request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Restore operation information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.StartAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            Name of website
            </param>
            <param name='slotName'>
            The name of the slot of the website
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.StopAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            Name of website
            </param>
            <param name='slotName'>
            The name of the slot 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.Azure.Management.WebSites.IWebSiteOperations.UpdateAppSettingsAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the application settings for a web site by issuing
            an HTTP GET request, or update them by using HTTP PUT with a
            request body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            The name of the web site
            </param>
            <param name='slotName'>
            The name of the slot of the website
            </param>
            <param name='parameters'>
            The Update Web Site app settings parameters
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of app settings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.UpdateBackupConfigurationAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope,System.Threading.CancellationToken)">
            <summary>
            Updates a backup schedule for a site.
            </summary>
            <param name='resourceGroupName'>
            The name of the web space.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='backupRequestEnvelope'>
            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.Azure.Management.WebSites.IWebSiteOperations.UpdateConfigurationAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request, or update them by using HTTP PUT with a request
            body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='webSiteName'>
            The name of the web site.
            </param>
            <param name='slotName'>
            The name of the slot.
            </param>
            <param name='parameters'>
            The Update Web Site Configuration 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="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.UpdateConnectionStringsAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConnectionStringsParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the connection strings for a web site by issuing
            an HTTP GET request, or update them by using HTTP PUT with a
            request body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            The name of the website
            </param>
            <param name='slotName'>
            The name of the slot of the website
            </param>
            <param name='parameters'>
            The Update Web Site connection strings parameters
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of connection strings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.UpdateMetadataAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the metadata for a web site by issuing an HTTP GET
            request, or update them by using HTTP PUT with a request body that
            contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            The name of the website
            </param>
            <param name='slotName'>
            The name of the slot of the website
            </param>
            <param name='parameters'>
            The Update Web Site metadata parameters
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of metadata for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.UpdateSiteSourceControlAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControlUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Link source control to website (do not forget to setup the token,
            and if needed token secret, for the specific source control type
            used).
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            The name of the web site
            </param>
            <param name='slotName'>
            The name of the slot of the website
            </param>
            <param name='parameters'>
            The update site source control parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The link site to source control operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IWebSiteOperations.UpdateSlotConfigNamesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update list of app settings and connection strings which to be slot
            specific. E.g. settings in staging slots remain in staging after
            swap with production.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group
            </param>
            <param name='webSiteName'>
            The name of the website
            </param>
            <param name='parameters'>
            The Update slot configs 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.Azure.Management.WebSites.Models.BackupItem">
            <summary>
            A specific backup.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupItem.#ctor">
            <summary>
            Initializes a new instance of the BackupItem class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.Models.BackupItem.CorrelationId">
            <summary>
            Optional. Internal correlation identifier - identifies a specific
            backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.Created">
            <summary>
            Optional. Timestamp when the backup has been created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.Databases">
            <summary>
            Optional. Database settings for backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.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.Azure.Management.WebSites.Models.BackupItem.Name">
            <summary>
            Optional. The name of this backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.Models.BackupItem.SizeInBytes">
            <summary>
            Optional. Size of the backup zip file in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.Models.BackupItem.StorageAccountUrl" -->
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupItemEnvelope">
            <summary>
            List of backups for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceBase.#ctor">
            <summary>
            Initializes a new instance of the ResourceBase class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceBase.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ResourceBase class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceBase.Id">
            <summary>
            Optional. Gets the ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceBase.Location">
            <summary>
            Required. Gets or sets the location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceBase.Name">
            <summary>
            Optional. The name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceBase.Tags">
            <summary>
            Optional. Gets or sets the tags attached to the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceBase.Type">
            <summary>
            Optional. The type of the resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupItemEnvelope.#ctor">
            <summary>
            Initializes a new instance of the BackupItemEnvelope class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupItemEnvelope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackupItemEnvelope class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItemEnvelope.Properties">
            <summary>
            Optional. Backups for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupItemsEnvelope">
            <summary>
            List of backups for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupItemsEnvelope.#ctor">
            <summary>
            Initializes a new instance of the BackupItemsEnvelope class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupItemsEnvelope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackupItemsEnvelope class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItemsEnvelope.Properties">
            <summary>
            Optional. Backups for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupItemStatus">
            <summary>
            Backup status
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.BackupItemStatus.InProgress">
            <summary>
            In progress
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.BackupItemStatus.Failed">
            <summary>
            Failed
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.BackupItemStatus.Succeeded">
            <summary>
            Succeeded
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.BackupItemStatus.TimedOut">
            <summary>
            Timed out
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.BackupItemStatus.Created">
            <summary>
            Created, pending
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.BackupItemStatus.Skipped">
            <summary>
            Skipped
            </summary>
        </member>
        <member name="F:Microsoft.Azure.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.Azure.Management.WebSites.Models.BackupRequest">
            <summary>
            A specific backup.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupRequest.#ctor">
            <summary>
            Initializes a new instance of the BackupRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.Models.BackupRequest.Databases">
            <summary>
            Optional. Database settings for backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.Management.WebSites.Models.BackupRequest.StorageAccountUrl" -->
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope">
            <summary>
            A specific backup.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope.#ctor">
            <summary>
            Initializes a new instance of the BackupRequestEnvelope class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackupRequestEnvelope class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope.Request">
            <summary>
            Optional. TODO.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupSchedule">
            <summary>
            Defines a backup schedule for a website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupSchedule.#ctor">
            <summary>
            Initializes a new instance of the BackupSchedule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupSchedule.FrequencyInterval">
            <summary>
            Optional. The frequency of backups.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupSchedule.FrequencyUnit">
            <summary>
            Optional. Units for FrequencyInterval - e.g. Day or Hour
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.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.Azure.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.Azure.Management.WebSites.Models.BackupScheduleRequestEnvelope">
            <summary>
            TODO
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupScheduleRequestEnvelope.#ctor">
            <summary>
            Initializes a new instance of the BackupScheduleRequestEnvelope
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupScheduleRequestEnvelope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackupScheduleRequestEnvelope
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupScheduleRequestEnvelope.Properties">
            <summary>
            Optional. TODO.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupScheduleRequestResponse">
            <summary>
            TODO
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupScheduleRequestResponse.#ctor">
            <summary>
            Initializes a new instance of the BackupScheduleRequestResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupScheduleRequestResponse.BackupSchedule">
            <summary>
            Optional. Schedule - defines how often should be the backup
            performed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupScheduleRequestResponse.Databases">
            <summary>
            Optional. Database settings for backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupScheduleRequestResponse.Enabled">
            <summary>
            Optional. True if this schedule is enabled and periodically
            executed; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupScheduleRequestResponse.Name">
            <summary>
            Optional. Name of the backup schedule.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Microsoft.Azure.Management.WebSites.Models.BackupScheduleRequestResponse.StorageAccountUrl" -->
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CloningInfo">
            <summary>
            Cloning information for target site
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CloningInfo.#ctor">
            <summary>
            Initializes a new instance of the CloningInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.CloneCustomHostNames">
            <summary>
            Optional. Clone custom hostnames
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.CorrelationId">
            <summary>
            Optional. Correlation Id. Used for bulk cloning operations
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.HostingEnvironment">
            <summary>
            Optional. Hosting environment
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.Overwrite">
            <summary>
            Optional. Overwrite target site
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.Source">
            <summary>
            Optional. Source website to clone
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ConnectionStringInfo">
            <summary>
            Connection string for database and other external resources.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ConnectionStringInfo.#ctor">
            <summary>
            Initializes a new instance of the ConnectionStringInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ConnectionStringInfo.ConnectionString">
            <summary>
            Optional. A database connection string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ConnectionStringInfo.Name">
            <summary>
            Optional. The name of the connection string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ConnectionStringInfo.Type">
            <summary>
            Optional. The type of the connection string (for example, "MySQL").
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting">
            <summary>
            A specific backup.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting.#ctor">
            <summary>
            Initializes a new instance of the DatabaseBackupSetting class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.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.Azure.Management.WebSites.Models.DatabaseBackupSetting.Name" -->
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DatabaseServerType">
            <summary>
            Type of Database
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.DatabaseServerType.MySql">
            <summary>
            My SQL Server
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.DatabaseServerType.SQLServer">
            <summary>
            MS SQL server
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.DatabaseServerType.SQLAzure">
            <summary>
            SQL Azure
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.DatabaseServerType.Custom">
            <summary>
            Custom SQL Server
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.FrequencyUnit">
            <summary>
            Defines the unit for the backup frequency
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.FrequencyUnit.Day">
            <summary>
            Units are days
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.FrequencyUnit.Hour">
            <summary>
            Units are hours
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetric">
            <summary>
            Historical metric snapshot for the web site.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetric.#ctor">
            <summary>
            Initializes a new instance of the HistoricalUsageMetric class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetric.Code">
            <summary>
            Optional. Reports whether the metric data was returned successfully.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetric.Data">
            <summary>
            Optional. Historical metric snapshot data for the web site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetric.Message">
            <summary>
            Optional. A string for optional message content.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricData">
            <summary>
            Historical metric snapshot data for the web site.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricData.#ctor">
            <summary>
            Initializes a new instance of the HistoricalUsageMetricData class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricData.DisplayName">
            <summary>
            Optional. The display name of the metric, including spaces.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricData.EndTime">
            <summary>
            Optional. The end time of the data reported.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricData.Name">
            <summary>
            Optional. The name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricData.PrimaryAggregationType">
            <summary>
            Optional. The primary data aggregation type. This value is usually
            Total.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricData.StartTime">
            <summary>
            Optional. The start time of the data reported.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.Management.WebSites.Models.HistoricalUsageMetricData.Values">
            <summary>
            Optional. One or more MetricSample elements.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricNames">
            <summary>
            Supported historical usage metric names.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricSample">
            <summary>
            Historical metric snapshot data sample.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricSample.#ctor">
            <summary>
            Initializes a new instance of the HistoricalUsageMetricSample class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricSample.Count">
            <summary>
            Optional. The metric sample count. This value is usually 1.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.Models.HistoricalUsageMetricSample.Maximum">
            <summary>
            Optional. Maximum value recorded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricSample.Minimum">
            <summary>
            Optional. Minimum value recorded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricSample.TimeCreated">
            <summary>
            Optional. Time the metric was taken.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HistoricalUsageMetricSample.Total">
            <summary>
            Optional. Value of the metric sample for the time taken.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.ManagedPipelineMode.Integrated">
            <summary>
            Integrated Managed Pipeline Mode.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.ManagedPipelineMode.Classic">
            <summary>
            Classic Managed Pipeline Mode.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.NameValuePair">
            <summary>
            Name value pair.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.NameValuePair.#ctor">
            <summary>
            Initializes a new instance of the NameValuePair class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NameValuePair.Name">
            <summary>
            Optional. The name of the pair.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NameValuePair.Value">
            <summary>
            Optional. The value of the pair.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.PublishingCredentials">
            <summary>
            Publishing Credentials for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.PublishingCredentials.#ctor">
            <summary>
            Initializes a new instance of the PublishingCredentials class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.PublishingCredentials.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the PublishingCredentials class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.PublishingCredentials.PublishingPassword">
            <summary>
            Required. Hash value of the password used for publishing the web
            site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.PublishingCredentials.PublishingUserName">
            <summary>
            Required. The username 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="T:Microsoft.Azure.Management.WebSites.Models.RemoteDebuggingVersion">
            <summary>
            The remote debugging version.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.RemoteDebuggingVersion.VS2012">
            <summary>
            Visual Studio 2012.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.RemoteDebuggingVersion.VS2013">
            <summary>
            Visual Studio 2013.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.RestoreRequest">
            <summary>
            Restore request to either a new or an existing site.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.#ctor">
            <summary>
            Initializes a new instance of the RestoreRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.Management.WebSites.Models.RestoreRequest.Databases">
            <summary>
            Optional. Database settings for backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.Management.WebSites.Models.RestoreRequest.StorageAccountUrl" -->
        <member name="T:Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope">
            <summary>
            Restore request to either a new or an existing site.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope.#ctor">
            <summary>
            Initializes a new instance of the RestoreRequestEnvelope class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RestoreRequestEnvelope class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope.Request">
            <summary>
            Optional. TODO.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteLimits">
            <summary>
            Per site limits
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteLimits.#ctor">
            <summary>
            Initializes a new instance of the SiteLimits class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteLimits.MaxDiskSizeInMb">
            <summary>
            Optional. Maximum disk size allowed in MB
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteLimits.MaxMemoryInMb">
            <summary>
            Optional. Maximum memory allowed in MB
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteLimits.MaxPercentageCpu">
            <summary>
            Optional. The name of the pair.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteSourceControl">
            <summary>
            Describes the site's source control.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteSourceControl.#ctor">
            <summary>
            Initializes a new instance of the SiteSourceControl class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteSourceControl.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SiteSourceControl class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControl.Properties">
            <summary>
            Optional. Gets or sets the properties of the site's source control.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlProperties">
            <summary>
            Represents the properties of the site's source control.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlProperties.#ctor">
            <summary>
            Initializes a new instance of the SiteSourceControlProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SiteSourceControlProperties class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlProperties.Branch">
            <summary>
            Optional. Gets or sets the branch (if required, will be master by
            default).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlProperties.DeploymentRollbackEnabled">
            <summary>
            Optional. Gets or sets true to keep a repository for non-repository
            source control provider (like Dropbox) or false (by default)
            otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlProperties.IsManualIntegration">
            <summary>
            Optional. Gets or sets true for repository that requires to be
            manually synced or false (by default) otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlProperties.IsMercurial">
            <summary>
            Optional. Gets or sets true if repository is Mercurial or false (by
            default) otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlProperties.RepoUrl">
            <summary>
            Required. Gets or sets the repository url.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlUpdateParameters">
            <summary>
            Link site to source control request parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the SiteSourceControlUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlUpdateParameters.#ctor(Microsoft.Azure.Management.WebSites.Models.SiteSourceControlProperties)">
            <summary>
            Initializes a new instance of the SiteSourceControlUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the link site to source
            control.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlUpdateResponse">
            <summary>
            The link site to source control operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the SiteSourceControlUpdateResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControlUpdateResponse.SiteSourceControl">
            <summary>
            Optional. Gets or sets details for the requested source control.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SkuOptions">
            <summary>
            Web Hosting Plan SKU options.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SlotConfigNames">
            <summary>
            The slot specific config names.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotConfigNames.#ctor">
            <summary>
            Initializes a new instance of the SlotConfigNames class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.Management.WebSites.Models.SlotConfigNamesEnvelope">
            <summary>
            List of app settings for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesEnvelope.#ctor">
            <summary>
            Initializes a new instance of the SlotConfigNamesEnvelope class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesEnvelope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SlotConfigNamesEnvelope class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesEnvelope.Properties">
            <summary>
            Optional. Slot specific configuration for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResult">
            <summary>
            List of slot specific settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResult.#ctor">
            <summary>
            Initializes a new instance of the SlotConfigNamesResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResult.Resource">
            <summary>
            Optional. Application settings configuration for a site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesUpdateParameters">
            <summary>
            The Update slot configs parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the SlotConfigNamesUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesUpdateParameters.#ctor(Microsoft.Azure.Management.WebSites.Models.SlotConfigNames,System.String)">
            <summary>
            Initializes a new instance of the SlotConfigNamesUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesUpdateParameters.Properties">
            <summary>
            Required. The name value pair parameters for the web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SourceControl">
            <summary>
            Describes a source control.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControl.#ctor">
            <summary>
            Initializes a new instance of the SourceControl class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControl.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SourceControl class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControl.Properties">
            <summary>
            Optional. Gets or sets the properties of the source control.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SourceControlGetResponse">
            <summary>
            The get source control operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControlGetResponse.#ctor">
            <summary>
            Initializes a new instance of the SourceControlGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControlGetResponse.SourceControl">
            <summary>
            Optional. Gets or sets the requested source control.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SourceControlListResponse">
            <summary>
            The list source controls operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControlListResponse.#ctor">
            <summary>
            Initializes a new instance of the SourceControlListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControlListResponse.GetEnumerator">
            <summary>
            Gets the sequence of SourceControls.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControlListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of SourceControls.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControlListResponse.SourceControls">
            <summary>
            Optional. Gets or sets the source controls list.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SourceControlProperties">
            <summary>
            Represents the properties of a source control.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControlProperties.#ctor">
            <summary>
            Initializes a new instance of the SourceControlProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControlProperties.Token">
            <summary>
            Optional. Gets or sets the token.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControlProperties.TokenSecret">
            <summary>
            Optional. Gets or sets the token secret.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SourceControlUpdateParameters">
            <summary>
            Update source control parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControlUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the SourceControlUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControlUpdateParameters.#ctor(Microsoft.Azure.Management.WebSites.Models.SourceControlProperties)">
            <summary>
            Initializes a new instance of the SourceControlUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControlUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the source control.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SourceControlUpdateResponse">
            <summary>
            The update source control operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControlUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the SourceControlUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControlUpdateResponse.SourceControl">
            <summary>
            Optional. Gets or sets the source control details.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SourceWebSite">
            <summary>
            Source site for cloning
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceWebSite.#ctor">
            <summary>
            Initializes a new instance of the SourceWebSite class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceWebSite.Location">
            <summary>
            Optional. Locatio (georegion) of source site
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceWebSite.Name">
            <summary>
            Optional. Name of source site
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceWebSite.ResourceGroupName">
            <summary>
            Optional. Name of resource group of source site
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceWebSite.Slot">
            <summary>
            Optional. Name of slot of source site
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceWebSite.SubscriptionId">
            <summary>
            Optional. Subscription Id of source site
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebHostingPlan">
            <summary>
            Describes a Web Hosting Plan.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlan.#ctor">
            <summary>
            Initializes a new instance of the WebHostingPlan class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlan.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebHostingPlan class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebHostingPlan.Properties">
            <summary>
            Optional. Represents the properties of the Web Hosting Plan.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanCreateOrUpdateParameters">
            <summary>
            Create or update Web Hosting Plan parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            WebHostingPlanCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.WebSites.Models.WebHostingPlan)">
            <summary>
            Initializes a new instance of the
            WebHostingPlanCreateOrUpdateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanCreateOrUpdateParameters.WebHostingPlan">
            <summary>
            Required. Gets or sets information about a Web Hosting Plan being
            created of updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanCreateOrUpdateResponse">
            <summary>
            The Create Web Hosting Plan operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WebHostingPlanCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanCreateOrUpdateResponse.WebHostingPlan">
            <summary>
            Optional. Gets the Web Hosting Plan details.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters">
            <summary>
            Parameters supplied to the Get Historical Usage Metrics Web hosting
            plan operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters.#ctor">
            <summary>
            Initializes a new instance of the
            WebHostingPlanGetHistoricalUsageMetricsParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.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.Azure.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.Azure.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.Azure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse">
            <summary>
            The Get Historical Usage Metrics Web hosting plan operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WebHostingPlanGetHistoricalUsageMetricsResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse.GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsResponse.UsageMetrics">
            <summary>
            Optional. Historical metric snapshots for the web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanGetResponse">
            <summary>
            The Get Web Hosting Plan operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanGetResponse.#ctor">
            <summary>
            Initializes a new instance of the WebHostingPlanGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanGetResponse.WebHostingPlan">
            <summary>
            Optional. Details for the requested Web Hosting Plan.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanListResponse">
            <summary>
            The List Web Hosting Plans operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanListResponse.#ctor">
            <summary>
            Initializes a new instance of the WebHostingPlanListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanListResponse.GetEnumerator">
            <summary>
            Gets the sequence of WebHostingPlans.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of WebHostingPlans.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanListResponse.WebHostingPlans">
            <summary>
            Optional. The Web Hosting Plans associated with the specified
            subscription.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanProperties">
            <summary>
            Represents the properties of a Web Hosting Plan.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanProperties.#ctor">
            <summary>
            Initializes a new instance of the WebHostingPlanProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanProperties.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.Azure.Management.WebSites.Models.WebHostingPlanProperties.NumberOfWorkers">
            <summary>
            Optional. The instance count, which is the number of virtual
            machines dedicated to the Web Hosting Plan. Supported values are
            positive integers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanProperties.Sku">
            <summary>
            Optional. The Web Hosting Plan SKU.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebHostingPlanProperties.WorkerSize">
            <summary>
            Optional. The instance size. Possible values are Small, Medium, or
            Large.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSite">
            <summary>
            Describes a website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSite.#ctor">
            <summary>
            Initializes a new instance of the WebSite class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSite.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebSite class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSite.Properties">
            <summary>
            Optional. Represents the properties of the website.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteAppSettingsEnvelope">
            <summary>
            List of app settings for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteAppSettingsEnvelope.#ctor">
            <summary>
            Initializes a new instance of the WebSiteAppSettingsEnvelope class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteAppSettingsEnvelope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebSiteAppSettingsEnvelope class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteAppSettingsEnvelope.Properties">
            <summary>
            Optional. App Settings configuration for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteAppSettingsResult">
            <summary>
            List of app settings for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteAppSettingsResult.#ctor">
            <summary>
            Initializes a new instance of the WebSiteAppSettingsResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteAppSettingsResult.Resource">
            <summary>
            Optional. Application settings configuration for a site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteAsyncOperationResponse">
            <summary>
            The website operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteAsyncOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteAsyncOperationResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteAsyncOperationResponse.Location">
            <summary>
            Optional. Location of clone website.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteAsyncOperationResponse.RetryAfter">
            <summary>
            Optional. Retry poll after specified number of seconds.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteBackupResponse">
            <summary>
            The backup record created based on the backup request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteBackupResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteBackupResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteBackupResponse.BackupItem">
            <summary>
            Optional. Backups for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteBase">
            <summary>
            Describes a website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteBase.#ctor">
            <summary>
            Initializes a new instance of the WebSiteBase class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteBase.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebSiteBase class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteBase.Properties">
            <summary>
            Optional. Represents the properties of the website.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteBaseProperties">
            <summary>
            Parameters supplied to the Create Web Site operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteBaseProperties.#ctor">
            <summary>
            Initializes a new instance of the WebSiteBaseProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteBaseProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebSiteBaseProperties class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteBaseProperties.ServerFarm">
            <summary>
            Required. The name of the Server Farm (Web Hosting Plan) associated
            with this website.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneBase">
            <summary>
            Describes a website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneBase.#ctor">
            <summary>
            Initializes a new instance of the WebSiteCloneBase class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneBase.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebSiteCloneBase class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneBase.Properties">
            <summary>
            Optional. Represents the properties of the website.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneBaseProperties">
            <summary>
            Parameters supplied to the clone Web Site operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneBaseProperties.#ctor">
            <summary>
            Initializes a new instance of the WebSiteCloneBaseProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneBaseProperties.CloningInfo">
            <summary>
            Optional. The per site limits.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneBaseProperties.ServerFarm">
            <summary>
            Optional. The name of the Server Farm (Web Hosting Plan) associated
            with this website.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneParameters">
            <summary>
            Clone website parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteCloneParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneParameters.#ctor(Microsoft.Azure.Management.WebSites.Models.WebSiteCloneBase)">
            <summary>
            Initializes a new instance of the WebSiteCloneParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteCloneParameters.WebSiteClone">
            <summary>
            Required. Gets or sets information about the website being cloned.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration">
            <summary>
            The Get Web Site Configuration operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.#ctor">
            <summary>
            Initializes a new instance of the WebSiteConfiguration class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.AppSettings">
            <summary>
            Optional. A set of name/value pairs that contain application
            settings for a site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.AutoSwapSlotName">
            <summary>
            Optional. Gets the slot name to swap with after successful
            deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.ConnectionStrings">
            <summary>
            Optional. Contains connection strings for database and other
            external resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.DefaultDocuments">
            <summary>
            Optional. Contains 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.Azure.Management.WebSites.Models.WebSiteConfiguration.DetailedErrorLoggingEnabled">
            <summary>
            Optional. True if detailed error logging is enabled; otherwise,
            false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.DocumentRoot">
            <summary>
            Optional. The document root.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.HandlerMappings">
            <summary>
            Optional. Specifies custom executable programs for handling
            requests for specific file name extensions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.HttpLoggingEnabled">
            <summary>
            Optional. True if HTTP error logging is enabled; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.Limits">
            <summary>
            Optional. The per site limits.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.LogsDirectorySizeLimit">
            <summary>
            Optional. The limit of the logs directory.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.ManagedPipelineMode">
            <summary>
            Optional. Managed pipeline modes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.Metadata">
            <summary>
            Optional. Contains name/value pairs for source control or other
            information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.NetFrameworkVersion">
            <summary>
            Optional. The .NET Framework version. Supported values are v2.0 and
            v4.0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.NumberOfWorkers">
            <summary>
            Optional. The number of web workers allotted to the web site. If
            the site mode is Free, this value is 1. If the site mode is
            Shared, this value can range from 1 through 6. If the site mode is
            Standard, this value can range from 1 through 10.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.PhpVersion">
            <summary>
            Optional. Supported values are an empty string (an empty string
            disables PHP), 5.3, 5.4, 5.5 and 5.6.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.PublishingPassword">
            <summary>
            Optional. Hash value of the password used for publishing the web
            site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.PublishingUserName">
            <summary>
            Optional. The username 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.Azure.Management.WebSites.Models.WebSiteConfiguration.PythonVersion">
            <summary>
            Optional. Supported values are an empty string (an empty string
            disables Python), 2.7 and 3.4.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.RemoteDebuggingEnabled">
            <summary>
            Optional. True remote debugging is enabled; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.RemoteDebuggingVersion">
            <summary>
            Optional. True remote debugging version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.RequestTracingEnabled">
            <summary>
            Optional. True if request tracing is enabled; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.RequestTracingExpirationTime">
            <summary>
            Optional. Time remaining until request tracing expires.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.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.Azure.Management.WebSites.Models.WebSiteConfiguration.Use32BitWorkerProcess">
            <summary>
            Optional. True if 32-bit mode is enabled; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.WebSocketsEnabled">
            <summary>
            Optional. True if Web Sockets are enabled; otherwise, false.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.HandlerMapping">
            <summary>
            Specifies a custom executable program for handling requests for
            specific file name extensions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.HandlerMapping.#ctor">
            <summary>
            Initializes a new instance of the HandlerMapping class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfiguration.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.Azure.Management.WebSites.Models.WebSiteConfiguration.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.Azure.Management.WebSites.Models.WebSiteConfiguration.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.Azure.Management.WebSites.Models.WebSiteConfigurationEnvelope">
            <summary>
            Configuration for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteConfigurationEnvelope.#ctor">
            <summary>
            Initializes a new instance of the WebSiteConfigurationEnvelope
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteConfigurationEnvelope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebSiteConfigurationEnvelope
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConfigurationEnvelope.Properties">
            <summary>
            Optional. Configuration for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteConnectionStringsEnvelope">
            <summary>
            List of backups for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteConnectionStringsEnvelope.#ctor">
            <summary>
            Initializes a new instance of the WebSiteConnectionStringsEnvelope
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteConnectionStringsEnvelope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebSiteConnectionStringsEnvelope
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConnectionStringsEnvelope.Properties">
            <summary>
            Optional. Connection strings configuration for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteConnectionStringsResult">
            <summary>
            List of connection strings for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteConnectionStringsResult.#ctor">
            <summary>
            Initializes a new instance of the WebSiteConnectionStringsResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteConnectionStringsResult.Resource">
            <summary>
            Optional. Connection strings configuration for a site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteCreateOrUpdateParameters">
            <summary>
            Create or update website parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.WebSites.Models.WebSiteBase)">
            <summary>
            Initializes a new instance of the WebSiteCreateOrUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteCreateOrUpdateParameters.WebSite">
            <summary>
            Required. Gets or sets information about a website being created of
            updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteCreateResponse">
            <summary>
            The Create Web Space operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteCreateResponse.WebSite">
            <summary>
            Optional. Details of the Web Site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteDeleteParameters">
            <summary>
            The Delete Web Site operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteDeleteParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteDeleteParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.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.Azure.Management.WebSites.Models.WebSiteDeleteParameters.DeleteAllSlots">
            <summary>
            Required. Delete all slots for the web site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteDeleteParameters.DeleteEmptyServerFarm">
            <summary>
            Required. If the site being deleted is the last web site in a
            server farm, you can delete the server farm.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteDeleteParameters.DeleteMetrics">
            <summary>
            Required. Delete the metrics for the web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteDeleteRepositoryResponse">
            <summary>
            The Delete Web Site Repository operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteDeleteRepositoryResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteDeleteRepositoryResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteDeleteRepositoryResponse.Uri">
            <summary>
            Optional. Contains the URI of the web site repository.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse">
            <summary>
            Scheduled backup definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WebSiteGetBackupConfigurationResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetBackupConfigurationResponse.BackupSchedule">
            <summary>
            Optional. Backups schedule for a site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetBackupsResponse">
            <summary>
            List of backups for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetBackupsResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetBackupsResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetBackupsResponse.BackupList">
            <summary>
            Optional. Backups for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetConfigurationParameters">
            <summary>
            The Get Web Site Configuration operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetConfigurationParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetConfigurationParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetConfigurationParameters.PropertiesToInclude">
            <summary>
            Optional. Specifies a list of the names of any addtional parameters
            to return.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetConfigurationResult">
            <summary>
            Config for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetConfigurationResult.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetConfigurationResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetConfigurationResult.Resource">
            <summary>
            Optional. Configuration for a site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters">
            <summary>
            The Get Web Site Historical Usage Metrics parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsParameters.#ctor">
            <summary>
            Initializes a new instance of the
            WebSiteGetHistoricalUsageMetricsParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.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.Azure.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.Azure.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.Azure.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.Azure.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.Azure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse">
            <summary>
            The Get Web Site Historical Usage Metrics operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse.#ctor">
            <summary>
            Initializes a new instance of the
            WebSiteGetHistoricalUsageMetricsResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse.GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse.UsageMetrics">
            <summary>
            Optional. Historical metric snapshots for the web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetParameters">
            <summary>
            The Get Web Site operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetParameters.PropertiesToInclude">
            <summary>
            Optional. Specifies a list of the names of any addtional parameters
            to return.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse">
            <summary>
            The Get Web Site Publish Profile operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetPublishProfileResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.GetEnumerator">
            <summary>
            Gets the sequence of PublishProfiles.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of PublishProfiles.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfiles">
            <summary>
            Optional. Contains one or more publish profiles.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database">
            <summary>
            Contains attributes that contain information for a single database
            connection.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database.#ctor">
            <summary>
            Initializes a new instance of the Database class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database.ConnectionString">
            <summary>
            Optional. Contains a database connection string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database.Name">
            <summary>
            Optional. Contains the friendly name of the connection string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database.ProviderName">
            <summary>
            Optional. Contains the type of database provider (for example,
            "SQL" or "MySQL").
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database.Type">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile">
            <summary>
            Contains attributes that hold publish profile values.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.#ctor">
            <summary>
            Initializes a new instance of the PublishProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.ControlPanelUri">
            <summary>
            Optional. The URL of the control panel for the web site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.Databases">
            <summary>
            Optional. Contains connection information for the databases
            used by the web site application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.DestinationAppUri">
            <summary>
            Optional. The URL of the website that will be published to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.FtpPassiveMode">
            <summary>
            Optional. True or False depending on whether FTP passive mode
            is being used. This attribute applies only if publishMethod is
            set to FTP.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.HostingProviderForumUri">
            <summary>
            Optional. The URL of the forum of the hosting provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.MSDeploySite">
            <summary>
            Optional. The name of the site that will be published to. This
            attribute applies only if publishMethod is set to MSDeploy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.ProfileName">
            <summary>
            Optional. The unique name of the publish profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.PublishMethod">
            <summary>
            Optional. The publish method, such as MSDeploy or FTP.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.PublishUrl">
            <summary>
            Optional. The URL to which content will be uploaded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile.UserName">
            <summary>
            Optional. The name for the identity that will be used for
            publishing.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.Models.WebSiteGetRepositoryResponse">
            <summary>
            The Get Web Site Repository operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetRepositoryResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetRepositoryResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetRepositoryResponse.Uri">
            <summary>
            Optional. Contains the URI of the web site repository.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetResponse">
            <summary>
            The Get Web Site Details operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetResponse.WebSite">
            <summary>
            Optional. Details for the requested website.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse">
            <summary>
            The Get Web Site Usage Metrics operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteGetUsageMetricsResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of UsageMetrics.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetrics">
            <summary>
            Optional. The usage metrics for the web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric">
            <summary>
            A specific usage metric.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.#ctor">
            <summary>
            Initializes a new instance of the UsageMetric class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.DisplayName">
            <summary>
            Optional. The display name of the metric (includes spaces).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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 webspace level.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.NextResetTime">
            <summary>
            Optional. The time at which the metric will be reset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.ResourceName">
            <summary>
            Optional. The name of the resource being measured.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric.Unit">
            <summary>
            Optional. The unit of measure for the given metric.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteListParameters">
            <summary>
            The List Web Sites operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteListParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteListParameters.PropertiesToInclude">
            <summary>
            Optional. Specifies a list of the names of any addtional parameters
            to return.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteListResponse">
            <summary>
            The List Web Sites operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteListResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteListResponse.GetEnumerator">
            <summary>
            Gets the sequence of WebSites.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of WebSites.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteListResponse.WebSites">
            <summary>
            Optional. The list of websites.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteMetadataEnvelope">
            <summary>
            List of metadata for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteMetadataEnvelope.#ctor">
            <summary>
            Initializes a new instance of the WebSiteMetadataEnvelope class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteMetadataEnvelope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebSiteMetadataEnvelope class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteMetadataEnvelope.Properties">
            <summary>
            Optional. Metadata configuration for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteMetadataResult">
            <summary>
            List of metadata for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteMetadataResult.#ctor">
            <summary>
            Initializes a new instance of the WebSiteMetadataResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteMetadataResult.Resource">
            <summary>
            Optional. Metadata configuration for a site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters">
            <summary>
            The Update Web Site key value pair operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters.#ctor">
            <summary>
            Initializes a new instance of the WebSiteNameValueParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.NameValuePair},System.String)">
            <summary>
            Initializes a new instance of the WebSiteNameValueParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters.Properties">
            <summary>
            Required. The name value pair parameters for the web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties">
            <summary>
            Represents the properties of a website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.#ctor">
            <summary>
            Initializes a new instance of the WebSiteProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.AdminEnabled">
            <summary>
            Optional. Read-only. This value is always true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.AvailabilityState">
            <summary>
            Optional. The state of the availability of management information
            for the site. Possible values are Normal or Limited. Normal means
            that the site is running correctly and that management information
            for the site is available. Limited means that only partial
            management information for the site is available and that detailed
            site information is unavailable.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.Enabled">
            <summary>
            Optional. true if the site is enabled; otherwise, false. Setting
            this value to false disables the site (takes the site off line).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.EnabledHostNames">
            <summary>
            Optional. An array of strings that contains enabled hostnames for
            the site. By default, these are [SiteName].azurewebsites.net and
            [SiteName].scm.azurewebsites.net.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.HostNames">
            <summary>
            Optional. An array of strings that contains the public hostnames
            for the site, including custom domains. Important: When you add a
            custom domain in a PUT operation, be sure to include every
            hostname that you want for the web site. To delete a custom domain
            name in a PUT operation, include all of the hostnames for the site
            that you want to keep, but leave out the one that you wangt to
            delete.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.HostNameSslStates">
            <summary>
            Optional. SSL states bound to the website.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.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.Azure.Management.WebSites.Models.WebSiteProperties.Properties">
            <summary>
            Optional. Contains AppSettings, Metadata, and Properties for a site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.ProvisioningState">
            <summary>
            Optional. Gets or sets resource provisioning state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.RepositorySiteName">
            <summary>
            Optional. The name of the repository web site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.RuntimeAvailabilityState">
            <summary>
            Optional. 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.Azure.Management.WebSites.Models.WebSiteProperties.ServerFarm">
            <summary>
            Optional. Name of a Web Hosting Plan (Server Farm) that this site
            belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.ServerFarmId">
            <summary>
            Optional. The fully qualified name of the serverFarm allowing for
            server farms in different subscriptions and resource groups versus
            the ServerFarm property that is just the farm name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.SiteConfig">
            <summary>
            Optional. Contains site configuration
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.Sku">
            <summary>
            Optional. SKU of a Web Hosting Plan (Server Farm) that this site
            belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.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.Azure.Management.WebSites.Models.WebSiteProperties.TrafficManagerHostNames">
            <summary>
            Optional. An array of strings that contain the traffic manager
            hostnames.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.Uri">
            <summary>
            Optional. Direct URL to the web site endpoint on Windows Azure Web
            Sites, including the subscription ID, webspace name, and site name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.UsageState">
            <summary>
            Optional. Possible values are Normal or Exceeded. If any quota is
            exceeded, the UsageState value changes to Exceeded and the site
            goes off line.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.WebSpace">
            <summary>
            Optional. The name of the webspace in which the web site is
            located. This property is read-only.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.SiteProperties.#ctor">
            <summary>
            Initializes a new instance of the SiteProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.SiteProperties.AppSettings">
            <summary>
            Optional. A set of name/value pairs that contain application
            settings for a site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.SiteProperties.Metadata">
            <summary>
            Optional. A set of name/value pairs that contain metadata
            information for a site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.SiteProperties.Properties">
            <summary>
            Optional. A set of name/value pairs that contain properties for
            a site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.WebSiteHostNameSslState">
            <summary>
            SSL states bound to a website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.WebSiteHostNameSslState.#ctor">
            <summary>
            Initializes a new instance of the WebSiteHostNameSslState class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.WebSiteHostNameSslState.IpBasedSslResult">
            <summary>
            Optional. The IP based SSL result
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.WebSiteHostNameSslState.Name">
            <summary>
            Optional. The URL of the web site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.WebSiteHostNameSslState.SslState">
            <summary>
            Optional. The SSL state. Possible values are Disabled,
            SniEnabled, or IpBasedEnabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.WebSiteHostNameSslState.Thumbprint">
            <summary>
            Optional. A string that contains the thumbprint of the SSL
            certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.WebSiteHostNameSslState.ToUpdate">
            <summary>
            Optional. Boolean value indicating if it should be updated
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.WebSiteHostNameSslState.ToUpdateIpBasedSsl">
            <summary>
            Optional. Boolean value indicating if it should be updated
            based on ssl
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteProperties.WebSiteHostNameSslState.VirtualIP">
            <summary>
            Optional. String. The IP address assigned to the hostname if
            the hostname uses IP SSL.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSitePublishingCredentialsEnvelope">
            <summary>
            Publishing credentials for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSitePublishingCredentialsEnvelope.#ctor">
            <summary>
            Initializes a new instance of the
            WebSitePublishingCredentialsEnvelope class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSitePublishingCredentialsEnvelope.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            WebSitePublishingCredentialsEnvelope class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSitePublishingCredentialsEnvelope.Properties">
            <summary>
            Optional. Publishing credentials for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSitePublishingCredentialsResult">
            <summary>
            Publishing credentials for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSitePublishingCredentialsResult.#ctor">
            <summary>
            Initializes a new instance of the
            WebSitePublishingCredentialsResult class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSitePublishingCredentialsResult.Resource">
            <summary>
            Optional. Publishing credentials for a site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscover">
            <summary>
            List of backups for the website.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscover.#ctor">
            <summary>
            Initializes a new instance of the WebSiteRestoreDiscover class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscover.#ctor(System.String)">
            <summary>
            Initializes a new instance of the WebSiteRestoreDiscover class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscover.Properties">
            <summary>
            Optional. Backups for a web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscoverProperties">
            <summary>
            The information gathered about a backup storaged in a storage account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscoverProperties.#ctor">
            <summary>
            Initializes a new instance of the WebSiteRestoreDiscoverProperties
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscoverProperties.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.Azure.Management.WebSites.Models.WebSiteRestoreDiscoverProperties.BlobName">
            <summary>
            Optional. The blob name where the backup is stored, e.g.
            mysite1_20140506.zip
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscoverProperties.Databases">
            <summary>
            Optional. Database settings for backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscoverProperties.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.Azure.Management.WebSites.Models.WebSiteRestoreDiscoverProperties.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.Azure.Management.WebSites.Models.WebSiteRestoreDiscoverProperties.StorageAccountUrl" -->
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscoverResponse">
            <summary>
            The information gathered about a backup storaged in a storage account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscoverResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteRestoreDiscoverResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreDiscoverResponse.Envelope">
            <summary>
            Optional. OperationId for the restore operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreResponse">
            <summary>
            Restore operation information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreResponse.#ctor">
            <summary>
            Initializes a new instance of the WebSiteRestoreResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteRestoreResponse.OperationId">
            <summary>
            Optional. OperationId for the restore operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteRuntimeAvailabilityState">
            <summary>
            The runtime availability of a website.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.Models.WebSiteRuntimeAvailabilityState.Normal">
            <summary>
            The web site is running correctly.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.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.Azure.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.Azure.Management.WebSites.Models.WebSiteSslState">
            <summary>
            A web site's SSL state.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteState">
            <summary>
            The state of the website.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails">
            <summary>
            The Update Web Site Configuration parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.#ctor">
            <summary>
            Initializes a new instance of the WebSiteUpdateConfigurationDetails
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.AlwaysOn">
            <summary>
            Optional. True if Always On functionality is enabled for the site;
            otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.AppSettings">
            <summary>
            Optional. A set of name/value pairs that contain application
            settings for a site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.AutoSwapSlotName">
            <summary>
            Optional. Sets the slot name to swap with after successful
            deployment.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.ConnectionStrings">
            <summary>
            Optional. Contains connection strings for database and other
            external resources.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.DefaultDocuments">
            <summary>
            Optional. Contains 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.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.DetailedErrorLoggingEnabled">
            <summary>
            Optional. True if detailed error logging is enabled; otherwise,
            false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.DocumentRoot">
            <summary>
            Optional. The document root.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.HandlerMappings">
            <summary>
            Optional. Specifies custom executable programs for handling
            requests for specific file name extensions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.HttpLoggingEnabled">
            <summary>
            Optional. True if HTTP error logging is enabled; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.Limits">
            <summary>
            Optional. The per site limits.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.LogsDirectorySizeLimit">
            <summary>
            Optional. The limit of the logs directory.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.ManagedPipelineMode">
            <summary>
            Optional. Managed pipeline modes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.Metadata">
            <summary>
            Optional. Contains name/value pairs for source control or other
            information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.NetFrameworkVersion">
            <summary>
            Optional. The .NET Framework version. Supported values are v2.0,
            v4.0 and v4.5.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.NumberOfWorkers">
            <summary>
            Optional. The number of web workers allotted to the web site. If
            the site mode is Free, this value is 1. If the site mode is
            Shared, this value can range from 1 through 6. If the site mode is
            Standard, this value can range from 1 through 10.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.PhpVersion">
            <summary>
            Optional. Supported values are an empty string (an empty string
            disables PHP), 5.3, 5.4, 5.5 and 5.6.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.PythonVersion">
            <summary>
            Optional. Supported values are an empty string (an empty string
            disables Python), 2.7 and 3.4.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.RemoteDebuggingEnabled">
            <summary>
            Optional. True remote debugging is enabled; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.RemoteDebuggingVersion">
            <summary>
            Optional. True remote debugging version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.RequestTracingEnabled">
            <summary>
            Optional. True if request tracing is enabled; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.RequestTracingExpirationTime">
            <summary>
            Optional. Time remaining until request tracing expires.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.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.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.Use32BitWorkerProcess">
            <summary>
            Optional. True if 32-bit mode is enabled; otherwise, false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.WebSocketsEnabled">
            <summary>
            Optional. True if Web Sockets are enabled; otherwise, false.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.HandlerMapping">
            <summary>
            Specifies a custom executable program for handling requests for
            specific file name extensions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.HandlerMapping.#ctor">
            <summary>
            Initializes a new instance of the HandlerMapping class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.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.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.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.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails.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.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters">
            <summary>
            The update site configuration parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.#ctor">
            <summary>
            Initializes a new instance of the
            WebSiteUpdateConfigurationParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.#ctor(Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationDetails,System.String)">
            <summary>
            Initializes a new instance of the
            WebSiteUpdateConfigurationParameters class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.Properties">
            <summary>
            Required. The name value pair parameters for the web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConnectionStringsParameters">
            <summary>
            The Update Web Site connection strings operation parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConnectionStringsParameters.#ctor">
            <summary>
            Initializes a new instance of the
            WebSiteUpdateConnectionStringsParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConnectionStringsParameters.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.ConnectionStringInfo},System.String)">
            <summary>
            Initializes a new instance of the
            WebSiteUpdateConnectionStringsParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConnectionStringsParameters.Properties">
            <summary>
            Required. The connection strings for the web site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSiteUsageState">
            <summary>
            Usage of a website's quota.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WebSpaceAvailabilityState">
            <summary>
            The availability of a web space.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.SourceControlOperations">
            <summary>
            User source controls operations
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SourceControlOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the SourceControlOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SourceControlOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get user source control
            </summary>
            <param name='name'>
            Required. The name of the source control (GitHub, Bitbucket,
            CodePlex or Dropbox)
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get source control operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SourceControlOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            List source controls for user.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list source controls operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SourceControlOperations.UpdateAsync(System.String,Microsoft.Azure.Management.WebSites.Models.SourceControlUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update source control for user.
            </summary>
            <param name='name'>
            Required. The name of the source control (can be: GitHub,
            Bitbucket, CodePlex, Dropbox)
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Source Control
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The update source control operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.SourceControlOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.WebSites.WebSiteManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.SourceControlOperationsExtensions">
            <summary>
            The Windows Azure Web Sites management API provides a RESTful set of
            web services that interact with Windows Azure Web Sites service to
            manage your web sites. The API has entities that capture the
            relationship between an end user and the 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.Azure.Management.WebSites.SourceControlOperationsExtensions.Get(Microsoft.Azure.Management.WebSites.ISourceControlOperations,System.String)">
            <summary>
            Get user source control
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.ISourceControlOperations.
            </param>
            <param name='name'>
            Required. The name of the source control (GitHub, Bitbucket,
            CodePlex or Dropbox)
            </param>
            <returns>
            The get source control operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SourceControlOperationsExtensions.GetAsync(Microsoft.Azure.Management.WebSites.ISourceControlOperations,System.String)">
            <summary>
            Get user source control
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.ISourceControlOperations.
            </param>
            <param name='name'>
            Required. The name of the source control (GitHub, Bitbucket,
            CodePlex or Dropbox)
            </param>
            <returns>
            The get source control operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SourceControlOperationsExtensions.List(Microsoft.Azure.Management.WebSites.ISourceControlOperations)">
            <summary>
            List source controls for user.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.ISourceControlOperations.
            </param>
            <returns>
            The list source controls operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SourceControlOperationsExtensions.ListAsync(Microsoft.Azure.Management.WebSites.ISourceControlOperations)">
            <summary>
            List source controls for user.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.ISourceControlOperations.
            </param>
            <returns>
            The list source controls operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SourceControlOperationsExtensions.Update(Microsoft.Azure.Management.WebSites.ISourceControlOperations,System.String,Microsoft.Azure.Management.WebSites.Models.SourceControlUpdateParameters)">
            <summary>
            Update source control for user.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.ISourceControlOperations.
            </param>
            <param name='name'>
            Required. The name of the source control (can be: GitHub,
            Bitbucket, CodePlex, Dropbox)
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Source Control
            operation.
            </param>
            <returns>
            The update source control operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SourceControlOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.WebSites.ISourceControlOperations,System.String,Microsoft.Azure.Management.WebSites.Models.SourceControlUpdateParameters)">
            <summary>
            Update source control for user.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.ISourceControlOperations.
            </param>
            <param name='name'>
            Required. The name of the source control (can be: GitHub,
            Bitbucket, CodePlex, Dropbox)
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Source Control
            operation.
            </param>
            <returns>
            The update source control operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.WebHostingPlanOperations">
            <summary>
            Operations for managing the Web Hosting Plans in a resource group. Web
            hosting plans (WHPs) represent a set of features and capacity that you
            can share across your web sites. Web hosting plans support the 4 Azure
            Web Sites pricing tiers (Free, Shared, Basic, and Standard) where each
            tier has its own capabilities and capacity. Sites in the same
            subscription, resource group, and geographic location can share a web
            hosting plan. All the sites sharing a web hosting plan can leverage
            all the capabilities and features defined by the web hosting plan
            tier. All web sites associated with a given web hosting plan run on
            the resources defined by the 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>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebHostingPlanOperations.#ctor(Microsoft.Azure.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.Azure.Management.WebSites.WebHostingPlanOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.WebSites.Models.WebHostingPlanCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Web Hosting Plan or updates an existing one. (see
            http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Server Farm operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.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='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the Web Hosting Plan to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.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='resourceGroupName'>
            Required. The name of the resource group.
            </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.Azure.Management.WebSites.WebHostingPlanOperations.GetHistoricalUsageMetricsAsync(System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            Required. The name of the resource group.
            </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.Azure.Management.WebSites.WebHostingPlanOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all Web Hosting Plans in a current subscription and Resource
            Group. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn194277.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Web Hosting Plans operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebHostingPlanOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.WebSites.WebSiteManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.WebHostingPlanOperationsExtensions">
            <summary>
            The Windows Azure Web Sites management API provides a RESTful set of
            web services that interact with Windows Azure Web Sites service to
            manage your web sites. The API has entities that capture the
            relationship between an end user and the 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.Azure.Management.WebSites.WebHostingPlanOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.WebSites.IWebHostingPlanOperations,System.String,Microsoft.Azure.Management.WebSites.Models.WebHostingPlanCreateOrUpdateParameters)">
            <summary>
            Creates a new Web Hosting Plan or updates an existing one. (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.Azure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Server Farm operation.
            </param>
            <returns>
            The Create Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebHostingPlanOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.WebSites.IWebHostingPlanOperations,System.String,Microsoft.Azure.Management.WebSites.Models.WebHostingPlanCreateOrUpdateParameters)">
            <summary>
            Creates a new Web Hosting Plan or updates an existing one. (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.Azure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Server Farm operation.
            </param>
            <returns>
            The Create Web Hosting Plan operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebHostingPlanOperationsExtensions.Delete(Microsoft.Azure.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.Azure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the Web Hosting Plan to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebHostingPlanOperationsExtensions.DeleteAsync(Microsoft.Azure.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.Azure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webHostingPlanName'>
            Required. The name of the Web Hosting Plan to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebHostingPlanOperationsExtensions.Get(Microsoft.Azure.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.Azure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </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.Azure.Management.WebSites.WebHostingPlanOperationsExtensions.GetAsync(Microsoft.Azure.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.Azure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </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.Azure.Management.WebSites.WebHostingPlanOperationsExtensions.GetHistoricalUsageMetrics(Microsoft.Azure.Management.WebSites.IWebHostingPlanOperations,System.String,System.String,Microsoft.Azure.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.Azure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </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.Azure.Management.WebSites.WebHostingPlanOperationsExtensions.GetHistoricalUsageMetricsAsync(Microsoft.Azure.Management.WebSites.IWebHostingPlanOperations,System.String,System.String,Microsoft.Azure.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.Azure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </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.Azure.Management.WebSites.WebHostingPlanOperationsExtensions.List(Microsoft.Azure.Management.WebSites.IWebHostingPlanOperations,System.String)">
            <summary>
            Gets all Web Hosting Plans in a current subscription and Resource
            Group. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn194277.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <returns>
            The List Web Hosting Plans operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebHostingPlanOperationsExtensions.ListAsync(Microsoft.Azure.Management.WebSites.IWebHostingPlanOperations,System.String)">
            <summary>
            Gets all Web Hosting Plans in a current subscription and Resource
            Group. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn194277.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebHostingPlanOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <returns>
            The List Web Hosting Plans operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes">
            <summary>
            In addition to standard HTTP status codes, the Windows 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.Azure.Management.WebSites.WebSiteExtendedErrorCodes.AccessDenied">
            <summary>
            Access is denied.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.CommandResourceNotPresent">
            <summary>
            Command resource object is not present in the request body.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidName">
            <summary>
            Invalid name {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.UnknownCommandVerb">
            <summary>
            Cannot understand command verb {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.IsInReadOnlyMode">
            <summary>
            The service is currently in read only mode.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.ParameterIsNotSpecified">
            <summary>
            The {0} parameter is not specified.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidParameterValue">
            <summary>
            Parameter {0} has invalid value.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidRequest">
            <summary>
            {0} object is not present in the request body.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.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.Azure.Management.WebSites.WebSiteExtendedErrorCodes.RequiredParameterMissing">
            <summary>
            Required parameter {0} is missing.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.ResourceNameCannotChange">
            <summary>
            Name of the web quota cannot change.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.FailedToConvertParameterValue">
            <summary>
            The value of the query string parameter cannot be converted to
            Boolean.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.ParameterNameAlreadyExists">
            <summary>
            Parameter with name {0} already exists in the request.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.ParameterNameIsEmpty">
            <summary>
            Parameter name cannot be empty.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.NotReady">
            <summary>
            Not ready.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.Ready">
            <summary>
            Ready.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.UpdateForFieldNotAllowed">
            <summary>
            Update is not allowed for the {0} field.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.NotSupportedCommand">
            <summary>
            Web Service does not support Command {0}. Only supported command(s)
            is {1}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidData">
            <summary>
            Invalid data ({0}).
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.GenericConflict">
            <summary>
            There was a conflict. {0}
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.InternalServerError">
            <summary>
            Internal server error occurred. {0}
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.NumberOfSitesLimit">
            <summary>
            Number of sites exceeds the maximum allowed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.NumberOfWorkersLimit">
            <summary>
            NumberOfWorkers exceeds the maximum allowed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.NoStorageVolumeAvailable">
            <summary>
            There is not enough space on the disk.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceAlreadyExists">
            <summary>
            WebSpace with name {0} already exists for subscription {1}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceNotFound">
            <summary>
            Cannot find webspace {0} for subscription {1}
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceContainsResources">
            <summary>
            Web space contains resources.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.FileStorageLimit">
            <summary>
            The file storage capacity exceeds the limit.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceDeleteError">
            <summary>
            Failed to delete web space {0}: {1}
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.NoWorkersAvailable">
            <summary>
            Not enough available Standard Instance servers to satisfy this
            request.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceCreateError">
            <summary>
            Failed to create web space {0} on storage volume {1}: {2}
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.DirectoryAlreadyExists">
            <summary>
            Directory already exists for site {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.DirectoryDeleteError">
            <summary>
            Failed to delete directory {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidHostName">
            <summary>
            Invalid host name {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidNumberOfWorkers">
            <summary>
            NumberOfWorkers value must be more than zero.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.HostNameAlreadyExists">
            <summary>
            Hostname '{0}' already exists.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidCustomHostNameValidation">
            <summary>
            No CNAME pointing from {0} to a site in a default DNS zone (or too
            many).
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidCustomHostNameValidationNoBaseHostName">
            <summary>
            There are no hostnames which could be used for validation.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.SiteAlreadyExists">
            <summary>
            Site with name {0} already exists.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.SiteNotFound">
            <summary>
            Cannot find site {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.InvalidExternalUriHeader">
            <summary>
            The external URL "{0}" specified on request header "{1}" is invalid.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.FileDeleteError">
            <summary>
            Failed to delete file {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.NumberOfWorkersPerSiteLimit">
            <summary>
            Number of workers for this site exceeds the maximum allowed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.TraceWebSiteStorageVolume">
            <summary>
            WebSiteManager.CreateWebSite: Creating Site using storageVolume {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.RepositoryDeleteError">
            <summary>
            Cannot delete repository with name {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.RepositoryDevSiteAlreadyExists">
            <summary>
            Development site already exists in the repository for site {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.RepositoryDevSiteNotExist">
            <summary>
            Development site does not exist in the repository for site {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.RepositorySiteAlreadyExists">
            <summary>
            Site {0} already has repository created for it.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.RepositorySiteNotExist">
            <summary>
            Repository does not exist for site {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.TraceFailedToCreateDevSite">
            <summary>
            Failed to create a development site.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.AuthenticatedFailed">
            <summary>
            User {0} has been rejected.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.AuthenticatedPassed">
            <summary>
            User {0} has been successfully authenticated.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.AuthorizationFailed">
            <summary>
            User {0} has been rejected.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.AuthorizationPassed">
            <summary>
            User {0} has been authorized.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.PublishingCredentialsNotTrimmed">
            <summary>
            Publishing credentials have to be trimmed from white characters.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.PublishingPasswordIsEmpty">
            <summary>
            Publishing password cannot be empty.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.PublishingPasswordNotSpecified">
            <summary>
            Publishing password must be specified.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.PublishingUserNameAlreadyExists">
            <summary>
            Publishing username {0} is already used. Specify a different
            publishing username.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.PublishingUserNameIsEmpty">
            <summary>
            Publishing user name cannot be empty.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.ErrorAdding">
            <summary>
            An error occurred when adding the {0} entry: {1}
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.ErrorDeleting">
            <summary>
            An error occurred when deleting the {0} entry: {1}
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.ErrorUpdating">
            <summary>
            An error occurred when updating the {0} entry: {1}
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.CannotFindEntity">
            <summary>
            Cannot find {0} with name {1}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.SubscriptionConflict">
            <summary>
            Subscription with specified name already exists.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.SubscriptionNonEmpty">
            <summary>
            Subscripton Name cannot be null or empty.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.SubscriptionNotFound">
            <summary>
            Subscription {0} not found.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.SubscriptionSuspended">
            <summary>
            Subscription {0} is Suspended.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.NonEmptySubscription">
            <summary>
            Subscription contains WebSpaces.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceConflict">
            <summary>
            WebSpace with specified name already exists.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.WebSpaceNonEmpty">
            <summary>
            WebSpace Name cannot be null or empty.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.NonEmptyWebSpace">
            <summary>
            WebSpace contains web sites.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.ErrorPickingStamp">
            <summary>
            An Error occurred when picking Stamp for WebSpace {0}.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.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.Azure.Management.WebSites.WebSiteExtendedErrorCodes.WebSiteNonEmpty">
            <summary>
            WebSiteName cannot be null or empty.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.WebSites.WebSiteExtendedErrorCodes.HostNameConflict">
            <summary>
            Specified Host Name {0} is already taken by another site.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.WebSiteManagementClient">
            <summary>
            The Windows Azure Web Sites management API provides a RESTful set of
            web services that interact with Windows Azure Web Sites service to
            manage your web sites. The API has entities that capture the
            relationship between an end user and the 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.Azure.Management.WebSites.WebSiteManagementClient.#ctor">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.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.Azure.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.Azure.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.Azure.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.Azure.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.Azure.Management.WebSites.WebSiteManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.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="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.WebSites.WebSiteManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.SourceControls">
            <summary>
            User source controls operations
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.WebHostingPlans">
            <summary>
            Operations for managing the Web Hosting Plans in a resource group.
            Web hosting plans (WHPs) represent a set of features and capacity
            that you can share across your web sites. Web hosting plans
            support the 4 Azure Web Sites pricing tiers (Free, Shared, Basic,
            and Standard) where each tier has its own capabilities and
            capacity. Sites in the same subscription, resource group, and
            geographic location can share a web hosting plan. All the sites
            sharing a web hosting plan can leverage all the capabilities and
            features defined by the web hosting plan tier. All web sites
            associated with a given web hosting plan run on the resources
            defined by the 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>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.WebSites">
            <summary>
            Operations for managing the web sites in a web space.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.WebSiteManagementClientExtensions">
            <summary>
            The Windows Azure Web Sites management API provides a RESTful set of
            web services that interact with Windows Azure Web Sites service to
            manage your web sites. The API has entities that capture the
            relationship between an end user and the Windows Azure Web Sites
            service. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for
            more information)
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.WebSiteOperations">
            <summary>
            Operations for managing the web sites in a web space.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.#ctor(Microsoft.Azure.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.Azure.Management.WebSites.WebSiteOperations.BackupAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope,System.Threading.CancellationToken)">
            <summary>
            Backups a site on-demand.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='backupRequestEnvelope'>
            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.Azure.Management.WebSites.WebSiteOperations.CloneAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteCloneParameters,System.Threading.CancellationToken)">
            <summary>
            You can clone a web site by using a PUT 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='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the clone Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The website operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteCreateOrUpdateParameters,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='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Web Site operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Web Space operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.CreateRepositoryAsync(System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.DeleteAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteDeleteParameters,System.Threading.CancellationToken)">
            <summary>
            Deletes the web site.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group..
            </param>
            <param name='webSiteName'>
            Required. The name of the Web Site resource.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. The parameters to delete a 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.Azure.Management.WebSites.WebSiteOperations.DeleteRepositoryAsync(System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Delete Web Site Repository operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.DeleteSiteSourceControlAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Unlink source control from website
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='repoUrl'>
            Required. The repository url.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.DiscoverAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope,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.
            KNOWN BUG: This has to be called against an exisingsite, otherwise
            will hit an error about non-existing resource.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='restoreRequestEnvelope'>
            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.Azure.Management.WebSites.WebSiteOperations.GeneratePasswordAsync(System.String,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, call 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='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetAsync(System.String,System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site Details operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetAppSettingsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of app settings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetBackupConfigurationAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a schedule configuration for site backups.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Scheduled backup definition.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetConfigurationAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteGetConfigurationParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request, or update them by using HTTP PUT with a request
            body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Config for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetConnectionStringsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the web site
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of connection strings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetHistoricalUsageMetricsAsync(System.String,System.String,System.String,Microsoft.Azure.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='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. The Get Web Site Historical Usage Metrics parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site Historical Usage Metrics operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetMetadataAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the web site
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of metadata for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetOperationAsync(System.String,System.String,System.String,System.Guid,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='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='operationId'>
            Required. Additional parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The website operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetPublishingCredentialsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get publishing credentials for the web site.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the web site.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Publishing credentials for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetPublishProfileAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve the publish settings information for a web site. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site Publish Profile operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetRepositoryAsync(System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site Repository operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetSlotConfigNamesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Update list of app settings and connection strings which to be slot
            specific. E.g. settings in staging slots remain in staging after
            swap with production.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of slot specific settings.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.GetUsageMetricsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a web site's current usage metrics. 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='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Web Site Usage Metrics operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteListParameters,System.Threading.CancellationToken)">
            <summary>
            List the Web Sites in a resource group.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Optional. The name of the web site.
            </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="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.ListBackupsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of all backups which are tracked by the system.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of backups for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.RestartAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.RestoreAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope,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='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='restoreRequestEnvelope'>
            Required. A restore request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Restore operation information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.StartAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.StopAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Restart the web site.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot 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.Azure.Management.WebSites.WebSiteOperations.UpdateAppSettingsAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the application settings for a web site by issuing
            an HTTP GET request, or update them by using HTTP PUT with a
            request body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the web site
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The Update Web Site app settings parameters
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of app settings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.UpdateBackupConfigurationAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope,System.Threading.CancellationToken)">
            <summary>
            Updates a backup schedule for a site.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='backupRequestEnvelope'>
            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.Azure.Management.WebSites.WebSiteOperations.UpdateConfigurationAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request, or update them by using HTTP PUT with a request
            body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. The Update Web Site Configuration 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="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.UpdateConnectionStringsAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConnectionStringsParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the connection strings for a web site by issuing
            an HTTP GET request, or update them by using HTTP PUT with a
            request body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The Update Web Site connection strings parameters
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of connection strings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.UpdateMetadataAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters,System.Threading.CancellationToken)">
            <summary>
            You can retrieve the metadata for a web site by issuing an HTTP GET
            request, or update them by using HTTP PUT with a request body that
            contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The Update Web Site metadata parameters
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List of metadata for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.UpdateSiteSourceControlAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControlUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Link source control to website (do not forget to setup the token,
            and if needed token secret, for the specific source control type
            used).
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the web site
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The update site source control parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The link site to source control operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperations.UpdateSlotConfigNamesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update list of app settings and connection strings which to be slot
            specific. E.g. settings in staging slots remain in staging after
            swap with production.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <param name='parameters'>
            Required. The Update slot configs 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.Azure.Management.WebSites.WebSiteOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.WebSites.WebSiteManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions">
            <summary>
            The Windows Azure Web Sites management API provides a RESTful set of
            web services that interact with Windows Azure Web Sites service to
            manage your web sites. The API has entities that capture the
            relationship between an end user and the 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.Azure.Management.WebSites.WebSiteOperationsExtensions.Backup(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope)">
            <summary>
            Backups a site on-demand.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='backupRequestEnvelope'>
            Required. A backup specification.
            </param>
            <returns>
            The backup record created based on the backup request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.BackupAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope)">
            <summary>
            Backups a site on-demand.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='backupRequestEnvelope'>
            Required. A backup specification.
            </param>
            <returns>
            The backup record created based on the backup request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.Clone(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteCloneParameters)">
            <summary>
            You can clone a web site by using a PUT 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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the clone Web Site operation.
            </param>
            <returns>
            The website operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.CloneAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteCloneParameters)">
            <summary>
            You can clone a web site by using a PUT 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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the clone Web Site operation.
            </param>
            <returns>
            The website operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteCreateOrUpdateParameters)">
            <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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Web Site operation.
            </param>
            <returns>
            The Create Web Space operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteCreateOrUpdateParameters)">
            <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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Web Site operation.
            </param>
            <returns>
            The Create Web Space operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.CreateRepository(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.CreateRepositoryAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.Delete(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteDeleteParameters)">
            <summary>
            Deletes the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group..
            </param>
            <param name='webSiteName'>
            Required. The name of the Web Site resource.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. The parameters to delete a web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteDeleteParameters)">
            <summary>
            Deletes the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group..
            </param>
            <param name='webSiteName'>
            Required. The name of the Web Site resource.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. The parameters to delete a web site.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.DeleteRepository(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            The Delete Web Site Repository operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.DeleteRepositoryAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            The Delete Web Site Repository operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.DeleteSiteSourceControl(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Unlink source control from website
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='repoUrl'>
            Required. The repository url.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.DeleteSiteSourceControlAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Unlink source control from website
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='repoUrl'>
            Required. The repository url.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.Discover(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope)">
            <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.
            KNOWN BUG: This has to be called against an exisingsite, otherwise
            will hit an error about non-existing resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='restoreRequestEnvelope'>
            Required. A restore request.
            </param>
            <returns>
            The information gathered about a backup storaged in a storage
            account.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.DiscoverAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope)">
            <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.
            KNOWN BUG: This has to be called against an exisingsite, otherwise
            will hit an error about non-existing resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='restoreRequestEnvelope'>
            Required. A restore request.
            </param>
            <returns>
            The information gathered about a backup storaged in a storage
            account.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GeneratePassword(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,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, call 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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GeneratePasswordAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,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, call 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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.Get(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            The Get Web Site Details operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            The Get Web Site Details operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetAppSettings(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <returns>
            List of app settings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetAppSettingsAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <returns>
            List of app settings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetBackupConfiguration(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Gets a schedule configuration for site backups.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            Scheduled backup definition.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetBackupConfigurationAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Gets a schedule configuration for site backups.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            Scheduled backup definition.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetConfiguration(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteGetConfigurationParameters)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request, or update them by using HTTP PUT with a request
            body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            Config for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetConfigurationAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteGetConfigurationParameters)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request, or update them by using HTTP PUT with a request
            body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            Config for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetConnectionStrings(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the web site
            </param>
            <returns>
            List of connection strings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetConnectionStringsAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the web site
            </param>
            <returns>
            List of connection strings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetHistoricalUsageMetrics(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. The Get Web Site Historical Usage Metrics parameters.
            </param>
            <returns>
            The Get Web Site Historical Usage Metrics operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetHistoricalUsageMetricsAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. The Get Web Site Historical Usage Metrics parameters.
            </param>
            <returns>
            The Get Web Site Historical Usage Metrics operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetMetadata(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the web site
            </param>
            <returns>
            List of metadata for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetMetadataAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the web site
            </param>
            <returns>
            List of metadata for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetOperation(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,System.Guid)">
            <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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='operationId'>
            Required. Additional parameters.
            </param>
            <returns>
            The website operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetOperationAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,System.Guid)">
            <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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='operationId'>
            Required. Additional parameters.
            </param>
            <returns>
            The website operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetPublishingCredentials(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Get publishing credentials for the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the web site.
            </param>
            <returns>
            Publishing credentials for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetPublishingCredentialsAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Get publishing credentials for the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the web site.
            </param>
            <returns>
            Publishing credentials for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetPublishProfile(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve the publish settings information for a web site. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            The Get Web Site Publish Profile operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetPublishProfileAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve the publish settings information for a web site. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            The Get Web Site Publish Profile operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetRepository(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            The Get Web Site Repository operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetRepositoryAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,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. You can create a repository for your web site by issuing an
            HTTP POST request, or retrieve information about the repository by
            using HTTP GET. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            The Get Web Site Repository operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetSlotConfigNames(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            Update list of app settings and connection strings which to be slot
            specific. E.g. settings in staging slots remain in staging after
            swap with production.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <returns>
            List of slot specific settings.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetSlotConfigNamesAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String)">
            <summary>
            Update list of app settings and connection strings which to be slot
            specific. E.g. settings in staging slots remain in staging after
            swap with production.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <returns>
            List of slot specific settings.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetUsageMetrics(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Get a web site's current usage metrics. 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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            The Get Web Site Usage Metrics operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.GetUsageMetricsAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Get a web site's current usage metrics. 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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            The Get Web Site Usage Metrics operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.List(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteListParameters)">
            <summary>
            List the Web Sites in a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Optional. The name of the web site.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            The List Web Sites operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.ListAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteListParameters)">
            <summary>
            List the Web Sites in a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Optional. The name of the web site.
            </param>
            <param name='parameters'>
            Optional. Additional parameters.
            </param>
            <returns>
            The List Web Sites operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.ListBackups(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Returns list of all backups which are tracked by the system.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            List of backups for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.ListBackupsAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Returns list of all backups which are tracked by the system.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            List of backups for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.Restart(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.RestartAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.Restore(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope)">
            <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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='restoreRequestEnvelope'>
            Required. A restore request.
            </param>
            <returns>
            Restore operation information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.RestoreAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequestEnvelope)">
            <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.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='restoreRequestEnvelope'>
            Required. A restore request.
            </param>
            <returns>
            Restore operation information.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.Start(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.StartAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.Stop(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the web site
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.StopAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String)">
            <summary>
            Restart the web site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. Name of website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the web site
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateAppSettings(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters)">
            <summary>
            You can retrieve the application settings for a web site by issuing
            an HTTP GET request, or update them by using HTTP PUT with a
            request body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the web site
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The Update Web Site app settings parameters
            </param>
            <returns>
            List of app settings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateAppSettingsAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters)">
            <summary>
            You can retrieve the application settings for a web site by issuing
            an HTTP GET request, or update them by using HTTP PUT with a
            request body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the web site
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The Update Web Site app settings parameters
            </param>
            <returns>
            List of app settings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateBackupConfiguration(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope)">
            <summary>
            Updates a backup schedule for a site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='backupRequestEnvelope'>
            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.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateBackupConfigurationAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequestEnvelope)">
            <summary>
            Updates a backup schedule for a site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the web space.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='backupRequestEnvelope'>
            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.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateConfiguration(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request, or update them by using HTTP PUT with a request
            body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. The Update Web Site Configuration parameters.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateConfigurationAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters)">
            <summary>
            You can retrieve the config settings for a web site by issuing an
            HTTP GET request, or update them by using HTTP PUT with a request
            body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='webSiteName'>
            Required. The name of the web site.
            </param>
            <param name='slotName'>
            Optional. The name of the slot.
            </param>
            <param name='parameters'>
            Required. The Update Web Site Configuration parameters.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateConnectionStrings(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConnectionStringsParameters)">
            <summary>
            You can retrieve the connection strings for a web site by issuing
            an HTTP GET request, or update them by using HTTP PUT with a
            request body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The Update Web Site connection strings parameters
            </param>
            <returns>
            List of connection strings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateConnectionStringsAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteUpdateConnectionStringsParameters)">
            <summary>
            You can retrieve the connection strings for a web site by issuing
            an HTTP GET request, or update them by using HTTP PUT with a
            request body that contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The Update Web Site connection strings parameters
            </param>
            <returns>
            List of connection strings for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateMetadata(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters)">
            <summary>
            You can retrieve the metadata for a web site by issuing an HTTP GET
            request, or update them by using HTTP PUT with a request body that
            contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The Update Web Site metadata parameters
            </param>
            <returns>
            List of metadata for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateMetadataAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WebSiteNameValueParameters)">
            <summary>
            You can retrieve the metadata for a web site by issuing an HTTP GET
            request, or update them by using HTTP PUT with a request body that
            contains the settings to be updated. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn166985.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The Update Web Site metadata parameters
            </param>
            <returns>
            List of metadata for the website.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateSiteSourceControl(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControlUpdateParameters)">
            <summary>
            Link source control to website (do not forget to setup the token,
            and if needed token secret, for the specific source control type
            used).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the web site
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The update site source control parameters.
            </param>
            <returns>
            The link site to source control operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateSiteSourceControlAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControlUpdateParameters)">
            <summary>
            Link source control to website (do not forget to setup the token,
            and if needed token secret, for the specific source control type
            used).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the web site
            </param>
            <param name='slotName'>
            Optional. The name of the slot of the website
            </param>
            <param name='parameters'>
            Required. The update site source control parameters.
            </param>
            <returns>
            The link site to source control operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateSlotConfigNames(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesUpdateParameters)">
            <summary>
            Update list of app settings and connection strings which to be slot
            specific. E.g. settings in staging slots remain in staging after
            swap with production.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <param name='parameters'>
            Required. The Update slot configs parameters
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteOperationsExtensions.UpdateSlotConfigNamesAsync(Microsoft.Azure.Management.WebSites.IWebSiteOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesUpdateParameters)">
            <summary>
            Update list of app settings and connection strings which to be slot
            specific. E.g. settings in staging slots remain in staging after
            swap with production.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.WebSites.IWebSiteOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group
            </param>
            <param name='webSiteName'>
            Required. The name of the website
            </param>
            <param name='parameters'>
            Required. The Update slot configs parameters
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
    </members>
</doc>