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.CertificatesOperations">
            <summary>
            CertificatesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the CertificatesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.CertificatesOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperations.GetCertificatesWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get certificates for a subscription in the specified resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperations.GetCertificateWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get a certificate by certificate name for a subscription in the specified
            resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperations.CreateOrUpdateCertificateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Certificate,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='certificateEnvelope'>
            Details of certificate if it exists already.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperations.DeleteCertificateWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a certificate by name in a specificed subscription and
            resourcegroup.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate to be deleted.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperations.UpdateCertificateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Certificate,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='certificateEnvelope'>
            Details of certificate if it exists already.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperations.GetCsrsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the certificate signing requests for a subscription in the specified
            resource group
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperations.GetCsrWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a certificate signing request by certificate name for a subscription
            in the specified resource group
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperations.CreateOrUpdateCsrWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Csr,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate signing request.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='csrEnvelope'>
            Details of certificate signing request if it exists already.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperations.DeleteCsrWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete the certificate signing request.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate signing request.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperations.UpdateCsrWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Csr,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate signing request.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='csrEnvelope'>
            Details of certificate signing request if it exists already.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.GetCertificates(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String)">
            <summary>
            Get certificates for a subscription in the specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.GetCertificatesAsync(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get certificates for a subscription in the specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.GetCertificate(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String)">
            <summary>
            Get a certificate by certificate name for a subscription in the specified
            resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.GetCertificateAsync(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a certificate by certificate name for a subscription in the specified
            resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.CreateOrUpdateCertificate(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Certificate)">
            <summary>
            Creates or modifies an existing certificate.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='certificateEnvelope'>
            Details of certificate if it exists already.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.CreateOrUpdateCertificateAsync(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Certificate,System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='certificateEnvelope'>
            Details of certificate if it exists already.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.DeleteCertificate(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String)">
            <summary>
            Delete a certificate by name in a specificed subscription and
            resourcegroup.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate to be deleted.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.DeleteCertificateAsync(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a certificate by name in a specificed subscription and
            resourcegroup.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate to be deleted.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.UpdateCertificate(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Certificate)">
            <summary>
            Creates or modifies an existing certificate.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='certificateEnvelope'>
            Details of certificate if it exists already.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.UpdateCertificateAsync(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Certificate,System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='certificateEnvelope'>
            Details of certificate if it exists already.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.GetCsrs(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String)">
            <summary>
            Gets the certificate signing requests for a subscription in the specified
            resource group
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.GetCsrsAsync(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the certificate signing requests for a subscription in the specified
            resource group
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.GetCsr(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String)">
            <summary>
            Gets a certificate signing request by certificate name for a subscription
            in the specified resource group
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.GetCsrAsync(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a certificate signing request by certificate name for a subscription
            in the specified resource group
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.CreateOrUpdateCsr(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Csr)">
            <summary>
            Creates or modifies an existing certificate signing request.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='csrEnvelope'>
            Details of certificate signing request if it exists already.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.CreateOrUpdateCsrAsync(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Csr,System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate signing request.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='csrEnvelope'>
            Details of certificate signing request if it exists already.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.DeleteCsr(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String)">
            <summary>
            Delete the certificate signing request.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate signing request.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.DeleteCsrAsync(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the certificate signing request.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate signing request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.UpdateCsr(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Csr)">
            <summary>
            Creates or modifies an existing certificate signing request.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='csrEnvelope'>
            Details of certificate signing request if it exists already.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.CertificatesOperationsExtensions.UpdateCsrAsync(Microsoft.Azure.Management.WebSites.ICertificatesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Csr,System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate signing request.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='csrEnvelope'>
            Details of certificate signing request if it exists already.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperations">
            <summary>
            ClassicMobileServicesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the ClassicMobileServicesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperations.GetClassicMobileServicesWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all mobile services in a resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperations.GetClassicMobileServiceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get a mobile service.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of mobile service
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperations.DeleteClassicMobileServiceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a mobile service.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of mobile service
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperationsExtensions.GetClassicMobileServices(Microsoft.Azure.Management.WebSites.IClassicMobileServicesOperations,System.String)">
            <summary>
            Get all mobile services in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperationsExtensions.GetClassicMobileServicesAsync(Microsoft.Azure.Management.WebSites.IClassicMobileServicesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all mobile services in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperationsExtensions.GetClassicMobileService(Microsoft.Azure.Management.WebSites.IClassicMobileServicesOperations,System.String,System.String)">
            <summary>
            Get a mobile service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of mobile service
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperationsExtensions.GetClassicMobileServiceAsync(Microsoft.Azure.Management.WebSites.IClassicMobileServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a mobile service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of mobile service
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperationsExtensions.DeleteClassicMobileService(Microsoft.Azure.Management.WebSites.IClassicMobileServicesOperations,System.String,System.String)">
            <summary>
            Delete a mobile service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of mobile service
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ClassicMobileServicesOperationsExtensions.DeleteClassicMobileServiceAsync(Microsoft.Azure.Management.WebSites.IClassicMobileServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a mobile service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of mobile service
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.DomainsOperations">
            <summary>
            DomainsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the DomainsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.DomainsOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperations.GetDomainsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists domains under a resource group
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperations.GetDomainWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details of a domain
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperations.CreateOrUpdateDomainWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Domain,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a domain
            </summary>
            <param name='resourceGroupName'>
            &amp;gt;Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='domain'>
            Domain registration information
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperations.DeleteDomainWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a domain
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='forceHardDeleteDomain'>
            If true then the domain will be deleted immediately instead of after 24
            hours
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperations.UpdateDomainWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Domain,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a domain
            </summary>
            <param name='resourceGroupName'>
            &amp;gt;Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='domain'>
            Domain registration information
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperations.GetDomainOperationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the latest status of a domain purchase operation
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='operationId'>
            Domain purchase operation Id
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.GetDomains(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String)">
            <summary>
            Lists domains under a resource group
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.GetDomainsAsync(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists domains under a resource group
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.GetDomain(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String,System.String)">
            <summary>
            Gets details of a domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.GetDomainAsync(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details of a domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.CreateOrUpdateDomain(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Domain)">
            <summary>
            Creates a domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            &amp;gt;Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='domain'>
            Domain registration information
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.CreateOrUpdateDomainAsync(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Domain,System.Threading.CancellationToken)">
            <summary>
            Creates a domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            &amp;gt;Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='domain'>
            Domain registration information
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.DeleteDomain(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Deletes a domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='forceHardDeleteDomain'>
            If true then the domain will be deleted immediately instead of after 24
            hours
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.DeleteDomainAsync(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Deletes a domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='forceHardDeleteDomain'>
            If true then the domain will be deleted immediately instead of after 24
            hours
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.UpdateDomain(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Domain)">
            <summary>
            Creates a domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            &amp;gt;Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='domain'>
            Domain registration information
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.UpdateDomainAsync(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Domain,System.Threading.CancellationToken)">
            <summary>
            Creates a domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            &amp;gt;Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='domain'>
            Domain registration information
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.GetDomainOperation(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves the latest status of a domain purchase operation
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='operationId'>
            Domain purchase operation Id
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.DomainsOperationsExtensions.GetDomainOperationAsync(Microsoft.Azure.Management.WebSites.IDomainsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves the latest status of a domain purchase operation
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='operationId'>
            Domain purchase operation Id
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperations">
            <summary>
            GlobalDomainRegistrationOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the GlobalDomainRegistrationOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperations.GetAllDomainsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all domains in a subscription
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperations.GetDomainControlCenterSsoRequestWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Generates a single sign on request for domain management portal
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperations.ValidateDomainPurchaseInformationWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Validates domain registration information
            </summary>
            <param name='domainRegistrationInput'>
            Domain registration information
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperations.CheckDomainAvailabilityWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.NameIdentifier,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks if a domain is available for registration
            </summary>
            <param name='identifier'>
            Name of the domain
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperations.ListDomainRecommendationsWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.DomainRecommendationSearchParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists domain recommendations based on keywords
            </summary>
            <param name='parameters'>
            Domain recommendation search parameters
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperationsExtensions.GetAllDomains(Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations)">
            <summary>
            Lists all domains in a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperationsExtensions.GetAllDomainsAsync(Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations,System.Threading.CancellationToken)">
            <summary>
            Lists all domains in a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperationsExtensions.GetDomainControlCenterSsoRequest(Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations)">
            <summary>
            Generates a single sign on request for domain management portal
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperationsExtensions.GetDomainControlCenterSsoRequestAsync(Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations,System.Threading.CancellationToken)">
            <summary>
            Generates a single sign on request for domain management portal
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperationsExtensions.ValidateDomainPurchaseInformation(Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations,Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput)">
            <summary>
            Validates domain registration information
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='domainRegistrationInput'>
            Domain registration information
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperationsExtensions.ValidateDomainPurchaseInformationAsync(Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations,Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput,System.Threading.CancellationToken)">
            <summary>
            Validates domain registration information
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='domainRegistrationInput'>
            Domain registration information
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperationsExtensions.CheckDomainAvailability(Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations,Microsoft.Azure.Management.WebSites.Models.NameIdentifier)">
            <summary>
            Checks if a domain is available for registration
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='identifier'>
            Name of the domain
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperationsExtensions.CheckDomainAvailabilityAsync(Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations,Microsoft.Azure.Management.WebSites.Models.NameIdentifier,System.Threading.CancellationToken)">
            <summary>
            Checks if a domain is available for registration
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='identifier'>
            Name of the domain
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperationsExtensions.ListDomainRecommendations(Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations,Microsoft.Azure.Management.WebSites.Models.DomainRecommendationSearchParameters)">
            <summary>
            Lists domain recommendations based on keywords
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            Domain recommendation search parameters
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalDomainRegistrationOperationsExtensions.ListDomainRecommendationsAsync(Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations,Microsoft.Azure.Management.WebSites.Models.DomainRecommendationSearchParameters,System.Threading.CancellationToken)">
            <summary>
            Lists domain recommendations based on keywords
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='parameters'>
            Domain recommendation search parameters
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.GlobalModelOperations">
            <summary>
            GlobalModelOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the GlobalModelOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.GlobalModelOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.GetSubscriptionPublishingCredentialsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets publishing credentials for the subscription owner
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.UpdateSubscriptionPublishingCredentialsWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.User,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates publishing credentials for the subscription owner
            </summary>
            <param name='requestMessage'>
            requestMessage with new publishing credentials
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.GetSubscriptionGeoRegionsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of available geo regions
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.GetAllCertificatesWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all certificates for a subscription
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.GetAllServerFarmsWithHttpMessagesAsync(System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all App Service Plans for a subcription
            </summary>
            <param name='detailed'>
            False to return a subset of App Service Plan properties, true to return
            all of the properties.
            Retrieval of all properties may increase the API latency.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.GetAllSitesWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all Web Apps for a subscription
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.GetAllHostingEnvironmentsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all hostingEnvironments (App Service Environment) for a subscription
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.GetAllManagedHostingEnvironmentsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all managed hosting environments for a subscription
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.GetAllClassicMobileServicesWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all mobile services for a subscription
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.ListPremierAddOnOffersWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List premier add on offers
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.IsHostingEnvironmentWithLegacyNameAvailableWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Whether hosting environment name is available
            </summary>
            <param name='name'>
            Hosting environment name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.IsHostingEnvironmentNameAvailableWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Whether hosting environment name is available
            </summary>
            <param name='name'>
            Hosting environment name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperations.CheckNameAvailabilityWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailabilityRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Check if resource name is available
            </summary>
            <param name='request'>
            Name availability request
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetSubscriptionPublishingCredentials(Microsoft.Azure.Management.WebSites.IGlobalModelOperations)">
            <summary>
            Gets publishing credentials for the subscription owner
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetSubscriptionPublishingCredentialsAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.Threading.CancellationToken)">
            <summary>
            Gets publishing credentials for the subscription owner
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.UpdateSubscriptionPublishingCredentials(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,Microsoft.Azure.Management.WebSites.Models.User)">
            <summary>
            Updates publishing credentials for the subscription owner
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='requestMessage'>
            requestMessage with new publishing credentials
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.UpdateSubscriptionPublishingCredentialsAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,Microsoft.Azure.Management.WebSites.Models.User,System.Threading.CancellationToken)">
            <summary>
            Updates publishing credentials for the subscription owner
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='requestMessage'>
            requestMessage with new publishing credentials
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetSubscriptionGeoRegions(Microsoft.Azure.Management.WebSites.IGlobalModelOperations)">
            <summary>
            Gets list of available geo regions
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetSubscriptionGeoRegionsAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.Threading.CancellationToken)">
            <summary>
            Gets list of available geo regions
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllCertificates(Microsoft.Azure.Management.WebSites.IGlobalModelOperations)">
            <summary>
            Get all certificates for a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllCertificatesAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.Threading.CancellationToken)">
            <summary>
            Get all certificates for a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllServerFarms(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.Nullable{System.Boolean})">
            <summary>
            Gets all App Service Plans for a subcription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='detailed'>
            False to return a subset of App Service Plan properties, true to return
            all of the properties.
            Retrieval of all properties may increase the API latency.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllServerFarmsAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Gets all App Service Plans for a subcription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='detailed'>
            False to return a subset of App Service Plan properties, true to return
            all of the properties.
            Retrieval of all properties may increase the API latency.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllSites(Microsoft.Azure.Management.WebSites.IGlobalModelOperations)">
            <summary>
            Gets all Web Apps for a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllSitesAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.Threading.CancellationToken)">
            <summary>
            Gets all Web Apps for a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllHostingEnvironments(Microsoft.Azure.Management.WebSites.IGlobalModelOperations)">
            <summary>
            Gets all hostingEnvironments (App Service Environment) for a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllHostingEnvironmentsAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.Threading.CancellationToken)">
            <summary>
            Gets all hostingEnvironments (App Service Environment) for a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllManagedHostingEnvironments(Microsoft.Azure.Management.WebSites.IGlobalModelOperations)">
            <summary>
            Gets all managed hosting environments for a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllManagedHostingEnvironmentsAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.Threading.CancellationToken)">
            <summary>
            Gets all managed hosting environments for a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllClassicMobileServices(Microsoft.Azure.Management.WebSites.IGlobalModelOperations)">
            <summary>
            Gets all mobile services for a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.GetAllClassicMobileServicesAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.Threading.CancellationToken)">
            <summary>
            Gets all mobile services for a subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.ListPremierAddOnOffers(Microsoft.Azure.Management.WebSites.IGlobalModelOperations)">
            <summary>
            List premier add on offers
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.ListPremierAddOnOffersAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.Threading.CancellationToken)">
            <summary>
            List premier add on offers
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.IsHostingEnvironmentWithLegacyNameAvailable(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.String)">
            <summary>
            Whether hosting environment name is available
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            Hosting environment name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.IsHostingEnvironmentWithLegacyNameAvailableAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Whether hosting environment name is available
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            Hosting environment name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.IsHostingEnvironmentNameAvailable(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.String)">
            <summary>
            Whether hosting environment name is available
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            Hosting environment name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.IsHostingEnvironmentNameAvailableAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Whether hosting environment name is available
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            Hosting environment name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.CheckNameAvailability(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailabilityRequest)">
            <summary>
            Check if resource name is available
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='request'>
            Name availability request
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalModelOperationsExtensions.CheckNameAvailabilityAsync(Microsoft.Azure.Management.WebSites.IGlobalModelOperations,Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailabilityRequest,System.Threading.CancellationToken)">
            <summary>
            Check if resource name is available
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='request'>
            Name availability request
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.GlobalResourceGroupsOperations">
            <summary>
            GlobalResourceGroupsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalResourceGroupsOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the GlobalResourceGroupsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.GlobalResourceGroupsOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalResourceGroupsOperations.MoveResourcesWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.WebSites.Models.CsmMoveResourceEnvelope,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='moveResourceEnvelope'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalResourceGroupsOperationsExtensions.MoveResources(Microsoft.Azure.Management.WebSites.IGlobalResourceGroupsOperations,System.String,Microsoft.Azure.Management.WebSites.Models.CsmMoveResourceEnvelope)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='moveResourceEnvelope'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.GlobalResourceGroupsOperationsExtensions.MoveResourcesAsync(Microsoft.Azure.Management.WebSites.IGlobalResourceGroupsOperations,System.String,Microsoft.Azure.Management.WebSites.Models.CsmMoveResourceEnvelope,System.Threading.CancellationToken)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='moveResourceEnvelope'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations">
            <summary>
            HostingEnvironmentsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the HostingEnvironmentsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get properties of hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.CreateOrUpdateHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='hostingEnvironmentEnvelope'>
            Properties of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.BeginCreateOrUpdateHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='hostingEnvironmentEnvelope'>
            Properties of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.DeleteHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='forceDelete'>
            Delete even if the hostingEnvironment (App Service Environment) contains
            resources
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.BeginDeleteHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='forceDelete'>
            Delete even if the hostingEnvironment (App Service Environment) contains
            resources
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentDiagnosticsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get diagnostic information for hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentDiagnosticsItemWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get diagnostic information for hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='diagnosticsName'>
            Name of the diagnostics
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentCapacitiesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get used, available, and total worker capacity for hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentVipsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get IP addresses assigned to the hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all hostingEnvironments (App Service Environments) in a resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.RebootHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Reboots all machines in a hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentOperationsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List all currently running operations on the hostingEnvironment (App
            Service Environment)
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentOperationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get status of an operation on a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='operationId'>
            operation identifier GUID
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentMetricsWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get global metrics of hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get global metric definitions of hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentUsagesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get global usages of hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentMultiRoleMetricsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metrics for a multiRole pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='startTime'>
            Beginning time of metrics query
            </param>
            <param name='endTime'>
            End time of metrics query
            </param>
            <param name='timeGrain'>
            Time granularity of metrics query
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentWebWorkerMetricsWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metrics for a worker pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentMultiRoleMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a multiRole pool of a hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentWebWorkerMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a worker pool of a hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentMultiRoleUsagesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get usages for a multiRole pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentWebWorkerUsagesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get usages for a worker pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentSitesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all sites on the hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='propertiesToInclude'>
            Comma separated list of site properties to include
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentWebHostingPlansWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetHostingEnvironmentServerFarmsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetMultiRolePoolsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all multi role pools
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetMultiRolePoolWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get properties of a multiRool pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.CreateOrUpdateMultiRolePoolWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a multiRole pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='multiRolePoolEnvelope'>
            Properties of multiRole pool
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.BeginCreateOrUpdateMultiRolePoolWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a multiRole pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='multiRolePoolEnvelope'>
            Properties of multiRole pool
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetMultiRolePoolSkusWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get available skus for scaling a multiRole pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetWorkerPoolsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all worker pools
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetWorkerPoolWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get properties of a worker pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.CreateOrUpdateWorkerPoolWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a worker pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='workerPoolEnvelope'>
            Properties of worker pool
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.BeginCreateOrUpdateWorkerPoolWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a worker pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='workerPoolEnvelope'>
            Properties of worker pool
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetWorkerPoolSkusWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get available skus for scaling a worker pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetWorkerPoolInstanceMetricsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metrics for a specific instance of a worker pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='instance'>
            Name of instance in the worker pool
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetWorkerPoolInstanceMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a specific instance of a worker pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='instance'>
            Name of instance in the worker pool
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetMultiRolePoolInstanceMetricsWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metrics for a specific instance of a multiRole pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='instance'>
            Name of instance in the multiRole pool
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.GetMultiRolePoolInstanceMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a specific instance of a multiRole pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='instance'>
            Name of instance in the multiRole pool&amp;gt;
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.SuspendHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Suspends the hostingEnvironment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.BeginSuspendHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Suspends the hostingEnvironment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.ResumeHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Resumes the hostingEnvironment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperations.BeginResumeHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Resumes the hostingEnvironment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironment(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get properties of hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get properties of hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.CreateOrUpdateHostingEnvironment(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment)">
            <summary>
            Create or update a hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='hostingEnvironmentEnvelope'>
            Properties of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.CreateOrUpdateHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Threading.CancellationToken)">
            <summary>
            Create or update a hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='hostingEnvironmentEnvelope'>
            Properties of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginCreateOrUpdateHostingEnvironment(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment)">
            <summary>
            Create or update a hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='hostingEnvironmentEnvelope'>
            Properties of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginCreateOrUpdateHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Threading.CancellationToken)">
            <summary>
            Create or update a hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='hostingEnvironmentEnvelope'>
            Properties of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.DeleteHostingEnvironment(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Delete a hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='forceDelete'>
            Delete even if the hostingEnvironment (App Service Environment) contains
            resources
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.DeleteHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Delete a hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='forceDelete'>
            Delete even if the hostingEnvironment (App Service Environment) contains
            resources
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginDeleteHostingEnvironment(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Delete a hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='forceDelete'>
            Delete even if the hostingEnvironment (App Service Environment) contains
            resources
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginDeleteHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Delete a hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='forceDelete'>
            Delete even if the hostingEnvironment (App Service Environment) contains
            resources
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentDiagnostics(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get diagnostic information for hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentDiagnosticsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get diagnostic information for hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentDiagnosticsItem(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Get diagnostic information for hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='diagnosticsName'>
            Name of the diagnostics
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentDiagnosticsItemAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get diagnostic information for hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='diagnosticsName'>
            Name of the diagnostics
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentCapacities(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get used, available, and total worker capacity for hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentCapacitiesAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get used, available, and total worker capacity for hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentVips(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get IP addresses assigned to the hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentVipsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get IP addresses assigned to the hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironments(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String)">
            <summary>
            Get all hostingEnvironments (App Service Environments) in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all hostingEnvironments (App Service Environments) in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.RebootHostingEnvironment(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Reboots all machines in a hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.RebootHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Reboots all machines in a hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentOperations(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            List all currently running operations on the hostingEnvironment (App
            Service Environment)
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentOperationsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List all currently running operations on the hostingEnvironment (App
            Service Environment)
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentOperation(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Get status of an operation on a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='operationId'>
            operation identifier GUID
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentOperationAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get status of an operation on a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='operationId'>
            operation identifier GUID
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentMetrics(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Get global metrics of hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentMetricsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)">
            <summary>
            Get global metrics of hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentMetricDefinitions(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get global metric definitions of hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentMetricDefinitionsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get global metric definitions of hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentUsages(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Get global usages of hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentUsagesAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get global usages of hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentMultiRoleMetrics(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Get metrics for a multiRole pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='startTime'>
            Beginning time of metrics query
            </param>
            <param name='endTime'>
            End time of metrics query
            </param>
            <param name='timeGrain'>
            Time granularity of metrics query
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentMultiRoleMetricsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)">
            <summary>
            Get metrics for a multiRole pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='startTime'>
            Beginning time of metrics query
            </param>
            <param name='endTime'>
            End time of metrics query
            </param>
            <param name='timeGrain'>
            Time granularity of metrics query
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentWebWorkerMetrics(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Get metrics for a worker pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentWebWorkerMetricsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)">
            <summary>
            Get metrics for a worker pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentMultiRoleMetricDefinitions(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get metric definitions for a multiRole pool of a hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentMultiRoleMetricDefinitionsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a multiRole pool of a hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentWebWorkerMetricDefinitions(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Get metric definitions for a worker pool of a hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentWebWorkerMetricDefinitionsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a worker pool of a hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentMultiRoleUsages(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get usages for a multiRole pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentMultiRoleUsagesAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get usages for a multiRole pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentWebWorkerUsages(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Get usages for a worker pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentWebWorkerUsagesAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get usages for a worker pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentSites(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Get all sites on the hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='propertiesToInclude'>
            Comma separated list of site properties to include
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentSitesAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all sites on the hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='propertiesToInclude'>
            Comma separated list of site properties to include
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentWebHostingPlans(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get all serverfarms (App Service Plans) on the hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentWebHostingPlansAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentServerFarms(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get all serverfarms (App Service Plans) on the hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetHostingEnvironmentServerFarmsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetMultiRolePools(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get all multi role pools
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetMultiRolePoolsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all multi role pools
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetMultiRolePool(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get properties of a multiRool pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetMultiRolePoolAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get properties of a multiRool pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.CreateOrUpdateMultiRolePool(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool)">
            <summary>
            Create or update a multiRole pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='multiRolePoolEnvelope'>
            Properties of multiRole pool
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.CreateOrUpdateMultiRolePoolAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Threading.CancellationToken)">
            <summary>
            Create or update a multiRole pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='multiRolePoolEnvelope'>
            Properties of multiRole pool
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginCreateOrUpdateMultiRolePool(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool)">
            <summary>
            Create or update a multiRole pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='multiRolePoolEnvelope'>
            Properties of multiRole pool
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginCreateOrUpdateMultiRolePoolAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Threading.CancellationToken)">
            <summary>
            Create or update a multiRole pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='multiRolePoolEnvelope'>
            Properties of multiRole pool
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetMultiRolePoolSkus(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get available skus for scaling a multiRole pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetMultiRolePoolSkusAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get available skus for scaling a multiRole pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetWorkerPools(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get all worker pools
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetWorkerPoolsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all worker pools
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetWorkerPool(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Get properties of a worker pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetWorkerPoolAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get properties of a worker pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.CreateOrUpdateWorkerPool(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool)">
            <summary>
            Create or update a worker pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='workerPoolEnvelope'>
            Properties of worker pool
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.CreateOrUpdateWorkerPoolAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Threading.CancellationToken)">
            <summary>
            Create or update a worker pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='workerPoolEnvelope'>
            Properties of worker pool
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginCreateOrUpdateWorkerPool(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool)">
            <summary>
            Create or update a worker pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='workerPoolEnvelope'>
            Properties of worker pool
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginCreateOrUpdateWorkerPoolAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Threading.CancellationToken)">
            <summary>
            Create or update a worker pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='workerPoolEnvelope'>
            Properties of worker pool
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetWorkerPoolSkus(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Get available skus for scaling a worker pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetWorkerPoolSkusAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get available skus for scaling a worker pool.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetWorkerPoolInstanceMetrics(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Get metrics for a specific instance of a worker pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='instance'>
            Name of instance in the worker pool
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetWorkerPoolInstanceMetricsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)">
            <summary>
            Get metrics for a specific instance of a worker pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='instance'>
            Name of instance in the worker pool
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetWorkerPoolInstanceMetricDefinitions(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get metric definitions for a specific instance of a worker pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='instance'>
            Name of instance in the worker pool
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetWorkerPoolInstanceMetricDefinitionsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a specific instance of a worker pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='instance'>
            Name of instance in the worker pool
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetMultiRolePoolInstanceMetrics(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Get metrics for a specific instance of a multiRole pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='instance'>
            Name of instance in the multiRole pool
            </param>
            <param name='details'>
            Include instance details
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetMultiRolePoolInstanceMetricsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Get metrics for a specific instance of a multiRole pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='instance'>
            Name of instance in the multiRole pool
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetMultiRolePoolInstanceMetricDefinitions(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Get metric definitions for a specific instance of a multiRole pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='instance'>
            Name of instance in the multiRole pool&amp;gt;
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.GetMultiRolePoolInstanceMetricDefinitionsAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a specific instance of a multiRole pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='instance'>
            Name of instance in the multiRole pool&amp;gt;
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.SuspendHostingEnvironment(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Suspends the hostingEnvironment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.SuspendHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Suspends the hostingEnvironment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginSuspendHostingEnvironment(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Suspends the hostingEnvironment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginSuspendHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Suspends the hostingEnvironment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.ResumeHostingEnvironment(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Resumes the hostingEnvironment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.ResumeHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Resumes the hostingEnvironment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginResumeHostingEnvironment(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Resumes the hostingEnvironment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.HostingEnvironmentsOperationsExtensions.BeginResumeHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Resumes the hostingEnvironment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.ICertificatesOperations">
            <summary>
            CertificatesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ICertificatesOperations.GetCertificatesWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get certificates for a subscription in the specified resource
            group.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ICertificatesOperations.GetCertificateWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get a certificate by certificate name for a subscription in the
            specified resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ICertificatesOperations.CreateOrUpdateCertificateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Certificate,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='certificateEnvelope'>
            Details of certificate if it exists already.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ICertificatesOperations.DeleteCertificateWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a certificate by name in a specificed subscription and
            resourcegroup.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate to be deleted.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ICertificatesOperations.UpdateCertificateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Certificate,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='certificateEnvelope'>
            Details of certificate if it exists already.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ICertificatesOperations.GetCsrsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the certificate signing requests for a subscription in the
            specified resource group
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ICertificatesOperations.GetCsrWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a certificate signing request by certificate name for a
            subscription in the specified resource group
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ICertificatesOperations.CreateOrUpdateCsrWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Csr,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate signing request.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='csrEnvelope'>
            Details of certificate signing request if it exists already.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ICertificatesOperations.DeleteCsrWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete the certificate signing request.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate signing request.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ICertificatesOperations.UpdateCsrWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Csr,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or modifies an existing certificate signing request.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the certificate.
            </param>
            <param name='csrEnvelope'>
            Details of certificate signing request if it exists already.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IClassicMobileServicesOperations">
            <summary>
            ClassicMobileServicesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IClassicMobileServicesOperations.GetClassicMobileServicesWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all mobile services in a resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IClassicMobileServicesOperations.GetClassicMobileServiceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get a mobile service.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of mobile service
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IClassicMobileServicesOperations.DeleteClassicMobileServiceWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a mobile service.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of mobile service
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IDomainsOperations">
            <summary>
            DomainsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IDomainsOperations.GetDomainsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists domains under a resource group
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IDomainsOperations.GetDomainWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details of a domain
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IDomainsOperations.CreateOrUpdateDomainWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Domain,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a domain
            </summary>
            <param name='resourceGroupName'>
            &amp;gt;Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='domain'>
            Domain registration information
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IDomainsOperations.DeleteDomainWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a domain
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='forceHardDeleteDomain'>
            If true then the domain will be deleted immediately instead of
            after 24 hours
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IDomainsOperations.UpdateDomainWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Domain,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a domain
            </summary>
            <param name='resourceGroupName'>
            &amp;gt;Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='domain'>
            Domain registration information
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IDomainsOperations.GetDomainOperationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the latest status of a domain purchase operation
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='domainName'>
            Name of the domain
            </param>
            <param name='operationId'>
            Domain purchase operation Id
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations">
            <summary>
            GlobalDomainRegistrationOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations.GetAllDomainsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all domains in a subscription
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations.GetDomainControlCenterSsoRequestWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Generates a single sign on request for domain management portal
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations.ValidateDomainPurchaseInformationWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Validates domain registration information
            </summary>
            <param name='domainRegistrationInput'>
            Domain registration information
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations.CheckDomainAvailabilityWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.NameIdentifier,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Checks if a domain is available for registration
            </summary>
            <param name='identifier'>
            Name of the domain
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalDomainRegistrationOperations.ListDomainRecommendationsWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.DomainRecommendationSearchParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists domain recommendations based on keywords
            </summary>
            <param name='parameters'>
            Domain recommendation search parameters
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IGlobalModelOperations">
            <summary>
            GlobalModelOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.GetSubscriptionPublishingCredentialsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets publishing credentials for the subscription owner
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.UpdateSubscriptionPublishingCredentialsWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.User,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates publishing credentials for the subscription owner
            </summary>
            <param name='requestMessage'>
            requestMessage with new publishing credentials
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.GetSubscriptionGeoRegionsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of available geo regions
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.GetAllCertificatesWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all certificates for a subscription
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.GetAllServerFarmsWithHttpMessagesAsync(System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all App Service Plans for a subcription
            </summary>
            <param name='detailed'>
            False to return a subset of App Service Plan properties, true to
            return all of the properties.
            Retrieval of all properties may increase the API
            latency.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.GetAllSitesWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all Web Apps for a subscription
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.GetAllHostingEnvironmentsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all hostingEnvironments (App Service Environment) for a
            subscription
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.GetAllManagedHostingEnvironmentsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all managed hosting environments for a subscription
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.GetAllClassicMobileServicesWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all mobile services for a subscription
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.ListPremierAddOnOffersWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List premier add on offers
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.IsHostingEnvironmentWithLegacyNameAvailableWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Whether hosting environment name is available
            </summary>
            <param name='name'>
            Hosting environment name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.IsHostingEnvironmentNameAvailableWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Whether hosting environment name is available
            </summary>
            <param name='name'>
            Hosting environment name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalModelOperations.CheckNameAvailabilityWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailabilityRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Check if resource name is available
            </summary>
            <param name='request'>
            Name availability request
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IGlobalResourceGroupsOperations">
            <summary>
            GlobalResourceGroupsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IGlobalResourceGroupsOperations.MoveResourcesWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.WebSites.Models.CsmMoveResourceEnvelope,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='moveResourceEnvelope'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations">
            <summary>
            HostingEnvironmentsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get properties of hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.CreateOrUpdateHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='hostingEnvironmentEnvelope'>
            Properties of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.BeginCreateOrUpdateHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='hostingEnvironmentEnvelope'>
            Properties of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.DeleteHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='forceDelete'>
            Delete even if the hostingEnvironment (App Service Environment)
            contains resources
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.BeginDeleteHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='forceDelete'>
            Delete even if the hostingEnvironment (App Service Environment)
            contains resources
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentDiagnosticsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get diagnostic information for hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentDiagnosticsItemWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get diagnostic information for hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='diagnosticsName'>
            Name of the diagnostics
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentCapacitiesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get used, available, and total worker capacity for
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentVipsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get IP addresses assigned to the hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all hostingEnvironments (App Service Environments) in a
            resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.RebootHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Reboots all machines in a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentOperationsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List all currently running operations on the hostingEnvironment
            (App Service Environment)
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentOperationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get status of an operation on a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='operationId'>
            operation identifier GUID
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentMetricsWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get global metrics of hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter
            conforms to odata syntax. Example: $filter=(name.value eq
            'Metric1' or name.value eq 'Metric2') and startTime eq
            '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and
            timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get global metric definitions of hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentUsagesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get global usages of hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter
            conforms to odata syntax. Example: $filter=(name.value eq
            'Metric1' or name.value eq 'Metric2') and startTime eq
            '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and
            timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentMultiRoleMetricsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metrics for a multiRole pool of a hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='startTime'>
            Beginning time of metrics query
            </param>
            <param name='endTime'>
            End time of metrics query
            </param>
            <param name='timeGrain'>
            Time granularity of metrics query
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter
            conforms to odata syntax. Example: $filter=(name.value eq
            'Metric1' or name.value eq 'Metric2') and startTime eq
            '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and
            timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentWebWorkerMetricsWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metrics for a worker pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter
            conforms to odata syntax. Example: $filter=(name.value eq
            'Metric1' or name.value eq 'Metric2') and startTime eq
            '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and
            timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentMultiRoleMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a multiRole pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentWebWorkerMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a worker pool of a hostingEnvironment
            (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentMultiRoleUsagesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get usages for a multiRole pool of a hostingEnvironment (App
            Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentWebWorkerUsagesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get usages for a worker pool of a hostingEnvironment (App Service
            Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentSitesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all sites on the hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='propertiesToInclude'>
            Comma separated list of site properties to include
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentWebHostingPlansWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the hostingEnvironment
            (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetHostingEnvironmentServerFarmsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the hostingEnvironment
            (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetMultiRolePoolsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all multi role pools
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetMultiRolePoolWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get properties of a multiRool pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.CreateOrUpdateMultiRolePoolWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a multiRole pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='multiRolePoolEnvelope'>
            Properties of multiRole pool
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.BeginCreateOrUpdateMultiRolePoolWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a multiRole pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='multiRolePoolEnvelope'>
            Properties of multiRole pool
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetMultiRolePoolSkusWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get available skus for scaling a multiRole pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetWorkerPoolsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all worker pools
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetWorkerPoolWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get properties of a worker pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.CreateOrUpdateWorkerPoolWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a worker pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='workerPoolEnvelope'>
            Properties of worker pool
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.BeginCreateOrUpdateWorkerPoolWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPool,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a worker pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='workerPoolEnvelope'>
            Properties of worker pool
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetWorkerPoolSkusWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get available skus for scaling a worker pool.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetWorkerPoolInstanceMetricsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metrics for a specific instance of a worker pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='instance'>
            Name of instance in the worker pool
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter
            conforms to odata syntax. Example: $filter=(name.value eq
            'Metric1' or name.value eq 'Metric2') and startTime eq
            '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and
            timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetWorkerPoolInstanceMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a specific instance of a worker pool of
            a hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='workerPoolName'>
            Name of worker pool
            </param>
            <param name='instance'>
            Name of instance in the worker pool
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetMultiRolePoolInstanceMetricsWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metrics for a specific instance of a multiRole pool of a
            hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='instance'>
            Name of instance in the multiRole pool
            </param>
            <param name='details'>
            Include instance details
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.GetMultiRolePoolInstanceMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get metric definitions for a specific instance of a multiRole pool
            of a hostingEnvironment (App Service Environment).
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='instance'>
            Name of instance in the multiRole pool&amp;gt;
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.SuspendHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Suspends the hostingEnvironment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.BeginSuspendHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Suspends the hostingEnvironment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.ResumeHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Resumes the hostingEnvironment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IHostingEnvironmentsOperations.BeginResumeHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Resumes the hostingEnvironment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of hostingEnvironment (App Service Environment)
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations">
            <summary>
            ManagedHostingEnvironmentsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get properties of a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations.CreateOrUpdateManagedHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='managedHostingEnvironmentEnvelope'>
            Properties of managed hosting environment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations.BeginCreateOrUpdateManagedHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='managedHostingEnvironmentEnvelope'>
            Properties of managed hosting environment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations.DeleteManagedHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='forceDelete'>
            Delete even if the managed hosting environment contains resources
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations.BeginDeleteManagedHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='forceDelete'>
            Delete even if the managed hosting environment contains resources
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all managed hosting environments in a resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentVipsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get list of ip addresses assigned to a managed hosting environment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentOperationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get status of an operation on a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='operationId'>
            operation identifier GUID
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentSitesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all sites on the managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='propertiesToInclude'>
            Comma separated list of site properties to include
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentWebHostingPlansWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the managed hosting
            environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentServerFarmsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the managed hosting
            environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IProviderOperations">
            <summary>
            ProviderOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IProviderOperations.GetSourceControlsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the source controls available for Azure websites
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IProviderOperations.GetSourceControlWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets source control token
            </summary>
            <param name='sourceControlType'>
            Type of source control
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IProviderOperations.UpdateSourceControlWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.WebSites.Models.SourceControl,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates source control token
            </summary>
            <param name='sourceControlType'>
            Type of source control
            </param>
            <param name='requestMessage'>
            Source control token information
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IProviderOperations.GetPublishingUserWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets publishing user
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IProviderOperations.UpdatePublishingUserWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.User,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates publishing user
            </summary>
            <param name='requestMessage'>
            Details of publishing user
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IRecommendationsOperations">
            <summary>
            RecommendationsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IRecommendationsOperations.GetRecommendationBySubscriptionWithHttpMessagesAsync(System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of recommendations associated with the specified
            subscription.
            </summary>
            <param name='featured'>
            If set, this API returns only the most critical recommendation
            among the others. Otherwise this API returns all recommendations
            available
            </param>
            <param name='filter'>
            Return only channels specified in the filter. Filter is specified
            by using OData syntax. Example: $filter=channels eq 'Api' or
            channel eq 'Notification'
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IRecommendationsOperations.GetRuleDetailsBySiteNameWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the detailed properties of the recommendation object for the
            specified web site.
            </summary>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='name'>
            Recommendation rule name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IRecommendationsOperations.GetRecommendedRulesForSiteWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of recommendations associated with the specified web
            site.
            </summary>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='featured'>
            If set, this API returns only the most critical recommendation
            among the others. Otherwise this API returns all recommendations
            available
            </param>
            <param name='siteSku'>
            The name of site SKU.
            </param>
            <param name='numSlots'>
            The number of site slots associated to the site
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IRecommendationsOperations.GetRecommendationHistoryForSiteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the list of past recommendations optionally specified by the
            time range.
            </summary>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='startTime'>
            The start time of a time range to query, e.g. $filter=startTime eq
            '2015-01-01T00:00:00Z' and endTime eq '2015-01-02T00:00:00Z'
            </param>
            <param name='endTime'>
            The end time of a time range to query, e.g. $filter=startTime eq
            '2015-01-01T00:00:00Z' and endTime eq '2015-01-02T00:00:00Z'
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IServerFarmsOperations">
            <summary>
            ServerFarmsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetServerFarmsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets collection of App Service Plans in a resource group for a
            given subscription.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetServerFarmWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets specified App Service Plan in a resource group
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.CreateOrUpdateServerFarmWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='serverFarmEnvelope'>
            Details of App Service Plan
            </param>
            <param name='allowPendingState'>
            OBSOLETE: If true, allow pending state for App Service Plan
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.BeginCreateOrUpdateServerFarmWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='serverFarmEnvelope'>
            Details of App Service Plan
            </param>
            <param name='allowPendingState'>
            OBSOLETE: If true, allow pending state for App Service Plan
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.DeleteServerFarmWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetServerFarmMetricsWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Queries for App Serice Plan metrics
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='details'>
            If true, metrics are broken down per App Service Plan instance
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter
            conforms to odata syntax. Example: $filter=(name.value eq
            'Metric1' or name.value eq 'Metric2') and startTime eq
            '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and
            timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetServerFarmMetricDefintionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List of metrics that can be queried for an App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetVnetsForServerFarmWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of vnets associated with App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetVnetFromServerFarmWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a vnet associated with an App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetRoutesForVnetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of all routes associated with a vnet, in an app
            service plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetRouteForVnetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a specific route associated with a vnet, in an app service
            plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.CreateOrUpdateVnetRouteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetRoute,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new route or updates an existing route for a vnet in an
            app service plan.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='route'>
            The route object
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.DeleteVnetRouteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an existing route for a vnet in an app service plan.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.UpdateVnetRouteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetRoute,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new route or updates an existing route for a vnet in an
            app service plan.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='route'>
            The route object
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetServerFarmVnetGatewayWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the vnet gateway.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of the App Service Plan
            </param>
            <param name='vnetName'>
            Name of the virtual network
            </param>
            <param name='gatewayName'>
            Name of the gateway. Only the 'primary' gateway is supported.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.UpdateServerFarmVnetGatewayWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the vnet gateway
            </summary>
            <param name='resourceGroupName'>
            The resource group
            </param>
            <param name='name'>
            The name of the App Service Plan
            </param>
            <param name='vnetName'>
            The name of the virtual network
            </param>
            <param name='gatewayName'>
            The name of the gateway. Only 'primary' is supported.
            </param>
            <param name='connectionEnvelope'>
            The gateway entity.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetServerFarmSitesWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of Apps associated with an App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='skipToken'>
            Skip to of web apps in a list. If specified, the resulting list
            will contain web apps starting from (including) the skipToken.
            Else, the resulting list contains web apps from the start of the
            list
            </param>
            <param name='filter'>
            Supported filter: $filter=state eq running. Returns only web apps
            that are currently running
            </param>
            <param name='top'>
            List page size. If specified, results are paged.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.RebootWorkerForServerFarmWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Submit a reboot request for a worker machine in the specified
            server farm
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of server farm
            </param>
            <param name='workerName'>
            Name of worker machine, typically starts with RD
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.RestartSitesForServerFarmWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restarts web apps in a specified App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the
            apps if necessary. Hard restart always restarts and reprovisions
            the apps
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetServerFarmOperationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a server farm operation
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of server farm
            </param>
            <param name='operationId'>
            Id of Server farm operation"&amp;gt;
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IServerFarmsOperations.GetServerFarmSitesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of Apps associated with an App Service Plan
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.ISitesOperations">
            <summary>
            SitesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteVNETConnectionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a list of all Virtual Network Connections associated
            with this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteVNETConnectionsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a list of all Virtual Network Connections associated
            with this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteVNETConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a specific Virtual Network Connection associated with
            this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteVNETConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSiteVNETConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Removes the specified Virtual Network Connection association from
            this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteVNETConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteVNETConnectionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a specific Virtual Network Connection associated with
            this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteVNETConnectionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSiteVNETConnectionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Removes the specified Virtual Network Connection association from
            this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteVNETConnectionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteNetworkFeaturesSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a view of all network features in use on this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='view'>
            The type of view. This can either be "summary" or "detailed".
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteNetworkFeaturesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a view of all network features in use on this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='view'>
            The type of view. This can either be "summary" or "detailed".
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteOperationSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the operation for a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='operationId'>
            Id of an operation
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteOperationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the operation for a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='operationId'>
            Id of an operation
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.SwapSlotWithProductionWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.BeginSwapSlotWithProductionWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.SwapSlotsSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of source slot for the swap
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.BeginSwapSlotsSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of source slot for the swap
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSlotsDifferencesFromProductionWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the difference in configuration settings between two web app
            slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSlotsDifferencesSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the difference in configuration settings between two web app
            slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of the source slot
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ApplySlotConfigToProductionWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Applies the configuration settings from the target slot onto the
            current slot
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name. Settings from
            that slot will be applied on the source slot
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ApplySlotConfigSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Applies the configuration settings from the target slot onto the
            current slot
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name. Settings from
            that slot will be applied on the source slot
            </param>
            <param name='slot'>
            Name of the source slot. Settings from the target slot will be
            applied onto this slot
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ResetProductionSlotConfigWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Resets the configuration settings of the current slot if they were
            previously modified by calling ApplySlotConfig API
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ResetSlotConfigSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Resets the configuration settings of the current slot if they were
            previously modified by calling ApplySlotConfig API
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSlotConfigNamesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the names of application settings and connection string that
            remain with the slot during swap operation
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSlotConfigNamesWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the names of application settings and connection string
            that remain with the slot during swap operation
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotConfigNames'>
            Request body containing the names of application settings and
            connection strings
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteSlotsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the slots for a web apps
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='propertiesToInclude'>
            List of app properties to include in the response
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSitesWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web apps for a subscription in the specified resource
            group
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='includeSiteTypes'>
            Types of apps included in the response
            </param>
            <param name='includeSlots'>
            Whether or not to include deployments slots in results
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get details of a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation.
            This parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with
            web app are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.BeginCreateOrUpdateSiteWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation.
            This parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with
            web app are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSiteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='deleteMetrics'>
            If true, web app metrics are also deleted
            </param>
            <param name='deleteEmptyServerFarm'>
            If true and App Service Plan is empty after web app deletion, App
            Service Plan is also deleted
            </param>
            <param name='skipDnsRegistration'>
            If true, DNS registration is skipped
            </param>
            <param name='deleteAllSlots'>
            If true, all slots associated with web app are also deleted
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get details of a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation.
            This parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with
            web app are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.BeginCreateOrUpdateSiteSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation.
            This parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with
            web app are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='deleteMetrics'>
            If true, web app metrics are also deleted
            </param>
            <param name='deleteEmptyServerFarm'>
            If true and App Service Plan is empty after web app deletion, App
            Service Plan is also deleted
            </param>
            <param name='skipDnsRegistration'>
            If true, DNS registration is skipped
            </param>
            <param name='deleteAllSlots'>
            If true, all slots associated with web app are also deleted
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.IsSiteCloneableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.IsSiteCloneableSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.RecoverSiteWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Recovers a deleted web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='snapshot'>
            Snapshot data used for web app recovery. Snapshot information can
            be obtained by call GetDeletedSites API.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.RecoverSiteSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Recovers a deleted web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='snapshot'>
            Snapshot data used for web app recovery. Snapshot information can
            be obtained by call GetDeletedSites API.
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteSnapshotsOnSkuSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns Snapshots to the user based on their SKU.
            </summary>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteSnapshotsOnSkuWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns Snapshots to the user based on their SKU.
            </summary>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteSnapshotsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns all Snapshots to the user.
            </summary>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteSnapshotsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns all Snapshots to the user.
            </summary>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetDeletedSitesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets deleted web apps in subscription
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='includeSiteTypes'>
            Types of apps included in the response
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetDeploymentsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetDeploymentsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetInstanceDeploymentsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetInstanceDeploymentsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetInstanceDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateInstanceDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteInstanceDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetInstanceDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateInstanceDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteInstanceDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteInstanceIdentifiersWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all instance of a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteInstanceIdentifiersSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all instance of a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteHostNameBindingsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get web app hostname bindings
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteHostNameBindingsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get web app hostname bindings
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteHostNameBindingWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get web app binding for a hostname
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteHostNameBindingWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostNameBinding,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a web app hostname binding
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='hostNameBinding'>
            Host name binding information
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSiteHostNameBindingWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a host name binding
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteHostNameBindingSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get web app binding for a hostname
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteHostNameBindingSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostNameBinding,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a web app hostname binding
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='hostNameBinding'>
            Host name binding information
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSiteHostNameBindingSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a host name binding
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteConfigWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the configuration of the web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteConfigWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web
            app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteConfigWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web
            app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteConfigSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the configuration of the web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteConfigSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web
            app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteConfigSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web
            app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteSourceControlSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteSourceControlSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSiteSourceControlSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteSourceControlSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteSourceControlWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteSourceControlWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSiteSourceControlWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteSourceControlWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteAppSettingsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the application settings of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteAppSettingsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the application settings of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteAppSettingsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the application settings of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='appSettings'>
            Application settings of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteAppSettingsSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the application settings of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='appSettings'>
            Application settings of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteConnectionStringsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the connection strings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteConnectionStringsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the connection strings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteConnectionStringsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the connection strings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='connectionStrings'>
            Connection strings associated with web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteConnectionStringsSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the connection strings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='connectionStrings'>
            Connection strings associated with web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteAuthSettingsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the Authentication / Authorization settings associated with
            web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteAuthSettingsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the Authentication / Authorization settings associated with
            web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteAuthSettingsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Authentication / Authorization settings associated
            with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteAuthSettings'>
            Auth settings associated with web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteAuthSettingsSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Authentication / Authorization settings associated
            with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteAuthSettings'>
            Auth settings associated with web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSitePublishingCredentialsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.BeginListSitePublishingCredentialsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSitePublishingCredentialsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.BeginListSitePublishingCredentialsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteMetadataWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app meta data.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteMetadataSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app meta data.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteMetadataWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='metadata'>
            Meta data of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteMetadataSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='metadata'>
            Meta data of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteLogsConfigWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app logs configuration
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteLogsConfigWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteLogsConfig'>
            Site logs configuration
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteLogsConfigSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app logs configuration
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteLogsConfigSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteLogsConfig'>
            Site logs configuration
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSitePremierAddOnsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSitePremierAddOnsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSitePremierAddOnSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.AddSitePremierAddOnSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='premierAddOn'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSitePremierAddOnSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSitePremierAddOnWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.AddSitePremierAddOnWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='premierAddOn'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSitePremierAddOnWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteBackupConfigurationWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the backup configuration for a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteBackupConfigurationSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the backup configuration for a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteBackupConfigurationWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates backup configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteBackupConfigurationSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates backup configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.BackupSiteWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates web app backup
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.BackupSiteSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates web app backup
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DiscoverSiteRestoreWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Discovers existing web app backups that can be restored
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DiscoverSiteRestoreSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Discovers existing web app backups that can be restored
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteBackupsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all available backups for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteBackupsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all available backups for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteBackupStatusWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteBackupWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a backup from Azure Storage
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteBackupStatusSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteBackupSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a backup from Azure Storage
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteBackupStatusSecretsSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress, including
            secrets associated with the backup, such as the Azure Storage SAS
            URL. Also can be used to update the SAS URL for the backup if a
            new URL is passed in the request body.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteBackupStatusSecretsWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress, including
            secrets associated with the backup, such as the Azure Storage SAS
            URL. Also can be used to update the SAS URL for the backup if a
            new URL is passed in the request body.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.RestoreSiteWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restores a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup to restore
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.RestoreSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restores a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup to restore
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteUsagesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the quota usage numbers for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='filter'>
            Return only usages specified in the filter. Filter is specified by
            using OData syntax. Example: $filter=(name.value eq 'Metric1' or
            name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z'
            and endTime eq '2014-12-31T23:59:59Z' and timeGrain eq
            duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteUsagesSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the quota usage numbers for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='filter'>
            Return only usages specified in the filter. Filter is specified by
            using OData syntax. Example: $filter=(name.value eq 'Metric1' or
            name.value eq 'Metric2') and startTime eq '2014-01-01T00:00:00Z'
            and endTime eq '2014-12-31T23:59:59Z' and timeGrain eq
            duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteMetricsWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets metrics for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='details'>
            If true, metric details are included in response
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter
            conforms to odata syntax. Example: $filter=(name.value eq
            'Metric1' or name.value eq 'Metric2') and startTime eq
            '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and
            timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteMetricsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets metrics for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='details'>
            If true, metric details are included in response
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter
            conforms to odata syntax. Example: $filter=(name.value eq
            'Metric1' or name.value eq 'Metric2') and startTime eq
            '2014-01-01T00:00:00Z' and endTime eq '2014-12-31T23:59:59Z' and
            timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteMetricDefinitionsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets metric definitions for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets metric definitions for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSitePublishingProfileXmlWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the publishing profile for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='options'>
            Specifies options for publishing profile. Pass
            CsmPublishingProfileOptions.Format=FileZilla3 for FileZilla FTP
            format.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSitePublishingProfileXmlSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the publishing profile for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='options'>
            Specifies options for publishing profile. Pass
            CsmPublishingProfileOptions.Format=FileZilla3 for FileZilla FTP
            format.
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.RestartSiteWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restarts web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the
            app if necessary. Hard restart always restarts and reprovisions
            the app
            </param>
            <param name='synchronous'>
            If true then the API will block until the app has been restarted
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.RestartSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restarts web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the
            app if necessary. Hard restart always restarts and reprovisions
            the app
            </param>
            <param name='synchronous'>
            If true then the API will block until the app has been restarted
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.StartSiteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.StartSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.StopSiteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.StopSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.SyncSiteRepositoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.SyncSiteRepositorySlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GenerateNewSitePublishingPasswordSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Generates new random app publishing password
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to
            production slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GenerateNewSitePublishingPasswordWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Generates new random app publishing password
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteRelayServiceConnectionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a Biztalk Hybrid Connection identified by its entity
            name.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteRelayServiceConnectionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or
            updates an existing one.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSiteRelayServiceConnectionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Removes the association to a Biztalk Hybrid Connection, identified
            by its entity name.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteRelayServiceConnectionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or
            updates an existing one.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteRelayServiceConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a Biztalk Hybrid Connection identified by its entity
            name.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteRelayServiceConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or
            updates an existing one.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.DeleteSiteRelayServiceConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Removes the association to a Biztalk Hybrid Connection, identified
            by its entity name.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteRelayServiceConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or
            updates an existing one.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteRelayServiceConnectionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves all Biztalk Hybrid Connections associated with this web
            app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.ListSiteRelayServiceConnectionsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves all Biztalk Hybrid Connections associated with this web
            app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteVnetGatewayWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a Virtual Network connection gateway associated with
            this web app and virtual network.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteVNETConnectionGatewayWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteVNETConnectionGatewayWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.GetSiteVnetGatewaySlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a Virtual Network connection gateway associated with
            this web app and virtual network.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.CreateOrUpdateSiteVNETConnectionGatewaySlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ISitesOperations.UpdateSiteVNETConnectionGatewaySlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations">
            <summary>
            TopLevelDomainsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations.GetGetTopLevelDomainsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all top level domains supported for registration
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations.GetTopLevelDomainWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details of a top level domain
            </summary>
            <param name='name'>
            Name of the top level domain
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations.ListTopLevelDomainAgreementsWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists legal agreements that user needs to accept before purchasing
            domain
            </summary>
            <param name='name'>
            Name of the top level domain
            </param>
            <param name='agreementOption'>
            Domain agreement options
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IUsageOperations">
            <summary>
            UsageOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.IUsageOperations.GetUsageWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns usage records for specified subscription and resource
            groups
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='environmentName'>
            Environment name
            </param>
            <param name='lastId'>
            Last marker that was returned from the batch
            </param>
            <param name='batchSize'>
            size of the batch to be returned.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient">
            <summary>
            Use these APIs to manage Azure Websites resources through the Azure
            Resource Manager. All task operations conform to the HTTP/1.1
            protocol specification and each operation returns an x-ms-request-id
            header that can be used to obtain information about the request. You
            must make sure that requests made to these resources are secure. For
            more information, see &lt;a
            href="https://msdn.microsoft.com/en-us/library/azure/dn790557.aspx"&gt;Authenticating
            Azure Resource Manager requests.&lt;/a&gt;
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.SubscriptionId">
            <summary>
            Subscription Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.ApiVersion">
            <summary>
            API Version
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.IWebSiteManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations">
            <summary>
            ManagedHostingEnvironmentsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the ManagedHostingEnvironmentsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get properties of a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.CreateOrUpdateManagedHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='managedHostingEnvironmentEnvelope'>
            Properties of managed hosting environment
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.BeginCreateOrUpdateManagedHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create or update a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='managedHostingEnvironmentEnvelope'>
            Properties of managed hosting environment
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.DeleteManagedHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='forceDelete'>
            Delete even if the managed hosting environment contains resources
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.BeginDeleteManagedHostingEnvironmentWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='forceDelete'>
            Delete even if the managed hosting environment contains resources
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all managed hosting environments in a resource group.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentVipsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get list of ip addresses assigned to a managed hosting environment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentOperationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get status of an operation on a managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='operationId'>
            operation identifier GUID
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentSitesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all sites on the managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='propertiesToInclude'>
            Comma separated list of site properties to include
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentWebHostingPlansWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperations.GetManagedHostingEnvironmentServerFarmsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the managed hosting environment.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironment(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get properties of a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get properties of a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.CreateOrUpdateManagedHostingEnvironment(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment)">
            <summary>
            Create or update a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='managedHostingEnvironmentEnvelope'>
            Properties of managed hosting environment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.CreateOrUpdateManagedHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Threading.CancellationToken)">
            <summary>
            Create or update a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='managedHostingEnvironmentEnvelope'>
            Properties of managed hosting environment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.BeginCreateOrUpdateManagedHostingEnvironment(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment)">
            <summary>
            Create or update a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='managedHostingEnvironmentEnvelope'>
            Properties of managed hosting environment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.BeginCreateOrUpdateManagedHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironment,System.Threading.CancellationToken)">
            <summary>
            Create or update a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='managedHostingEnvironmentEnvelope'>
            Properties of managed hosting environment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.DeleteManagedHostingEnvironment(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Delete a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='forceDelete'>
            Delete even if the managed hosting environment contains resources
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.DeleteManagedHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Delete a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='forceDelete'>
            Delete even if the managed hosting environment contains resources
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.BeginDeleteManagedHostingEnvironment(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Delete a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='forceDelete'>
            Delete even if the managed hosting environment contains resources
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.BeginDeleteManagedHostingEnvironmentAsync(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Delete a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='forceDelete'>
            Delete even if the managed hosting environment contains resources
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironments(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String)">
            <summary>
            Get all managed hosting environments in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentsAsync(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all managed hosting environments in a resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentVips(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get list of ip addresses assigned to a managed hosting environment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentVipsAsync(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get list of ip addresses assigned to a managed hosting environment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentOperation(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Get status of an operation on a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='operationId'>
            operation identifier GUID
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentOperationAsync(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get status of an operation on a managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='operationId'>
            operation identifier GUID
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentSites(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.String)">
            <summary>
            Get all sites on the managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='propertiesToInclude'>
            Comma separated list of site properties to include
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentSitesAsync(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all sites on the managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='propertiesToInclude'>
            Comma separated list of site properties to include
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentWebHostingPlans(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get all serverfarms (App Service Plans) on the managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentWebHostingPlansAsync(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentServerFarms(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String)">
            <summary>
            Get all serverfarms (App Service Plans) on the managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ManagedHostingEnvironmentsOperationsExtensions.GetManagedHostingEnvironmentServerFarmsAsync(Microsoft.Azure.Management.WebSites.IManagedHostingEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get all serverfarms (App Service Plans) on the managed hosting environment.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of managed hosting environment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.ProviderOperations">
            <summary>
            ProviderOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the ProviderOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.ProviderOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperations.GetSourceControlsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the source controls available for Azure websites
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperations.GetSourceControlWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets source control token
            </summary>
            <param name='sourceControlType'>
            Type of source control
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperations.UpdateSourceControlWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.WebSites.Models.SourceControl,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates source control token
            </summary>
            <param name='sourceControlType'>
            Type of source control
            </param>
            <param name='requestMessage'>
            Source control token information
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperations.GetPublishingUserWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets publishing user
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperations.UpdatePublishingUserWithHttpMessagesAsync(Microsoft.Azure.Management.WebSites.Models.User,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates publishing user
            </summary>
            <param name='requestMessage'>
            Details of publishing user
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperationsExtensions.GetSourceControls(Microsoft.Azure.Management.WebSites.IProviderOperations)">
            <summary>
            Gets the source controls available for Azure websites
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperationsExtensions.GetSourceControlsAsync(Microsoft.Azure.Management.WebSites.IProviderOperations,System.Threading.CancellationToken)">
            <summary>
            Gets the source controls available for Azure websites
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperationsExtensions.GetSourceControl(Microsoft.Azure.Management.WebSites.IProviderOperations,System.String)">
            <summary>
            Gets source control token
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='sourceControlType'>
            Type of source control
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperationsExtensions.GetSourceControlAsync(Microsoft.Azure.Management.WebSites.IProviderOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets source control token
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='sourceControlType'>
            Type of source control
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperationsExtensions.UpdateSourceControl(Microsoft.Azure.Management.WebSites.IProviderOperations,System.String,Microsoft.Azure.Management.WebSites.Models.SourceControl)">
            <summary>
            Updates source control token
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='sourceControlType'>
            Type of source control
            </param>
            <param name='requestMessage'>
            Source control token information
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperationsExtensions.UpdateSourceControlAsync(Microsoft.Azure.Management.WebSites.IProviderOperations,System.String,Microsoft.Azure.Management.WebSites.Models.SourceControl,System.Threading.CancellationToken)">
            <summary>
            Updates source control token
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='sourceControlType'>
            Type of source control
            </param>
            <param name='requestMessage'>
            Source control token information
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperationsExtensions.GetPublishingUser(Microsoft.Azure.Management.WebSites.IProviderOperations)">
            <summary>
            Gets publishing user
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperationsExtensions.GetPublishingUserAsync(Microsoft.Azure.Management.WebSites.IProviderOperations,System.Threading.CancellationToken)">
            <summary>
            Gets publishing user
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperationsExtensions.UpdatePublishingUser(Microsoft.Azure.Management.WebSites.IProviderOperations,Microsoft.Azure.Management.WebSites.Models.User)">
            <summary>
            Updates publishing user
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='requestMessage'>
            Details of publishing user
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ProviderOperationsExtensions.UpdatePublishingUserAsync(Microsoft.Azure.Management.WebSites.IProviderOperations,Microsoft.Azure.Management.WebSites.Models.User,System.Threading.CancellationToken)">
            <summary>
            Updates publishing user
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='requestMessage'>
            Details of publishing user
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.RecommendationsOperations">
            <summary>
            RecommendationsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the RecommendationsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.RecommendationsOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperations.GetRecommendationBySubscriptionWithHttpMessagesAsync(System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of recommendations associated with the specified subscription.
            </summary>
            <param name='featured'>
            If set, this API returns only the most critical recommendation among the
            others. Otherwise this API returns all recommendations available
            </param>
            <param name='filter'>
            Return only channels specified in the filter. Filter is specified by using
            OData syntax. Example: $filter=channels eq 'Api' or channel eq
            'Notification'
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperations.GetRuleDetailsBySiteNameWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the detailed properties of the recommendation object for the
            specified web site.
            </summary>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='name'>
            Recommendation rule name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperations.GetRecommendedRulesForSiteWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of recommendations associated with the specified web site.
            </summary>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='featured'>
            If set, this API returns only the most critical recommendation among the
            others. Otherwise this API returns all recommendations available
            </param>
            <param name='siteSku'>
            The name of site SKU.
            </param>
            <param name='numSlots'>
            The number of site slots associated to the site
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperations.GetRecommendationHistoryForSiteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the list of past recommendations optionally specified by the time
            range.
            </summary>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='startTime'>
            The start time of a time range to query, e.g. $filter=startTime eq
            '2015-01-01T00:00:00Z' and endTime eq '2015-01-02T00:00:00Z'
            </param>
            <param name='endTime'>
            The end time of a time range to query, e.g. $filter=startTime eq
            '2015-01-01T00:00:00Z' and endTime eq '2015-01-02T00:00:00Z'
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperationsExtensions.GetRecommendationBySubscription(Microsoft.Azure.Management.WebSites.IRecommendationsOperations,System.Nullable{System.Boolean},System.String)">
            <summary>
            Gets a list of recommendations associated with the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='featured'>
            If set, this API returns only the most critical recommendation among the
            others. Otherwise this API returns all recommendations available
            </param>
            <param name='filter'>
            Return only channels specified in the filter. Filter is specified by using
            OData syntax. Example: $filter=channels eq 'Api' or channel eq
            'Notification'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperationsExtensions.GetRecommendationBySubscriptionAsync(Microsoft.Azure.Management.WebSites.IRecommendationsOperations,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of recommendations associated with the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='featured'>
            If set, this API returns only the most critical recommendation among the
            others. Otherwise this API returns all recommendations available
            </param>
            <param name='filter'>
            Return only channels specified in the filter. Filter is specified by using
            OData syntax. Example: $filter=channels eq 'Api' or channel eq
            'Notification'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperationsExtensions.GetRuleDetailsBySiteName(Microsoft.Azure.Management.WebSites.IRecommendationsOperations,System.String,System.String,System.String)">
            <summary>
            Gets the detailed properties of the recommendation object for the
            specified web site.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='name'>
            Recommendation rule name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperationsExtensions.GetRuleDetailsBySiteNameAsync(Microsoft.Azure.Management.WebSites.IRecommendationsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the detailed properties of the recommendation object for the
            specified web site.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='name'>
            Recommendation rule name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperationsExtensions.GetRecommendedRulesForSite(Microsoft.Azure.Management.WebSites.IRecommendationsOperations,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32})">
            <summary>
            Gets a list of recommendations associated with the specified web site.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='featured'>
            If set, this API returns only the most critical recommendation among the
            others. Otherwise this API returns all recommendations available
            </param>
            <param name='siteSku'>
            The name of site SKU.
            </param>
            <param name='numSlots'>
            The number of site slots associated to the site
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperationsExtensions.GetRecommendedRulesForSiteAsync(Microsoft.Azure.Management.WebSites.IRecommendationsOperations,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.Threading.CancellationToken)">
            <summary>
            Gets a list of recommendations associated with the specified web site.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='featured'>
            If set, this API returns only the most critical recommendation among the
            others. Otherwise this API returns all recommendations available
            </param>
            <param name='siteSku'>
            The name of site SKU.
            </param>
            <param name='numSlots'>
            The number of site slots associated to the site
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperationsExtensions.GetRecommendationHistoryForSite(Microsoft.Azure.Management.WebSites.IRecommendationsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the list of past recommendations optionally specified by the time
            range.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='startTime'>
            The start time of a time range to query, e.g. $filter=startTime eq
            '2015-01-01T00:00:00Z' and endTime eq '2015-01-02T00:00:00Z'
            </param>
            <param name='endTime'>
            The end time of a time range to query, e.g. $filter=startTime eq
            '2015-01-01T00:00:00Z' and endTime eq '2015-01-02T00:00:00Z'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.RecommendationsOperationsExtensions.GetRecommendationHistoryForSiteAsync(Microsoft.Azure.Management.WebSites.IRecommendationsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the list of past recommendations optionally specified by the time
            range.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Resource group name
            </param>
            <param name='siteName'>
            Site name
            </param>
            <param name='startTime'>
            The start time of a time range to query, e.g. $filter=startTime eq
            '2015-01-01T00:00:00Z' and endTime eq '2015-01-02T00:00:00Z'
            </param>
            <param name='endTime'>
            The end time of a time range to query, e.g. $filter=startTime eq
            '2015-01-01T00:00:00Z' and endTime eq '2015-01-02T00:00:00Z'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.ServerFarmsOperations">
            <summary>
            ServerFarmsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the ServerFarmsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetServerFarmsWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets collection of App Service Plans in a resource group for a given
            subscription.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetServerFarmWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets specified App Service Plan in a resource group
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.CreateOrUpdateServerFarmWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='serverFarmEnvelope'>
            Details of App Service Plan
            </param>
            <param name='allowPendingState'>
            OBSOLETE: If true, allow pending state for App Service Plan
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.BeginCreateOrUpdateServerFarmWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='serverFarmEnvelope'>
            Details of App Service Plan
            </param>
            <param name='allowPendingState'>
            OBSOLETE: If true, allow pending state for App Service Plan
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.DeleteServerFarmWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetServerFarmMetricsWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Queries for App Serice Plan metrics
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='details'>
            If true, metrics are broken down per App Service Plan instance
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetServerFarmMetricDefintionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List of metrics that can be queried for an App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetVnetsForServerFarmWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of vnets associated with App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetVnetFromServerFarmWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a vnet associated with an App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetRoutesForVnetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of all routes associated with a vnet, in an app service plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetRouteForVnetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a specific route associated with a vnet, in an app service plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.CreateOrUpdateVnetRouteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetRoute,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new route or updates an existing route for a vnet in an app
            service plan.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='route'>
            The route object
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.DeleteVnetRouteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an existing route for a vnet in an app service plan.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.UpdateVnetRouteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetRoute,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new route or updates an existing route for a vnet in an app
            service plan.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='route'>
            The route object
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetServerFarmVnetGatewayWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the vnet gateway.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of the App Service Plan
            </param>
            <param name='vnetName'>
            Name of the virtual network
            </param>
            <param name='gatewayName'>
            Name of the gateway. Only the 'primary' gateway is supported.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.UpdateServerFarmVnetGatewayWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the vnet gateway
            </summary>
            <param name='resourceGroupName'>
            The resource group
            </param>
            <param name='name'>
            The name of the App Service Plan
            </param>
            <param name='vnetName'>
            The name of the virtual network
            </param>
            <param name='gatewayName'>
            The name of the gateway. Only 'primary' is supported.
            </param>
            <param name='connectionEnvelope'>
            The gateway entity.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetServerFarmSitesWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of Apps associated with an App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='skipToken'>
            Skip to of web apps in a list. If specified, the resulting list will
            contain web apps starting from (including) the skipToken. Else, the
            resulting list contains web apps from the start of the list
            </param>
            <param name='filter'>
            Supported filter: $filter=state eq running. Returns only web apps that are
            currently running
            </param>
            <param name='top'>
            List page size. If specified, results are paged.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.RebootWorkerForServerFarmWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Submit a reboot request for a worker machine in the specified server farm
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of server farm
            </param>
            <param name='workerName'>
            Name of worker machine, typically starts with RD
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.RestartSitesForServerFarmWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restarts web apps in a specified App Service Plan
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the apps if
            necessary. Hard restart always restarts and reprovisions the apps
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetServerFarmOperationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a server farm operation
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of server farm
            </param>
            <param name='operationId'>
            Id of Server farm operation"&amp;gt;
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperations.GetServerFarmSitesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets list of Apps associated with an App Service Plan
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarms(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String)">
            <summary>
            Gets collection of App Service Plans in a resource group for a given
            subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmsAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets collection of App Service Plans in a resource group for a given
            subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarm(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String)">
            <summary>
            Gets specified App Service Plan in a resource group
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets specified App Service Plan in a resource group
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.CreateOrUpdateServerFarm(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku,System.Nullable{System.Boolean})">
            <summary>
            Creates or updates an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='serverFarmEnvelope'>
            Details of App Service Plan
            </param>
            <param name='allowPendingState'>
            OBSOLETE: If true, allow pending state for App Service Plan
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.CreateOrUpdateServerFarmAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='serverFarmEnvelope'>
            Details of App Service Plan
            </param>
            <param name='allowPendingState'>
            OBSOLETE: If true, allow pending state for App Service Plan
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.BeginCreateOrUpdateServerFarm(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku,System.Nullable{System.Boolean})">
            <summary>
            Creates or updates an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='serverFarmEnvelope'>
            Details of App Service Plan
            </param>
            <param name='allowPendingState'>
            OBSOLETE: If true, allow pending state for App Service Plan
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.BeginCreateOrUpdateServerFarmAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='serverFarmEnvelope'>
            Details of App Service Plan
            </param>
            <param name='allowPendingState'>
            OBSOLETE: If true, allow pending state for App Service Plan
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.DeleteServerFarm(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String)">
            <summary>
            Deletes a App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.DeleteServerFarmAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmMetrics(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Queries for App Serice Plan metrics
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='details'>
            If true, metrics are broken down per App Service Plan instance
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmMetricsAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)">
            <summary>
            Queries for App Serice Plan metrics
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='details'>
            If true, metrics are broken down per App Service Plan instance
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmMetricDefintions(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String)">
            <summary>
            List of metrics that can be queried for an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmMetricDefintionsAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List of metrics that can be queried for an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetVnetsForServerFarm(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String)">
            <summary>
            Gets list of vnets associated with App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetVnetsForServerFarmAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets list of vnets associated with App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetVnetFromServerFarm(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String)">
            <summary>
            Gets a vnet associated with an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetVnetFromServerFarmAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a vnet associated with an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetRoutesForVnet(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String)">
            <summary>
            Gets a list of all routes associated with a vnet, in an app service plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetRoutesForVnetAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of all routes associated with a vnet, in an app service plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetRouteForVnet(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets a specific route associated with a vnet, in an app service plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetRouteForVnetAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a specific route associated with a vnet, in an app service plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.CreateOrUpdateVnetRoute(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetRoute)">
            <summary>
            Creates a new route or updates an existing route for a vnet in an app
            service plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='route'>
            The route object
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.CreateOrUpdateVnetRouteAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetRoute,System.Threading.CancellationToken)">
            <summary>
            Creates a new route or updates an existing route for a vnet in an app
            service plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='route'>
            The route object
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.DeleteVnetRoute(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes an existing route for a vnet in an app service plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.DeleteVnetRouteAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an existing route for a vnet in an app service plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.UpdateVnetRoute(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetRoute)">
            <summary>
            Creates a new route or updates an existing route for a vnet in an app
            service plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='route'>
            The route object
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.UpdateVnetRouteAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetRoute,System.Threading.CancellationToken)">
            <summary>
            Creates a new route or updates an existing route for a vnet in an app
            service plan.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='vnetName'>
            Name of virtual network
            </param>
            <param name='routeName'>
            Name of the virtual network route
            </param>
            <param name='route'>
            The route object
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmVnetGateway(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the vnet gateway.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of the App Service Plan
            </param>
            <param name='vnetName'>
            Name of the virtual network
            </param>
            <param name='gatewayName'>
            Name of the gateway. Only the 'primary' gateway is supported.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmVnetGatewayAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the vnet gateway.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of the App Service Plan
            </param>
            <param name='vnetName'>
            Name of the virtual network
            </param>
            <param name='gatewayName'>
            Name of the gateway. Only the 'primary' gateway is supported.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.UpdateServerFarmVnetGateway(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway)">
            <summary>
            Updates the vnet gateway
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group
            </param>
            <param name='name'>
            The name of the App Service Plan
            </param>
            <param name='vnetName'>
            The name of the virtual network
            </param>
            <param name='gatewayName'>
            The name of the gateway. Only 'primary' is supported.
            </param>
            <param name='connectionEnvelope'>
            The gateway entity.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.UpdateServerFarmVnetGatewayAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.Threading.CancellationToken)">
            <summary>
            Updates the vnet gateway
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group
            </param>
            <param name='name'>
            The name of the App Service Plan
            </param>
            <param name='vnetName'>
            The name of the virtual network
            </param>
            <param name='gatewayName'>
            The name of the gateway. Only 'primary' is supported.
            </param>
            <param name='connectionEnvelope'>
            The gateway entity.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmSites(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets list of Apps associated with an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='skipToken'>
            Skip to of web apps in a list. If specified, the resulting list will
            contain web apps starting from (including) the skipToken. Else, the
            resulting list contains web apps from the start of the list
            </param>
            <param name='filter'>
            Supported filter: $filter=state eq running. Returns only web apps that are
            currently running
            </param>
            <param name='top'>
            List page size. If specified, results are paged.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmSitesAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets list of Apps associated with an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='skipToken'>
            Skip to of web apps in a list. If specified, the resulting list will
            contain web apps starting from (including) the skipToken. Else, the
            resulting list contains web apps from the start of the list
            </param>
            <param name='filter'>
            Supported filter: $filter=state eq running. Returns only web apps that are
            currently running
            </param>
            <param name='top'>
            List page size. If specified, results are paged.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.RebootWorkerForServerFarm(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String)">
            <summary>
            Submit a reboot request for a worker machine in the specified server farm
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of server farm
            </param>
            <param name='workerName'>
            Name of worker machine, typically starts with RD
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.RebootWorkerForServerFarmAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Submit a reboot request for a worker machine in the specified server farm
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of server farm
            </param>
            <param name='workerName'>
            Name of worker machine, typically starts with RD
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.RestartSitesForServerFarm(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Restarts web apps in a specified App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the apps if
            necessary. Hard restart always restarts and reprovisions the apps
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.RestartSitesForServerFarmAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Restarts web apps in a specified App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of App Service Plan
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the apps if
            necessary. Hard restart always restarts and reprovisions the apps
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmOperation(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String)">
            <summary>
            Gets a server farm operation
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of server farm
            </param>
            <param name='operationId'>
            Id of Server farm operation"&amp;gt;
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmOperationAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a server farm operation
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of server farm
            </param>
            <param name='operationId'>
            Id of Server farm operation"&amp;gt;
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmSitesNext(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String)">
            <summary>
            Gets list of Apps associated with an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.ServerFarmsOperationsExtensions.GetServerFarmSitesNextAsync(Microsoft.Azure.Management.WebSites.IServerFarmsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets list of Apps associated with an App Service Plan
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.SitesOperations">
            <summary>
            SitesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the SitesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.SitesOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteVNETConnectionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a list of all Virtual Network Connections associated with this
            web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteVNETConnectionsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a list of all Virtual Network Connections associated with this
            web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteVNETConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a specific Virtual Network Connection associated with this web
            app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteVNETConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSiteVNETConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Removes the specified Virtual Network Connection association from this web
            app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteVNETConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteVNETConnectionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a specific Virtual Network Connection associated with this web
            app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteVNETConnectionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSiteVNETConnectionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Removes the specified Virtual Network Connection association from this web
            app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteVNETConnectionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteNetworkFeaturesSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a view of all network features in use on this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='view'>
            The type of view. This can either be "summary" or "detailed".
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteNetworkFeaturesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a view of all network features in use on this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='view'>
            The type of view. This can either be "summary" or "detailed".
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteOperationSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the operation for a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='operationId'>
            Id of an operation
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteOperationWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the operation for a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='operationId'>
            Id of an operation
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.SwapSlotWithProductionWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.BeginSwapSlotWithProductionWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.SwapSlotsSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of source slot for the swap
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.BeginSwapSlotsSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of source slot for the swap
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSlotsDifferencesFromProductionWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the difference in configuration settings between two web app slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSlotsDifferencesSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the difference in configuration settings between two web app slots
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of the source slot
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ApplySlotConfigToProductionWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Applies the configuration settings from the target slot onto the current
            slot
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name. Settings from that slot
            will be applied on the source slot
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ApplySlotConfigSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Applies the configuration settings from the target slot onto the current
            slot
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name. Settings from that slot
            will be applied on the source slot
            </param>
            <param name='slot'>
            Name of the source slot. Settings from the target slot will be applied
            onto this slot
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ResetProductionSlotConfigWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Resets the configuration settings of the current slot if they were
            previously modified by calling ApplySlotConfig API
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ResetSlotConfigSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Resets the configuration settings of the current slot if they were
            previously modified by calling ApplySlotConfig API
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSlotConfigNamesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the names of application settings and connection string that remain
            with the slot during swap operation
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSlotConfigNamesWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the names of application settings and connection string that
            remain with the slot during swap operation
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotConfigNames'>
            Request body containing the names of application settings and connection
            strings
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteSlotsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all the slots for a web apps
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='propertiesToInclude'>
            List of app properties to include in the response
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSitesWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web apps for a subscription in the specified resource group
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='includeSiteTypes'>
            Types of apps included in the response
            </param>
            <param name='includeSlots'>
            Whether or not to include deployments slots in results
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get details of a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.BeginCreateOrUpdateSiteWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSiteWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='deleteMetrics'>
            If true, web app metrics are also deleted
            </param>
            <param name='deleteEmptyServerFarm'>
            If true and App Service Plan is empty after web app deletion, App Service
            Plan is also deleted
            </param>
            <param name='skipDnsRegistration'>
            If true, DNS registration is skipped
            </param>
            <param name='deleteAllSlots'>
            If true, all slots associated with web app are also deleted
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get details of a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.BeginCreateOrUpdateSiteSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='deleteMetrics'>
            If true, web app metrics are also deleted
            </param>
            <param name='deleteEmptyServerFarm'>
            If true and App Service Plan is empty after web app deletion, App Service
            Plan is also deleted
            </param>
            <param name='skipDnsRegistration'>
            If true, DNS registration is skipped
            </param>
            <param name='deleteAllSlots'>
            If true, all slots associated with web app are also deleted
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.IsSiteCloneableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.IsSiteCloneableSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.RecoverSiteWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Recovers a deleted web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='snapshot'>
            Snapshot data used for web app recovery. Snapshot information can be
            obtained by call GetDeletedSites API.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.RecoverSiteSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Recovers a deleted web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='snapshot'>
            Snapshot data used for web app recovery. Snapshot information can be
            obtained by call GetDeletedSites API.
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteSnapshotsOnSkuSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns Snapshots to the user based on their SKU.
            </summary>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteSnapshotsOnSkuWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns Snapshots to the user based on their SKU.
            </summary>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteSnapshotsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns all Snapshots to the user.
            </summary>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteSnapshotsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns all Snapshots to the user.
            </summary>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetDeletedSitesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets deleted web apps in subscription
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='includeSiteTypes'>
            Types of apps included in the response
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetDeploymentsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetDeploymentsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetInstanceDeploymentsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetInstanceDeploymentsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetInstanceDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateInstanceDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteInstanceDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteDeploymentSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetInstanceDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateInstanceDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteInstanceDeploymentWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteInstanceIdentifiersWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all instance of a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteInstanceIdentifiersSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets all instance of a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteHostNameBindingsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get web app hostname bindings
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteHostNameBindingsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get web app hostname bindings
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteHostNameBindingWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get web app binding for a hostname
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteHostNameBindingWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostNameBinding,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a web app hostname binding
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='hostNameBinding'>
            Host name binding information
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSiteHostNameBindingWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a host name binding
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteHostNameBindingSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get web app binding for a hostname
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteHostNameBindingSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostNameBinding,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a web app hostname binding
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='hostNameBinding'>
            Host name binding information
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSiteHostNameBindingSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a host name binding
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteConfigWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the configuration of the web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteConfigWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteConfigWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteConfigSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the configuration of the web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteConfigSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteConfigSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteSourceControlSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteSourceControlSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSiteSourceControlSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteSourceControlSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteSourceControlWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteSourceControlWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSiteSourceControlWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Delete source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteSourceControlWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteAppSettingsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the application settings of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteAppSettingsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the application settings of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteAppSettingsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the application settings of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='appSettings'>
            Application settings of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteAppSettingsSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the application settings of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='appSettings'>
            Application settings of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteConnectionStringsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the connection strings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteConnectionStringsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the connection strings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteConnectionStringsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the connection strings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='connectionStrings'>
            Connection strings associated with web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteConnectionStringsSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the connection strings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='connectionStrings'>
            Connection strings associated with web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteAuthSettingsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the Authentication / Authorization settings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteAuthSettingsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the Authentication / Authorization settings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteAuthSettingsWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Authentication / Authorization settings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteAuthSettings'>
            Auth settings associated with web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteAuthSettingsSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Authentication / Authorization settings associated with web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteAuthSettings'>
            Auth settings associated with web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSitePublishingCredentialsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.BeginListSitePublishingCredentialsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSitePublishingCredentialsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.BeginListSitePublishingCredentialsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteMetadataWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app meta data.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteMetadataSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app meta data.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteMetadataWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='metadata'>
            Meta data of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteMetadataSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='metadata'>
            Meta data of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteLogsConfigWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app logs configuration
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteLogsConfigWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteLogsConfig'>
            Site logs configuration
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteLogsConfigSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the web app logs configuration
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteLogsConfigSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteLogsConfig'>
            Site logs configuration
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSitePremierAddOnsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSitePremierAddOnsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSitePremierAddOnSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.AddSitePremierAddOnSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='premierAddOn'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSitePremierAddOnSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSitePremierAddOnWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.AddSitePremierAddOnWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='premierAddOn'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSitePremierAddOnWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteBackupConfigurationWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the backup configuration for a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteBackupConfigurationSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the backup configuration for a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteBackupConfigurationWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates backup configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteBackupConfigurationSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates backup configuration of web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.BackupSiteWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates web app backup
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.BackupSiteSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates web app backup
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DiscoverSiteRestoreWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Discovers existing web app backups that can be restored
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DiscoverSiteRestoreSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Discovers existing web app backups that can be restored
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteBackupsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all available backups for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteBackupsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all available backups for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteBackupStatusWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteBackupWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a backup from Azure Storage
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteBackupStatusSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteBackupSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a backup from Azure Storage
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteBackupStatusSecretsSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress, including secrets
            associated with the backup, such as the Azure Storage SAS URL. Also can
            be used to update the SAS URL for the backup if a new URL is passed in
            the request body.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteBackupStatusSecretsWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress, including secrets
            associated with the backup, such as the Azure Storage SAS URL. Also can
            be used to update the SAS URL for the backup if a new URL is passed in
            the request body.
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.RestoreSiteWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restores a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup to restore
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.RestoreSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restores a web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup to restore
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteUsagesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the quota usage numbers for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='filter'>
            Return only usages specified in the filter. Filter is specified by using
            OData syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteUsagesSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the quota usage numbers for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='filter'>
            Return only usages specified in the filter. Filter is specified by using
            OData syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteMetricsWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets metrics for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='details'>
            If true, metric details are included in response
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteMetricsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets metrics for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='details'>
            If true, metric details are included in response
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteMetricDefinitionsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets metric definitions for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets metric definitions for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSitePublishingProfileXmlWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the publishing profile for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='options'>
            Specifies options for publishing profile. Pass
            CsmPublishingProfileOptions.Format=FileZilla3 for FileZilla FTP format.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSitePublishingProfileXmlSlotWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the publishing profile for web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='options'>
            Specifies options for publishing profile. Pass
            CsmPublishingProfileOptions.Format=FileZilla3 for FileZilla FTP format.
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.RestartSiteWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restarts web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the app if
            necessary. Hard restart always restarts and reprovisions the app
            </param>
            <param name='synchronous'>
            If true then the API will block until the app has been restarted
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.RestartSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Restarts web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the app if
            necessary. Hard restart always restarts and reprovisions the app
            </param>
            <param name='synchronous'>
            If true then the API will block until the app has been restarted
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.StartSiteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.StartSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.StopSiteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.StopSiteSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops web app
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.SyncSiteRepositoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.SyncSiteRepositorySlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='slot'>
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GenerateNewSitePublishingPasswordSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Generates new random app publishing password
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GenerateNewSitePublishingPasswordWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Generates new random app publishing password
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteRelayServiceConnectionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a Biztalk Hybrid Connection identified by its entity name.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteRelayServiceConnectionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSiteRelayServiceConnectionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Removes the association to a Biztalk Hybrid Connection, identified by its
            entity name.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteRelayServiceConnectionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteRelayServiceConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a Biztalk Hybrid Connection identified by its entity name.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteRelayServiceConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.DeleteSiteRelayServiceConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Removes the association to a Biztalk Hybrid Connection, identified by its
            entity name.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteRelayServiceConnectionSlotWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteRelayServiceConnectionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves all Biztalk Hybrid Connections associated with this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.ListSiteRelayServiceConnectionsSlotWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves all Biztalk Hybrid Connections associated with this web app.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteVnetGatewayWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a Virtual Network connection gateway associated with this web
            app and virtual network.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteVNETConnectionGatewayWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteVNETConnectionGatewayWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.GetSiteVnetGatewaySlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves a Virtual Network connection gateway associated with this web
            app and virtual network.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.CreateOrUpdateSiteVNETConnectionGatewaySlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperations.UpdateSiteVNETConnectionGatewaySlotWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVNETConnections(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Retrieves a list of all Virtual Network Connections associated with this
            web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVNETConnectionsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a list of all Virtual Network Connections associated with this
            web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVNETConnectionsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves a list of all Virtual Network Connections associated with this
            web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVNETConnectionsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a list of all Virtual Network Connections associated with this
            web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVNETConnectionSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a specific Virtual Network Connection associated with this web
            app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVNETConnectionSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a specific Virtual Network Connection associated with this web
            app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteVNETConnectionSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.String)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteVNETConnectionSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.String,System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteVNETConnectionSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Removes the specified Virtual Network Connection association from this web
            app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteVNETConnectionSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes the specified Virtual Network Connection association from this web
            app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteVNETConnectionSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.String)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteVNETConnectionSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.String,System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVNETConnection(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves a specific Virtual Network Connection associated with this web
            app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVNETConnectionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a specific Virtual Network Connection associated with this web
            app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteVNETConnection(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteVNETConnectionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteVNETConnection(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Removes the specified Virtual Network Connection association from this web
            app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteVNETConnectionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes the specified Virtual Network Connection association from this web
            app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteVNETConnection(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteVNETConnectionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.Threading.CancellationToken)">
            <summary>
            Adds a Virtual Network Connection or updates it's properties.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='connectionEnvelope'>
            The properties of this Virtual Network Connection
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteNetworkFeaturesSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a view of all network features in use on this web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='view'>
            The type of view. This can either be "summary" or "detailed".
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteNetworkFeaturesSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a view of all network features in use on this web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='view'>
            The type of view. This can either be "summary" or "detailed".
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteNetworkFeatures(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves a view of all network features in use on this web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='view'>
            The type of view. This can either be "summary" or "detailed".
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteNetworkFeaturesAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a view of all network features in use on this web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='view'>
            The type of view. This can either be "summary" or "detailed".
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteOperationSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the operation for a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='operationId'>
            Id of an operation
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteOperationSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the operation for a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='operationId'>
            Id of an operation
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteOperation(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the operation for a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='operationId'>
            Id of an operation
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteOperationAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the operation for a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='operationId'>
            Id of an operation
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.SwapSlotWithProduction(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.SwapSlotWithProductionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginSwapSlotWithProduction(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginSwapSlotWithProductionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.SwapSlotsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of source slot for the swap
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.SwapSlotsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of source slot for the swap
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginSwapSlotsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of source slot for the swap
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginSwapSlotsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Threading.CancellationToken)">
            <summary>
            Swaps web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of source slot for the swap
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSlotsDifferencesFromProduction(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity)">
            <summary>
            Get the difference in configuration settings between two web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSlotsDifferencesFromProductionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Threading.CancellationToken)">
            <summary>
            Get the difference in configuration settings between two web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSlotsDifferencesSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String)">
            <summary>
            Get the difference in configuration settings between two web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of the source slot
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSlotsDifferencesSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the difference in configuration settings between two web app slots
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name
            </param>
            <param name='slot'>
            Name of the source slot
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ApplySlotConfigToProduction(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity)">
            <summary>
            Applies the configuration settings from the target slot onto the current
            slot
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name. Settings from that slot
            will be applied on the source slot
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ApplySlotConfigToProductionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.Threading.CancellationToken)">
            <summary>
            Applies the configuration settings from the target slot onto the current
            slot
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name. Settings from that slot
            will be applied on the source slot
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ApplySlotConfigSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String)">
            <summary>
            Applies the configuration settings from the target slot onto the current
            slot
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name. Settings from that slot
            will be applied on the source slot
            </param>
            <param name='slot'>
            Name of the source slot. Settings from the target slot will be applied
            onto this slot
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ApplySlotConfigSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity,System.String,System.Threading.CancellationToken)">
            <summary>
            Applies the configuration settings from the target slot onto the current
            slot
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotSwapEntity'>
            Request body that contains the target slot name. Settings from that slot
            will be applied on the source slot
            </param>
            <param name='slot'>
            Name of the source slot. Settings from the target slot will be applied
            onto this slot
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ResetProductionSlotConfig(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Resets the configuration settings of the current slot if they were
            previously modified by calling ApplySlotConfig API
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ResetProductionSlotConfigAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Resets the configuration settings of the current slot if they were
            previously modified by calling ApplySlotConfig API
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ResetSlotConfigSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Resets the configuration settings of the current slot if they were
            previously modified by calling ApplySlotConfig API
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ResetSlotConfigSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Resets the configuration settings of the current slot if they were
            previously modified by calling ApplySlotConfig API
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSlotConfigNames(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets the names of application settings and connection string that remain
            with the slot during swap operation
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSlotConfigNamesAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the names of application settings and connection string that remain
            with the slot during swap operation
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSlotConfigNames(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource)">
            <summary>
            Updates the names of application settings and connection string that
            remain with the slot during swap operation
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotConfigNames'>
            Request body containing the names of application settings and connection
            strings
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSlotConfigNamesAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource,System.Threading.CancellationToken)">
            <summary>
            Updates the names of application settings and connection string that
            remain with the slot during swap operation
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slotConfigNames'>
            Request body containing the names of application settings and connection
            strings
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSlots(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets all the slots for a web apps
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='propertiesToInclude'>
            List of app properties to include in the response
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSlotsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the slots for a web apps
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='propertiesToInclude'>
            List of app properties to include in the response
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSites(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Gets the web apps for a subscription in the specified resource group
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='includeSiteTypes'>
            Types of apps included in the response
            </param>
            <param name='includeSlots'>
            Whether or not to include deployments slots in results
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSitesAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Gets the web apps for a subscription in the specified resource group
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='includeSiteTypes'>
            Types of apps included in the response
            </param>
            <param name='includeSlots'>
            Whether or not to include deployments slots in results
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSite(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Get details of a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get details of a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSite(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginCreateOrUpdateSite(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginCreateOrUpdateSiteAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSite(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='deleteMetrics'>
            If true, web app metrics are also deleted
            </param>
            <param name='deleteEmptyServerFarm'>
            If true and App Service Plan is empty after web app deletion, App Service
            Plan is also deleted
            </param>
            <param name='skipDnsRegistration'>
            If true, DNS registration is skipped
            </param>
            <param name='deleteAllSlots'>
            If true, all slots associated with web app are also deleted
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='deleteMetrics'>
            If true, web app metrics are also deleted
            </param>
            <param name='deleteEmptyServerFarm'>
            If true and App Service Plan is empty after web app deletion, App Service
            Plan is also deleted
            </param>
            <param name='skipDnsRegistration'>
            If true, DNS registration is skipped
            </param>
            <param name='deleteAllSlots'>
            If true, all slots associated with web app are also deleted
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get details of a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get details of a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginCreateOrUpdateSiteSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginCreateOrUpdateSiteSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Site,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='siteEnvelope'>
            Details of web app if it exists already
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='skipDnsRegistration'>
            If true web app hostname is not registered with DNS on creation. This
            parameter is
            only used for app creation
            </param>
            <param name='skipCustomDomainVerification'>
            If true, custom (non *.azurewebsites.net) domains associated with web app
            are not verified.
            </param>
            <param name='forceDnsRegistration'>
            If true, web app hostname is force registered with DNS
            </param>
            <param name='ttlInSeconds'>
            Time to live in seconds for web app's default domain name
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='deleteMetrics'>
            If true, web app metrics are also deleted
            </param>
            <param name='deleteEmptyServerFarm'>
            If true and App Service Plan is empty after web app deletion, App Service
            Plan is also deleted
            </param>
            <param name='skipDnsRegistration'>
            If true, DNS registration is skipped
            </param>
            <param name='deleteAllSlots'>
            If true, all slots associated with web app are also deleted
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='deleteMetrics'>
            If true, web app metrics are also deleted
            </param>
            <param name='deleteEmptyServerFarm'>
            If true and App Service Plan is empty after web app deletion, App Service
            Plan is also deleted
            </param>
            <param name='skipDnsRegistration'>
            If true, DNS registration is skipped
            </param>
            <param name='deleteAllSlots'>
            If true, all slots associated with web app are also deleted
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.IsSiteCloneable(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.IsSiteCloneableAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.IsSiteCloneableSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.IsSiteCloneableSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a new web app or modifies an existing web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of the resource group
            </param>
            <param name='name'>
            Name of the web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RecoverSite(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity)">
            <summary>
            Recovers a deleted web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='snapshot'>
            Snapshot data used for web app recovery. Snapshot information can be
            obtained by call GetDeletedSites API.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RecoverSiteAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity,System.Threading.CancellationToken)">
            <summary>
            Recovers a deleted web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='snapshot'>
            Snapshot data used for web app recovery. Snapshot information can be
            obtained by call GetDeletedSites API.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RecoverSiteSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity,System.String)">
            <summary>
            Recovers a deleted web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='snapshot'>
            Snapshot data used for web app recovery. Snapshot information can be
            obtained by call GetDeletedSites API.
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RecoverSiteSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity,System.String,System.Threading.CancellationToken)">
            <summary>
            Recovers a deleted web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='snapshot'>
            Snapshot data used for web app recovery. Snapshot information can be
            obtained by call GetDeletedSites API.
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSnapshotsOnSkuSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns Snapshots to the user based on their SKU.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='slot'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSnapshotsOnSkuSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns Snapshots to the user based on their SKU.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='slot'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSnapshotsOnSku(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns Snapshots to the user based on their SKU.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSnapshotsOnSkuAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns Snapshots to the user based on their SKU.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSnapshots(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns all Snapshots to the user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSnapshotsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns all Snapshots to the user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSnapshotsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns all Snapshots to the user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='slot'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSnapshotsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns all Snapshots to the user.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='subscriptionName'>
            Azure subscription
            </param>
            <param name='webspaceName'>
            Webspace
            </param>
            <param name='name'>
            Website Name
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='slot'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetDeletedSites(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets deleted web apps in subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='includeSiteTypes'>
            Types of apps included in the response
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetDeletedSitesAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets deleted web apps in subscription
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='propertiesToInclude'>
            Additional web app properties included in the response
            </param>
            <param name='includeSiteTypes'>
            Types of apps included in the response
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetDeploymentsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            List deployments
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetDeploymentsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetDeployments(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            List deployments
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetDeploymentsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetInstanceDeployments(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            List deployments
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetInstanceDeploymentsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetInstanceDeploymentsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            List deployments
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetInstanceDeploymentsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List deployments
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetInstanceDeploymentSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Get the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetInstanceDeploymentSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateInstanceDeploymentSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment)">
            <summary>
            Create a deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateInstanceDeploymentSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteInstanceDeploymentSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Delete the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteInstanceDeploymentSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetDeployment(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Get the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetDeploymentAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateDeployment(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment)">
            <summary>
            Create a deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateDeploymentAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteDeployment(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Delete the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteDeploymentAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetDeploymentSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetDeploymentSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateDeploymentSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment)">
            <summary>
            Create a deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateDeploymentSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteDeploymentSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Delete the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteDeploymentSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetInstanceDeployment(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetInstanceDeploymentAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateInstanceDeployment(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment)">
            <summary>
            Create a deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateInstanceDeploymentAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.Deployment,System.Threading.CancellationToken)">
            <summary>
            Create a deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='deployment'>
            Details of deployment
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteInstanceDeployment(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Delete the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteInstanceDeploymentAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the deployment
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='id'>
            Id of the deployment
            </param>
            <param name='instanceId'>
            Id of web app instance
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteInstanceIdentifiers(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets all instance of a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteInstanceIdentifiersAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all instance of a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteInstanceIdentifiersSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets all instance of a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteInstanceIdentifiersSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all instance of a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteHostNameBindings(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Get web app hostname bindings
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteHostNameBindingsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get web app hostname bindings
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteHostNameBindingsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Get web app hostname bindings
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteHostNameBindingsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get web app hostname bindings
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteHostNameBinding(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Get web app binding for a hostname
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteHostNameBindingAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get web app binding for a hostname
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteHostNameBinding(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostNameBinding)">
            <summary>
            Creates a web app hostname binding
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='hostNameBinding'>
            Host name binding information
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteHostNameBindingAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostNameBinding,System.Threading.CancellationToken)">
            <summary>
            Creates a web app hostname binding
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='hostNameBinding'>
            Host name binding information
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteHostNameBinding(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a host name binding
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteHostNameBindingAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a host name binding
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteHostNameBindingSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get web app binding for a hostname
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='hostName'>
            Name of host
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteHostNameBindingSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get web app binding for a hostname
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteHostNameBindingSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostNameBinding,System.String)">
            <summary>
            Creates a web app hostname binding
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='hostNameBinding'>
            Host name binding information
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteHostNameBindingSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostNameBinding,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a web app hostname binding
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='hostNameBinding'>
            Host name binding information
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteHostNameBindingSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a host name binding
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='hostName'>
            Name of host
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteHostNameBindingSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a host name binding
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='hostName'>
            Name of host
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteConfig(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets the configuration of the web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteConfigAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the configuration of the web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteConfig(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteConfigAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteConfig(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteConfigAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteConfigSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the configuration of the web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteConfigSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the configuration of the web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteConfigSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.String)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteConfigSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.String,System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteConfigSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.String)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteConfigSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.String,System.Threading.CancellationToken)">
            <summary>
            Update the configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteConfig'>
            Request body that contains the configuraiton setting for the web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSourceControlSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Get the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSourceControlSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteSourceControlSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.String)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteSourceControlSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.String,System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteSourceControlSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Delete source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteSourceControlSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteSourceControlSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.String)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteSourceControlSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.String,System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSourceControl(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Get the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteSourceControlAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteSourceControl(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteSourceControlAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteSourceControl(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Delete source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteSourceControlAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteSourceControl(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteSourceControlAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteSourceControl,System.Threading.CancellationToken)">
            <summary>
            Update the source control configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteSourceControl'>
            Request body that contains the source control parameters
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteAppSettings(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets the application settings of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteAppSettingsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the application settings of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteAppSettingsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the application settings of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteAppSettingsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the application settings of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteAppSettings(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary)">
            <summary>
            Updates the application settings of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='appSettings'>
            Application settings of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteAppSettingsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.Threading.CancellationToken)">
            <summary>
            Updates the application settings of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='appSettings'>
            Application settings of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteAppSettingsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.String)">
            <summary>
            Updates the application settings of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='appSettings'>
            Application settings of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteAppSettingsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates the application settings of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='appSettings'>
            Application settings of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteConnectionStrings(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets the connection strings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteConnectionStringsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the connection strings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteConnectionStringsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the connection strings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteConnectionStringsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the connection strings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteConnectionStrings(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary)">
            <summary>
            Updates the connection strings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='connectionStrings'>
            Connection strings associated with web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteConnectionStringsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary,System.Threading.CancellationToken)">
            <summary>
            Updates the connection strings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='connectionStrings'>
            Connection strings associated with web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteConnectionStringsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary,System.String)">
            <summary>
            Updates the connection strings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='connectionStrings'>
            Connection strings associated with web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteConnectionStringsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates the connection strings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='connectionStrings'>
            Connection strings associated with web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteAuthSettings(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets the Authentication / Authorization settings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteAuthSettingsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the Authentication / Authorization settings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteAuthSettingsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the Authentication / Authorization settings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteAuthSettingsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the Authentication / Authorization settings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteAuthSettings(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings)">
            <summary>
            Updates the Authentication / Authorization settings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteAuthSettings'>
            Auth settings associated with web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteAuthSettingsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings,System.Threading.CancellationToken)">
            <summary>
            Updates the Authentication / Authorization settings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteAuthSettings'>
            Auth settings associated with web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteAuthSettingsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings,System.String)">
            <summary>
            Updates the Authentication / Authorization settings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteAuthSettings'>
            Auth settings associated with web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteAuthSettingsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates the Authentication / Authorization settings associated with web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteAuthSettings'>
            Auth settings associated with web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePublishingCredentials(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePublishingCredentialsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginListSitePublishingCredentials(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginListSitePublishingCredentialsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePublishingCredentialsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePublishingCredentialsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginListSitePublishingCredentialsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BeginListSitePublishingCredentialsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web app publishing credentials
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteMetadata(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets the web app meta data.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteMetadataAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web app meta data.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteMetadataSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the web app meta data.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteMetadataSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web app meta data.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteMetadata(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='metadata'>
            Meta data of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteMetadataAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='metadata'>
            Meta data of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteMetadataSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.String)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='metadata'>
            Meta data of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteMetadataSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.StringDictionary,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='metadata'>
            Meta data of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteLogsConfig(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets the web app logs configuration
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteLogsConfigAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web app logs configuration
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteLogsConfig(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteLogsConfig'>
            Site logs configuration
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteLogsConfigAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig,System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteLogsConfig'>
            Site logs configuration
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteLogsConfigSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the web app logs configuration
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteLogsConfigSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the web app logs configuration
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteLogsConfigSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig,System.String)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteLogsConfig'>
            Site logs configuration
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteLogsConfigSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates the meta data for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='siteLogsConfig'>
            Site logs configuration
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePremierAddOnsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='slot'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePremierAddOnsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='slot'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePremierAddOns(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePremierAddOnsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSitePremierAddOnSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='slot'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSitePremierAddOnSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='slot'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.AddSitePremierAddOnSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest,System.String)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='premierAddOn'>
            </param>
            <param name='slot'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.AddSitePremierAddOnSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest,System.String,System.Threading.CancellationToken)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='premierAddOn'>
            </param>
            <param name='slot'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSitePremierAddOnSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='slot'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSitePremierAddOnSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='slot'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSitePremierAddOn(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSitePremierAddOnAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.AddSitePremierAddOn(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='premierAddOn'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.AddSitePremierAddOnAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest,System.Threading.CancellationToken)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='premierAddOn'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSitePremierAddOn(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSitePremierAddOnAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='premierAddOnName'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupConfiguration(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets the backup configuration for a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupConfigurationAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the backup configuration for a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupConfigurationSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the backup configuration for a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupConfigurationSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the backup configuration for a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteBackupConfiguration(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest)">
            <summary>
            Updates backup configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteBackupConfigurationAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.Threading.CancellationToken)">
            <summary>
            Updates backup configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteBackupConfigurationSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String)">
            <summary>
            Updates backup configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteBackupConfigurationSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates backup configuration of web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BackupSite(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest)">
            <summary>
            Creates web app backup
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BackupSiteAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.Threading.CancellationToken)">
            <summary>
            Creates web app backup
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BackupSiteSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String)">
            <summary>
            Creates web app backup
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.BackupSiteSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates web app backup
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DiscoverSiteRestore(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest)">
            <summary>
            Discovers existing web app backups that can be restored
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on restore request
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DiscoverSiteRestoreAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.Threading.CancellationToken)">
            <summary>
            Discovers existing web app backups that can be restored
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DiscoverSiteRestoreSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.String)">
            <summary>
            Discovers existing web app backups that can be restored
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DiscoverSiteRestoreSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.String,System.Threading.CancellationToken)">
            <summary>
            Discovers existing web app backups that can be restored
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteBackups(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Lists all available backups for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteBackupsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all available backups for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteBackupsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Lists all available backups for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteBackupsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all available backups for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupStatus(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets status of a web app backup that may be in progress.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupStatusAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteBackup(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a backup from Azure Storage
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteBackupAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a backup from Azure Storage
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupStatusSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets status of a web app backup that may be in progress.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupStatusSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteBackupSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes a backup from Azure Storage
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteBackupSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a backup from Azure Storage
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupStatusSecretsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String)">
            <summary>
            Gets status of a web app backup that may be in progress, including secrets
            associated with the backup, such as the Azure Storage SAS URL. Also can
            be used to update the SAS URL for the backup if a new URL is passed in
            the request body.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupStatusSecretsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress, including secrets
            associated with the backup, such as the Azure Storage SAS URL. Also can
            be used to update the SAS URL for the backup if a new URL is passed in
            the request body.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupStatusSecrets(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest)">
            <summary>
            Gets status of a web app backup that may be in progress, including secrets
            associated with the backup, such as the Azure Storage SAS URL. Also can
            be used to update the SAS URL for the backup if a new URL is passed in
            the request body.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='request'>
            Information on backup request
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteBackupStatusSecretsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.BackupRequest,System.Threading.CancellationToken)">
            <summary>
            Gets status of a web app backup that may be in progress, including secrets
            associated with the backup, such as the Azure Storage SAS URL. Also can
            be used to update the SAS URL for the backup if a new URL is passed in
            the request body.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup
            </param>
            <param name='request'>
            Information on backup request
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RestoreSite(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest)">
            <summary>
            Restores a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup to restore
            </param>
            <param name='request'>
            Information on restore request
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RestoreSiteAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.Threading.CancellationToken)">
            <summary>
            Restores a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup to restore
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RestoreSiteSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.String)">
            <summary>
            Restores a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup to restore
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RestoreSiteSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RestoreRequest,System.String,System.Threading.CancellationToken)">
            <summary>
            Restores a web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='backupId'>
            Id of backup to restore
            </param>
            <param name='request'>
            Information on restore request
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteUsages(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the quota usage numbers for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='filter'>
            Return only usages specified in the filter. Filter is specified by using
            OData syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteUsagesAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the quota usage numbers for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='filter'>
            Return only usages specified in the filter. Filter is specified by using
            OData syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteUsagesSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the quota usage numbers for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='filter'>
            Return only usages specified in the filter. Filter is specified by using
            OData syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteUsagesSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the quota usage numbers for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='filter'>
            Return only usages specified in the filter. Filter is specified by using
            OData syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteMetrics(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Gets metrics for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='details'>
            If true, metric details are included in response
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteMetricsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)">
            <summary>
            Gets metrics for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='details'>
            If true, metric details are included in response
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteMetricsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Gets metrics for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='details'>
            If true, metric details are included in response
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteMetricsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)">
            <summary>
            Gets metrics for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='details'>
            If true, metric details are included in response
            </param>
            <param name='filter'>
            Return only usages/metrics specified in the filter. Filter conforms to
            odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq
            'Metric2') and startTime eq '2014-01-01T00:00:00Z' and endTime eq
            '2014-12-31T23:59:59Z' and timeGrain eq duration'[Hour|Minute|Day]'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteMetricDefinitionsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Gets metric definitions for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteMetricDefinitionsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets metric definitions for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteMetricDefinitions(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Gets metric definitions for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteMetricDefinitionsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets metric definitions for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePublishingProfileXml(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions)">
            <summary>
            Gets the publishing profile for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='options'>
            Specifies options for publishing profile. Pass
            CsmPublishingProfileOptions.Format=FileZilla3 for FileZilla FTP format.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePublishingProfileXmlAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions,System.Threading.CancellationToken)">
            <summary>
            Gets the publishing profile for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='options'>
            Specifies options for publishing profile. Pass
            CsmPublishingProfileOptions.Format=FileZilla3 for FileZilla FTP format.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePublishingProfileXmlSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions,System.String)">
            <summary>
            Gets the publishing profile for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='options'>
            Specifies options for publishing profile. Pass
            CsmPublishingProfileOptions.Format=FileZilla3 for FileZilla FTP format.
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSitePublishingProfileXmlSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the publishing profile for web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='options'>
            Specifies options for publishing profile. Pass
            CsmPublishingProfileOptions.Format=FileZilla3 for FileZilla FTP format.
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RestartSite(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Restarts web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the app if
            necessary. Hard restart always restarts and reprovisions the app
            </param>
            <param name='synchronous'>
            If true then the API will block until the app has been restarted
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RestartSiteAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Restarts web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the app if
            necessary. Hard restart always restarts and reprovisions the app
            </param>
            <param name='synchronous'>
            If true then the API will block until the app has been restarted
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RestartSiteSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Restarts web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the app if
            necessary. Hard restart always restarts and reprovisions the app
            </param>
            <param name='synchronous'>
            If true then the API will block until the app has been restarted
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.RestartSiteSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <summary>
            Restarts web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='softRestart'>
            Soft restart applies the configuration settings and restarts the app if
            necessary. Hard restart always restarts and reprovisions the app
            </param>
            <param name='synchronous'>
            If true then the API will block until the app has been restarted
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.StartSite(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Starts web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.StartSiteAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Starts web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.StartSiteSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Starts web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.StartSiteSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Starts web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.StopSite(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Stops web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.StopSiteAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stops web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.StopSiteSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Stops web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.StopSiteSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stops web app
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.SyncSiteRepository(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.SyncSiteRepositoryAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.SyncSiteRepositorySlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='slot'>
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.SyncSiteRepositorySlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            </param>
            <param name='name'>
            </param>
            <param name='slot'>
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GenerateNewSitePublishingPasswordSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Generates new random app publishing password
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GenerateNewSitePublishingPasswordSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Generates new random app publishing password
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='slot'>
            Name of web app slot. If not specified then will default to production
            slot.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GenerateNewSitePublishingPassword(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Generates new random app publishing password
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GenerateNewSitePublishingPasswordAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Generates new random app publishing password
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='name'>
            Name of web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteRelayServiceConnection(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves a Biztalk Hybrid Connection identified by its entity name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteRelayServiceConnectionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a Biztalk Hybrid Connection identified by its entity name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteRelayServiceConnection(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteRelayServiceConnectionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteRelayServiceConnection(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Removes the association to a Biztalk Hybrid Connection, identified by its
            entity name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteRelayServiceConnectionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes the association to a Biztalk Hybrid Connection, identified by its
            entity name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteRelayServiceConnection(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteRelayServiceConnectionAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteRelayServiceConnectionSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a Biztalk Hybrid Connection identified by its entity name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteRelayServiceConnectionSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a Biztalk Hybrid Connection identified by its entity name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteRelayServiceConnectionSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.String)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteRelayServiceConnectionSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteRelayServiceConnectionSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Removes the association to a Biztalk Hybrid Connection, identified by its
            entity name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.DeleteSiteRelayServiceConnectionSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes the association to a Biztalk Hybrid Connection, identified by its
            entity name.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteRelayServiceConnectionSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.String)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteRelayServiceConnectionSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a new association to a Biztalk Hybrid Connection, or updates an
            existing one.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='entityName'>
            The name by which the Hybrid Connection is identified
            </param>
            <param name='connectionEnvelope'>
            The details of the Hybrid Connection
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteRelayServiceConnections(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String)">
            <summary>
            Retrieves all Biztalk Hybrid Connections associated with this web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteRelayServiceConnectionsAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves all Biztalk Hybrid Connections associated with this web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteRelayServiceConnectionsSlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves all Biztalk Hybrid Connections associated with this web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.ListSiteRelayServiceConnectionsSlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves all Biztalk Hybrid Connections associated with this web app.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='slot'>
            The name of the slot for the web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVnetGateway(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a Virtual Network connection gateway associated with this web
            app and virtual network.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVnetGatewayAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a Virtual Network connection gateway associated with this web
            app and virtual network.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteVNETConnectionGateway(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteVNETConnectionGatewayAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteVNETConnectionGateway(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteVNETConnectionGatewayAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVnetGatewaySlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Retrieves a Virtual Network connection gateway associated with this web
            app and virtual network.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.GetSiteVnetGatewaySlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves a Virtual Network connection gateway associated with this web
            app and virtual network.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteVNETConnectionGatewaySlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.String)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.CreateOrUpdateSiteVNETConnectionGatewaySlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteVNETConnectionGatewaySlot(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.String)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.SitesOperationsExtensions.UpdateSiteVNETConnectionGatewaySlotAsync(Microsoft.Azure.Management.WebSites.ISitesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VnetGateway,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates the Virtual Network Gateway.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name
            </param>
            <param name='name'>
            The name of the web app
            </param>
            <param name='vnetName'>
            The name of the Virtual Network
            </param>
            <param name='gatewayName'>
            The name of the gateway. The only gateway that exists presently is
            "primary"
            </param>
            <param name='connectionEnvelope'>
            The properties to update this gateway with.
            </param>
            <param name='slot'>
            The name of the slot for this web app.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperations">
            <summary>
            TopLevelDomainsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the TopLevelDomainsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperations.GetGetTopLevelDomainsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all top level domains supported for registration
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperations.GetTopLevelDomainWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details of a top level domain
            </summary>
            <param name='name'>
            Name of the top level domain
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperations.ListTopLevelDomainAgreementsWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists legal agreements that user needs to accept before purchasing domain
            </summary>
            <param name='name'>
            Name of the top level domain
            </param>
            <param name='agreementOption'>
            Domain agreement options
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperationsExtensions.GetGetTopLevelDomains(Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations)">
            <summary>
            Lists all top level domains supported for registration
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperationsExtensions.GetGetTopLevelDomainsAsync(Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations,System.Threading.CancellationToken)">
            <summary>
            Lists all top level domains supported for registration
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperationsExtensions.GetTopLevelDomain(Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations,System.String)">
            <summary>
            Gets details of a top level domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            Name of the top level domain
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperationsExtensions.GetTopLevelDomainAsync(Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details of a top level domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            Name of the top level domain
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperationsExtensions.ListTopLevelDomainAgreements(Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations,System.String,Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption)">
            <summary>
            Lists legal agreements that user needs to accept before purchasing domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            Name of the top level domain
            </param>
            <param name='agreementOption'>
            Domain agreement options
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.TopLevelDomainsOperationsExtensions.ListTopLevelDomainAgreementsAsync(Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations,System.String,Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption,System.Threading.CancellationToken)">
            <summary>
            Lists legal agreements that user needs to accept before purchasing domain
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='name'>
            Name of the top level domain
            </param>
            <param name='agreementOption'>
            Domain agreement options
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.UsageOperations">
            <summary>
            UsageOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.UsageOperations.#ctor(Microsoft.Azure.Management.WebSites.WebSiteManagementClient)">
            <summary>
            Initializes a new instance of the UsageOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.UsageOperations.Client">
            <summary>
            Gets a reference to the WebSiteManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.UsageOperations.GetUsageWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Returns usage records for specified subscription and resource groups
            </summary>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='environmentName'>
            Environment name
            </param>
            <param name='lastId'>
            Last marker that was returned from the batch
            </param>
            <param name='batchSize'>
            size of the batch to be returned.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.UsageOperationsExtensions.GetUsage(Microsoft.Azure.Management.WebSites.IUsageOperations,System.String,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Returns usage records for specified subscription and resource groups
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='environmentName'>
            Environment name
            </param>
            <param name='lastId'>
            Last marker that was returned from the batch
            </param>
            <param name='batchSize'>
            size of the batch to be returned.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.UsageOperationsExtensions.GetUsageAsync(Microsoft.Azure.Management.WebSites.IUsageOperations,System.String,System.String,System.String,System.Nullable{System.Int32},System.Threading.CancellationToken)">
            <summary>
            Returns usage records for specified subscription and resource groups
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            Name of resource group
            </param>
            <param name='environmentName'>
            Environment name
            </param>
            <param name='lastId'>
            Last marker that was returned from the batch
            </param>
            <param name='batchSize'>
            size of the batch to be returned.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.WebSiteManagementClient">
            <summary>
            Use these APIs to manage Azure Websites resources through the Azure
            Resource Manager. All task operations conform to the HTTP/1.1
            protocol specification and each operation returns an x-ms-request-id
            header that can be used to obtain information about the request. You
            must make sure that requests made to these resources are secure. For
            more information, see &lt;a
            href="https://msdn.microsoft.com/en-us/library/azure/dn790557.aspx"&gt;Authenticating
            Azure Resource Manager requests.&lt;/a&gt;
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.SubscriptionId">
            <summary>
            Subscription Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.ApiVersion">
            <summary>
            API Version
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the WebSiteManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.WebSiteManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.AccessControlEntryAction">
            <summary>
            Defines values for AccessControlEntryAction.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Address">
            <summary>
            Address information for domain registration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Address.#ctor">
            <summary>
            Initializes a new instance of the Address class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Address.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Address class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Address.Address1">
            <summary>
            Address 1
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Address.Address2">
            <summary>
            Address 2
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Address.City">
            <summary>
            City
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Address.Country">
            <summary>
            Country
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Address.PostalCode">
            <summary>
            Postal code
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Address.State">
            <summary>
            State
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.AddressResponse">
            <summary>
            Describes main public ip address and any extra vips
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AddressResponse.#ctor">
            <summary>
            Initializes a new instance of the AddressResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AddressResponse.#ctor(System.String,System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping})">
            <summary>
            Initializes a new instance of the AddressResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AddressResponse.ServiceIpAddress">
            <summary>
            Main public vip
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AddressResponse.InternalIpAddress">
            <summary>
            VNET internal ip address of the hostingEnvironment (App Service
            Environment) if it is in internal load-balancing mode
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AddressResponse.OutboundIpAddresses">
            <summary>
            IP addresses appearing on outbound connections
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AddressResponse.VipMappings">
            <summary>
            Additional vips
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ApiDefinitionInfo">
            <summary>
            Information about the formal API definition for the web app.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ApiDefinitionInfo.#ctor">
            <summary>
            Initializes a new instance of the ApiDefinitionInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ApiDefinitionInfo.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ApiDefinitionInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ApiDefinitionInfo.Url">
            <summary>
            The URL of the API definition.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ApplicationLogsConfig">
            <summary>
            Application logs configuration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ApplicationLogsConfig.#ctor">
            <summary>
            Initializes a new instance of the ApplicationLogsConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ApplicationLogsConfig.#ctor(Microsoft.Azure.Management.WebSites.Models.FileSystemApplicationLogsConfig,Microsoft.Azure.Management.WebSites.Models.AzureTableStorageApplicationLogsConfig,Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageApplicationLogsConfig)">
            <summary>
            Initializes a new instance of the ApplicationLogsConfig class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ApplicationLogsConfig.FileSystem">
            <summary>
            Application logs to file system configuration
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ApplicationLogsConfig.AzureTableStorage">
            <summary>
            Application logs to azure table storage configuration
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ApplicationLogsConfig.AzureBlobStorage">
            <summary>
            Application logs to blob storage configuration
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ArmPlan">
            <summary>
            The plan object in an ARM, represents a marketplace plan
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ArmPlan.#ctor">
            <summary>
            Initializes a new instance of the ArmPlan class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ArmPlan.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ArmPlan class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ArmPlan.Name">
            <summary>
            The name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ArmPlan.Publisher">
            <summary>
            The publisher
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ArmPlan.Product">
            <summary>
            The product
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ArmPlan.PromotionCode">
            <summary>
            The promotion code
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ArmPlan.Version">
            <summary>
            Version of product
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.AutoHealActions">
            <summary>
            AutoHealActions - Describes the actions which can be
            taken by the auto-heal module when a rule is triggered.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AutoHealActions.#ctor">
            <summary>
            Initializes a new instance of the AutoHealActions class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AutoHealActions.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.AutoHealActionType},Microsoft.Azure.Management.WebSites.Models.AutoHealCustomAction,System.String)">
            <summary>
            Initializes a new instance of the AutoHealActions class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AutoHealActions.ActionType">
            <summary>
            ActionType - predefined action to be taken. Possible values for
            this property include: 'Recycle', 'LogEvent', 'CustomAction'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AutoHealActions.CustomAction">
            <summary>
            CustomAction - custom action to be taken
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AutoHealActions.MinProcessExecutionTime">
            <summary>
            MinProcessExecutionTime - minimum time the process must execute
            before taking the action
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AutoHealActions.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.AutoHealActionType">
            <summary>
            Defines values for AutoHealActionType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.AutoHealCustomAction">
            <summary>
            AutoHealCustomAction - Describes the custom action to be executed
            when an auto heal rule is triggered.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AutoHealCustomAction.#ctor">
            <summary>
            Initializes a new instance of the AutoHealCustomAction class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AutoHealCustomAction.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the AutoHealCustomAction class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AutoHealCustomAction.Exe">
            <summary>
            Executable to be run
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AutoHealCustomAction.Parameters">
            <summary>
            Parameters for the executable
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.AutoHealRules">
            <summary>
            AutoHealRules - describes the rules which can be defined for auto-heal
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AutoHealRules.#ctor">
            <summary>
            Initializes a new instance of the AutoHealRules class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AutoHealRules.#ctor(Microsoft.Azure.Management.WebSites.Models.AutoHealTriggers,Microsoft.Azure.Management.WebSites.Models.AutoHealActions)">
            <summary>
            Initializes a new instance of the AutoHealRules class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AutoHealRules.Triggers">
            <summary>
            Triggers - Conditions that describe when to execute the auto-heal
            actions
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AutoHealRules.Actions">
            <summary>
            Actions - Actions to be executed when a rule is triggered
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AutoHealRules.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.AutoHealTriggers">
            <summary>
            AutoHealTriggers - describes the triggers for auto-heal.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AutoHealTriggers.#ctor">
            <summary>
            Initializes a new instance of the AutoHealTriggers class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AutoHealTriggers.#ctor(Microsoft.Azure.Management.WebSites.Models.RequestsBasedTrigger,System.Nullable{System.Int32},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.StatusCodesBasedTrigger},Microsoft.Azure.Management.WebSites.Models.SlowRequestsBasedTrigger)">
            <summary>
            Initializes a new instance of the AutoHealTriggers class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AutoHealTriggers.Requests">
            <summary>
            Requests - Defines a rule based on total requests
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AutoHealTriggers.PrivateBytesInKB">
            <summary>
            PrivateBytesInKB - Defines a rule based on private bytes
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AutoHealTriggers.StatusCodes">
            <summary>
            StatusCodes - Defines a rule based on status codes
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AutoHealTriggers.SlowRequests">
            <summary>
            SlowRequests - Defines a rule based on request execution time
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageApplicationLogsConfig">
            <summary>
            Application logs azure blob storage configuration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageApplicationLogsConfig.#ctor">
            <summary>
            Initializes a new instance of the
            AzureBlobStorageApplicationLogsConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageApplicationLogsConfig.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.LogLevel},System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the
            AzureBlobStorageApplicationLogsConfig class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageApplicationLogsConfig.Level">
            <summary>
            Log level. Possible values for this property include: 'Off',
            'Verbose', 'Information', 'Warning', 'Error'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageApplicationLogsConfig.SasUrl">
            <summary>
            SAS url to a azure blob container with read/write/list/delete
            permissions
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageApplicationLogsConfig.RetentionInDays">
            <summary>
            Retention in days.
            Remove blobs older than X days.
            0 or lower means no retention.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageHttpLogsConfig">
            <summary>
            Http logs to azure blob storage configuration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageHttpLogsConfig.#ctor">
            <summary>
            Initializes a new instance of the AzureBlobStorageHttpLogsConfig
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageHttpLogsConfig.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the AzureBlobStorageHttpLogsConfig
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageHttpLogsConfig.SasUrl">
            <summary>
            SAS url to a azure blob container with read/write/list/delete
            permissions
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageHttpLogsConfig.RetentionInDays">
            <summary>
            Retention in days.
            Remove blobs older than X days.
            0 or lower means no retention.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageHttpLogsConfig.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.AzureResourceType">
            <summary>
            Defines values for AzureResourceType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.AzureTableStorageApplicationLogsConfig">
            <summary>
            Application logs to azure table storage configuration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AzureTableStorageApplicationLogsConfig.#ctor">
            <summary>
            Initializes a new instance of the
            AzureTableStorageApplicationLogsConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.AzureTableStorageApplicationLogsConfig.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.LogLevel},System.String)">
            <summary>
            Initializes a new instance of the
            AzureTableStorageApplicationLogsConfig class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AzureTableStorageApplicationLogsConfig.Level">
            <summary>
            Log level. Possible values for this property include: 'Off',
            'Verbose', 'Information', 'Warning', 'Error'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.AzureTableStorageApplicationLogsConfig.SasUrl">
            <summary>
            SAS url to an azure table with add/query/delete permissions
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupItem">
            <summary>
            Backup description
            </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="M:Microsoft.Azure.Management.WebSites.Models.BackupItem.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Int32},System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.WebSites.Models.BackupItemStatus},System.Nullable{System.Int64},System.Nullable{System.DateTime},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting},System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int64})">
            <summary>
            Initializes a new instance of the BackupItem class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.BackupItemId">
            <summary>
            Id of the backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.StorageAccountUrl">
            <summary>
            SAS URL for the storage account container which contains this
            backup
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.BlobName">
            <summary>
            Name of the blob which contains data for this backup
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.BackupItemName">
            <summary>
            Name of this backup
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.Status">
            <summary>
            Backup status. Possible values for this property include:
            'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created',
            'Skipped', 'PartiallySucceeded', 'DeleteInProgress',
            'DeleteFailed', 'Deleted'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.SizeInBytes">
            <summary>
            Size of the backup in bytes
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.Created">
            <summary>
            Timestamp of the backup creation
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.Log">
            <summary>
            Details regarding this backup. Might contain an error message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.Databases">
            <summary>
            List of databases included in the backup
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.Scheduled">
            <summary>
            True if this backup has been created due to a schedule being
            triggered.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.LastRestoreTimeStamp">
            <summary>
            Timestamp of a last restore operation which used this backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.FinishedTimeStamp">
            <summary>
            Timestamp when this backup finished.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.CorrelationId">
            <summary>
            Unique correlation identifier. Please use this along with the
            timestamp while communicating with Azure support.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItem.WebsiteSizeInBytes">
            <summary>
            Size of the original web app which has been backed up
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupItem.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupItemCollection">
            <summary>
            Collection of Backup Items
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupItemCollection.#ctor">
            <summary>
            Initializes a new instance of the BackupItemCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupItemCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.BackupItem},System.String)">
            <summary>
            Initializes a new instance of the BackupItemCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItemCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupItemCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupItemStatus">
            <summary>
            Defines values for BackupItemStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupRequest">
            <summary>
            Description of a backup which will be performed
            </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="M:Microsoft.Azure.Management.WebSites.Models.BackupRequest.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Nullable{System.Boolean},System.String,Microsoft.Azure.Management.WebSites.Models.BackupSchedule,System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting},System.Nullable{Microsoft.Azure.Management.WebSites.Models.BackupRestoreOperationType})">
            <summary>
            Initializes a new instance of the BackupRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupRequest.BackupRequestName">
            <summary>
            Name of the backup
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupRequest.Enabled">
            <summary>
            True if the backup schedule is enabled (must be included in that
            case), false if the backup schedule should be disabled
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupRequest.StorageAccountUrl">
            <summary>
            SAS URL to the container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupRequest.BackupSchedule">
            <summary>
            Schedule for the backup if it is executed periodically
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupRequest.Databases">
            <summary>
            Databases included in the backup
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupRequest.BackupRequestType">
            <summary>
            Type of the backup. Possible values for this property include:
            'Default', 'Clone', 'Relocation'.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupRequest.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupRestoreOperationType">
            <summary>
            Defines values for BackupRestoreOperationType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BackupSchedule">
            <summary>
            Description of a backup schedule. Describes how often should be the
            backup performed and what should be the retention policy.
            </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="M:Microsoft.Azure.Management.WebSites.Models.BackupSchedule.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.FrequencyUnit},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the BackupSchedule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupSchedule.FrequencyInterval">
            <summary>
            How often should be the backup executed (e.g. for weekly backup,
            this should be set to 7 and FrequencyUnit should be set to Day)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupSchedule.FrequencyUnit">
            <summary>
            How often should be the backup executed (e.g. for weekly backup,
            this should be set to Day and FrequencyInterval should be set to
            7). Possible values for this property include: 'Day', 'Hour'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupSchedule.KeepAtLeastOneBackup">
            <summary>
            True if the retention policy should always keep at least one
            backup in the storage account, regardless how old it is; false
            otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupSchedule.RetentionPeriodInDays">
            <summary>
            After how many days backups should be deleted
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupSchedule.StartTime">
            <summary>
            When the schedule should start working
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.BackupSchedule.LastExecutionTime">
            <summary>
            The last time when this schedule was triggered
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.BackupSchedule.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.BuiltInAuthenticationProvider">
            <summary>
            Defines values for BuiltInAuthenticationProvider.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Category">
            <summary>
            Defines values for Category.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Certificate">
            <summary>
            App certificate
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Certificate.#ctor">
            <summary>
            Initializes a new instance of the Certificate class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Certificate.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Collections.Generic.IList{System.String},System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile)">
            <summary>
            Initializes a new instance of the Certificate class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.FriendlyName">
            <summary>
            Friendly name of the certificate
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.SubjectName">
            <summary>
            Subject name of the certificate
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.HostNames">
            <summary>
            Host names the certificate applies to
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.PfxBlob">
            <summary>
            Pfx blob
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.SiteName">
            <summary>
            App name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.SelfLink">
            <summary>
            Self link
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.Issuer">
            <summary>
            Certificate issuer
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.IssueDate">
            <summary>
            Certificate issue Date
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.ExpirationDate">
            <summary>
            Certificate expriration date
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.Password">
            <summary>
            Certificate password
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.Thumbprint">
            <summary>
            Certificate thumbprint
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.Valid">
            <summary>
            Is the certificate valid?
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.CerBlob">
            <summary>
            Raw bytes of .cer file
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.PublicKeyHash">
            <summary>
            Public key hash
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Certificate.HostingEnvironmentProfile">
            <summary>
            Specification for the hosting environment (App Service
            Environment) to use for the certificate
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Certificate.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CertificateCollection">
            <summary>
            Collection of certificates
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CertificateCollection.#ctor">
            <summary>
            Initializes a new instance of the CertificateCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CertificateCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.Certificate},System.String)">
            <summary>
            Initializes a new instance of the CertificateCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CertificateCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CertificateCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Channels">
            <summary>
            Defines values for Channels.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ClassicMobileService">
            <summary>
            A mobile service
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ClassicMobileService.#ctor">
            <summary>
            Initializes a new instance of the ClassicMobileService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ClassicMobileService.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)">
            <summary>
            Initializes a new instance of the ClassicMobileService class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ClassicMobileService.ClassicMobileServiceName">
            <summary>
            Name of the mobile service
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ClassicMobileService.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ClassicMobileServiceCollection">
            <summary>
            Collection of Classic Mobile Services
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ClassicMobileServiceCollection.#ctor">
            <summary>
            Initializes a new instance of the ClassicMobileServiceCollection
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ClassicMobileServiceCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.ClassicMobileService},System.String)">
            <summary>
            Initializes a new instance of the ClassicMobileServiceCollection
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ClassicMobileServiceCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ClassicMobileServiceCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CloneAbilityResult">
            <summary>
            Defines values for CloneAbilityResult.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CloningInfo">
            <summary>
            Represents information needed for cloning operation
            </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="M:Microsoft.Azure.Management.WebSites.Models.CloningInfo.#ctor(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Boolean},System.String,System.String)">
            <summary>
            Initializes a new instance of the CloningInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.CorrelationId">
            <summary>
            Correlation Id of cloning operation. This id ties multiple cloning
            operations
            together to use the same snapshot
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.Overwrite">
            <summary>
            Overwrite destination web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.CloneCustomHostNames">
            <summary>
            If true, clone custom hostnames from source web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.CloneSourceControl">
            <summary>
            Clone source control from source web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.SourceWebAppId">
            <summary>
            ARM resource id of the source web app. Web app resource id is of
            the form
            /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}
            for production slots and
            /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName}
            for other slots
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.HostingEnvironment">
            <summary>
            Hosting environment
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.AppSettingsOverrides">
            <summary>
            Application settings overrides for cloned web app. If specified
            these settings will override the settings cloned
            from source web app. If not specified, application
            settings from source web app are retained.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.ConfigureLoadBalancing">
            <summary>
            If specified configure load balancing for source and clone site
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.TrafficManagerProfileId">
            <summary>
            ARM resource id of the traffic manager profile to use if it
            exists. Traffic manager resource id is of the form
            /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CloningInfo.TrafficManagerProfileName">
            <summary>
            Name of traffic manager profile to create. This is only needed if
            traffic manager profile does not already exist
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions">
            <summary>
            Defines values for ComputeModeOptions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary">
            <summary>
            String dictionary resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary.#ctor">
            <summary>
            Initializes a new instance of the ConnectionStringDictionary class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.WebSites.Models.ConnStringValueTypePair})">
            <summary>
            Initializes a new instance of the ConnectionStringDictionary class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary.Properties">
            <summary>
            Connection strings
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ConnectionStringDictionary.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ConnStringInfo">
            <summary>
            Represents database connection string information
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ConnStringInfo.#ctor">
            <summary>
            Initializes a new instance of the ConnStringInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ConnStringInfo.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.DatabaseServerType},System.String,System.String)">
            <summary>
            Initializes a new instance of the ConnStringInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ConnStringInfo.Name">
            <summary>
            Name of connection string
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ConnStringInfo.ConnectionString">
            <summary>
            Connection string value
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ConnStringInfo.Type">
            <summary>
            Type of database. Possible values for this property include:
            'MySql', 'SQLServer', 'SQLAzure', 'Custom'.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ConnStringInfo.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ConnStringValueTypePair">
            <summary>
            Database connection string value to type pair
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ConnStringValueTypePair.#ctor">
            <summary>
            Initializes a new instance of the ConnStringValueTypePair class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ConnStringValueTypePair.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.DatabaseServerType},System.String)">
            <summary>
            Initializes a new instance of the ConnStringValueTypePair class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ConnStringValueTypePair.Value">
            <summary>
            Value of pair
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ConnStringValueTypePair.Type">
            <summary>
            Type of database. Possible values for this property include:
            'MySql', 'SQLServer', 'SQLAzure', 'Custom'.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ConnStringValueTypePair.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Contact">
            <summary>
            Contact information for domain registration. If 'Domain Privacy'
            option is not selected then the contact information will be be made
            publicly available through the Whois directories as per ICANN
            requirements.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Contact.#ctor">
            <summary>
            Initializes a new instance of the Contact class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Contact.#ctor(Microsoft.Azure.Management.WebSites.Models.Address,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Contact class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Contact.AddressMailing">
            <summary>
            Mailing address
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Contact.Email">
            <summary>
            Email address
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Contact.Fax">
            <summary>
            Fax number
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Contact.JobTitle">
            <summary>
            Job title
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Contact.NameFirst">
            <summary>
            First name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Contact.NameLast">
            <summary>
            Last name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Contact.NameMiddle">
            <summary>
            Middle name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Contact.Organization">
            <summary>
            Organization
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Contact.Phone">
            <summary>
            Phone number
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CorsSettings">
            <summary>
            Cross-Origin Resource Sharing (CORS) settings for the web app.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CorsSettings.#ctor">
            <summary>
            Initializes a new instance of the CorsSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CorsSettings.#ctor(System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the CorsSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CorsSettings.AllowedOrigins">
            <summary>
            Gets or sets the list of origins that should be allowed to make
            cross-origin
            calls (for example: http://example.com:12345). Use "*"
            to allow all.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CsmMoveResourceEnvelope">
            <summary>
            Class containing a list of the resources that need to be moved and the
            resource group they should be moved to
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmMoveResourceEnvelope.#ctor">
            <summary>
            Initializes a new instance of the CsmMoveResourceEnvelope class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmMoveResourceEnvelope.#ctor(System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the CsmMoveResourceEnvelope class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmMoveResourceEnvelope.TargetResourceGroup">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmMoveResourceEnvelope.Resources">
            <summary>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions">
            <summary>
            Publishing options for requested profile
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions.#ctor">
            <summary>
            Initializes a new instance of the CsmPublishingProfileOptions
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CsmPublishingProfileOptions
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmPublishingProfileOptions.Format">
            <summary>
            Name of the format. Valid values are:
            FileZilla3
            WebDeploy -- default
            Ftp
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity">
            <summary>
            Class containting details about site recovery operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity.#ctor">
            <summary>
            Initializes a new instance of the CsmSiteRecoveryEntity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity.#ctor(System.Nullable{System.DateTime},System.String,System.String)">
            <summary>
            Initializes a new instance of the CsmSiteRecoveryEntity class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity.SnapshotTime">
            <summary>
            Point in time in which the site recover should be attempted.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity.SiteName">
            <summary>
            [Optional] Destination web app name into which web app should be
            recovered. This is case when new web app should be created
            instead.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmSiteRecoveryEntity.SlotName">
            <summary>
            [Optional] Destination web app slot name into which web app should
            be recovered
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity">
            <summary>
            Class containing deployment slot parameters
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity.#ctor">
            <summary>
            Initializes a new instance of the CsmSlotEntity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity.#ctor(System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the CsmSlotEntity class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity.TargetSlot">
            <summary>
            Set the destination deployment slot during swap operation
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity.PreserveVnet">
            <summary>
            Get or set the flag indicating it should preserve VNet to the slot
            during swap
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota">
            <summary>
            Usage of the quota resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota.#ctor">
            <summary>
            Initializes a new instance of the CsmUsageQuota class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota.#ctor(System.String,System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Microsoft.Azure.Management.WebSites.Models.LocalizableString)">
            <summary>
            Initializes a new instance of the CsmUsageQuota class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota.Unit">
            <summary>
            Units of measurement for the quota resourse
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota.NextResetTime">
            <summary>
            Next reset time for the resource counter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota.CurrentValue">
            <summary>
            The current value of the resource counter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota.Limit">
            <summary>
            The resource limit
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota.Name">
            <summary>
            Quota name
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuotaCollection">
            <summary>
            Collection of csm usage quotas
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuotaCollection.#ctor">
            <summary>
            Initializes a new instance of the CsmUsageQuotaCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuotaCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota},System.String)">
            <summary>
            Initializes a new instance of the CsmUsageQuotaCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuotaCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.CsmUsageQuotaCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Csr">
            <summary>
            Certificate signing request object
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Csr.#ctor">
            <summary>
            Initializes a new instance of the Csr class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Csr.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Csr class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Csr.CsrName">
            <summary>
            Name used to locate CSR object
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Csr.DistinguishedName">
            <summary>
            Distinguished name of certificate to be created
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Csr.CsrString">
            <summary>
            Actual CSR string created
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Csr.PfxBlob">
            <summary>
            PFX certifcate of created certificate
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Csr.Password">
            <summary>
            PFX password
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Csr.PublicKeyHash">
            <summary>
            Hash of the certificates public key
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Csr.HostingEnvironment">
            <summary>
            Hosting environment
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Csr.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.CustomHostNameDnsRecordType">
            <summary>
            Defines values for CustomHostNameDnsRecordType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting">
            <summary>
            Note: properties are serialized in JSON format and stored in DB.
            if new properties are added they might not be in the
            previous data rows
            so please handle nulls
            </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="M:Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the DatabaseBackupSetting class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting.DatabaseType">
            <summary>
            SqlAzure / MySql
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting.Name">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting.ConnectionStringName">
            <summary>
            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.ConnectionString">
            <summary>
            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="T:Microsoft.Azure.Management.WebSites.Models.DatabaseServerType">
            <summary>
            Defines values for DatabaseServerType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DeletedSite">
            <summary>
            Reports deleted site including the timestamp of operation
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DeletedSite.#ctor">
            <summary>
            Initializes a new instance of the DeletedSite class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DeletedSite.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.DateTime},System.String,System.String,System.Collections.Generic.IList{System.String},System.String,System.Nullable{Microsoft.Azure.Management.WebSites.Models.UsageState},System.Nullable{System.Boolean},System.Collections.Generic.IList{System.String},System.Nullable{Microsoft.Azure.Management.WebSites.Models.SiteAvailabilityState},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.HostNameSslState},System.String,System.Nullable{System.DateTime},Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.Collections.Generic.IList{System.String},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Microsoft.Azure.Management.WebSites.Models.CloningInfo,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the DeletedSite class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.DeletedTimestamp">
            <summary>
            Time when the site was deleted
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.DeletedSiteName">
            <summary>
            Name of web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.State">
            <summary>
            State of the web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.HostNames">
            <summary>
            Hostnames associated with web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.RepositorySiteName">
            <summary>
            Name of repository site
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.UsageState">
            <summary>
            State indicating whether web app has exceeded its quota usage.
            Possible values for this property include: 'Normal', 'Exceeded'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.Enabled">
            <summary>
            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.DeletedSite.EnabledHostNames">
            <summary>
            Hostnames for the web app that are enabled. Hostnames need to be
            assigned and enabled. If some hostnames are assigned but not
            enabled
            the app is not served on those hostnames
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.AvailabilityState">
            <summary>
            Management information availability state for the web app.
            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. Possible values for this property include: 'Normal',
            'Limited', 'DisasterRecoveryMode'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.HostNameSslStates">
            <summary>
            Hostname SSL states are used to manage the SSL bindings for
            site's hostnames.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.ServerFarmId">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.LastModifiedTimeUtc">
            <summary>
            Last time web app was modified in UTC
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.SiteConfig">
            <summary>
            Configuration of web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.TrafficManagerHostNames">
            <summary>
            Read-only list of Azure Traffic manager hostnames associated with
            web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.PremiumAppDeployed">
            <summary>
            If set indicates whether web app is deployed as a premium app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.ScmSiteAlsoStopped">
            <summary>
            If set indicates whether to stop SCM (KUDU) site when the web app
            is stopped. Default is false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.TargetSwapSlot">
            <summary>
            Read-only property that specifies which slot this app will swap
            into
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.HostingEnvironmentProfile">
            <summary>
            Specification for the hosting environment (App Service
            Environment) to use for the web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.MicroService">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.GatewaySiteName">
            <summary>
            Name of gateway app associated with web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.ClientAffinityEnabled">
            <summary>
            Specifies if the client affinity is enabled when load balancing
            http request for multiple instances of the web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.ClientCertEnabled">
            <summary>
            Specifies if the client certificate is enabled for the web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.HostNamesDisabled">
            <summary>
            Specifies if the public hostnames are disabled the web app.
            If set to true the app is only accessible via API
            Management process
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.OutboundIpAddresses">
            <summary>
            List of comma separated IP addresses that this web app uses for
            outbound connections. Those can be used when configuring firewall
            rules for databases accessed by this web app.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.ContainerSize">
            <summary>
            Size of a function container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.MaxNumberOfWorkers">
            <summary>
            Maximum number of workers
            This only applies to function container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.CloningInfo">
            <summary>
            This is only valid for web app creation. If specified, web app is
            cloned from
            a source web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.ResourceGroup">
            <summary>
            Resource group web app belongs to
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.IsDefaultContainer">
            <summary>
            Site is a default container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSite.DefaultHostName">
            <summary>
            Default hostname of the web app
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DeletedSite.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DeletedSiteCollection">
            <summary>
            Collection of deleted sites
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DeletedSiteCollection.#ctor">
            <summary>
            Initializes a new instance of the DeletedSiteCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DeletedSiteCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.DeletedSite},System.String)">
            <summary>
            Initializes a new instance of the DeletedSiteCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSiteCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeletedSiteCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Deployment">
            <summary>
            Represents user crendentials used for publishing activity
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Deployment.#ctor">
            <summary>
            Initializes a new instance of the Deployment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Deployment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the Deployment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Deployment.DeploymentId">
            <summary>
            Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Deployment.Status">
            <summary>
            Status
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Deployment.Message">
            <summary>
            Message
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Deployment.Author">
            <summary>
            Author
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Deployment.Deployer">
            <summary>
            Deployer
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Deployment.AuthorEmail">
            <summary>
            AuthorEmail
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Deployment.StartTime">
            <summary>
            StartTime
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Deployment.EndTime">
            <summary>
            EndTime
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Deployment.Active">
            <summary>
            Active
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Deployment.Details">
            <summary>
            Detail
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Deployment.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DeploymentCollection">
            <summary>
            Collection of app deployments
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DeploymentCollection.#ctor">
            <summary>
            Initializes a new instance of the DeploymentCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DeploymentCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.Deployment},System.String)">
            <summary>
            Initializes a new instance of the DeploymentCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeploymentCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DeploymentCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Domain">
            <summary>
            Represents a domain
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Domain.#ctor">
            <summary>
            Initializes a new instance of the Domain class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Domain.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.WebSites.Models.Contact,Microsoft.Azure.Management.WebSites.Models.Contact,Microsoft.Azure.Management.WebSites.Models.Contact,Microsoft.Azure.Management.WebSites.Models.Contact,System.Nullable{Microsoft.Azure.Management.WebSites.Models.DomainStatus},System.Nullable{Microsoft.Azure.Management.WebSites.Models.ProvisioningState},System.Collections.Generic.IList{System.String},System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.HostName},Microsoft.Azure.Management.WebSites.Models.DomainPurchaseConsent)">
            <summary>
            Initializes a new instance of the Domain class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.ContactAdmin">
            <summary>
            Admin contact information
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.ContactBilling">
            <summary>
            Billing contact information
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.ContactRegistrant">
            <summary>
            Registrant contact information
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.ContactTech">
            <summary>
            Technical contact information
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.RegistrationStatus">
            <summary>
            Domain registration status. Possible values for this property
            include: 'Active', 'Awaiting', 'Cancelled', 'Confiscated',
            'Disabled', 'Excluded', 'Expired', 'Failed', 'Held', 'Locked',
            'Parked', 'Pending', 'Reserved', 'Reverted', 'Suspended',
            'Transferred', 'Unknown', 'Unlocked', 'Unparked', 'Updated',
            'JsonConverterFailed'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.ProvisioningState">
            <summary>
            Domain provisioning state. Possible values for this property
            include: 'Succeeded', 'Failed', 'Canceled', 'InProgress',
            'Deleting'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.NameServers">
            <summary>
            Name servers
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.Privacy">
            <summary>
            If true then domain privacy is enabled for this domain
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.CreatedTime">
            <summary>
            Domain creation timestamp
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.ExpirationTime">
            <summary>
            Domain expiration timestamp
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.LastRenewedTime">
            <summary>
            Timestamp when the domain was renewed last time
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.AutoRenew">
            <summary>
            If true then domain will renewed automatically
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.ReadyForDnsRecordManagement">
            <summary>
            If true then Azure can assign this domain to Web Apps. This value
            will be true if domain registration status is active and it is
            hosted on name servers Azure has programmatic access to
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.ManagedHostNames">
            <summary>
            All hostnames derived from the domain and assigned to Azure
            resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Domain.Consent">
            <summary>
            Legal agreement consent
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Domain.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DomainAvailablilityCheckResult">
            <summary>
            Domain availablility check result
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainAvailablilityCheckResult.#ctor">
            <summary>
            Initializes a new instance of the DomainAvailablilityCheckResult
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainAvailablilityCheckResult.#ctor(System.String,System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.WebSites.Models.DomainType})">
            <summary>
            Initializes a new instance of the DomainAvailablilityCheckResult
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainAvailablilityCheckResult.Name">
            <summary>
            Name of the domain
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainAvailablilityCheckResult.Available">
            <summary>
            If true then domain can be purchased using CreateDomain Api
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainAvailablilityCheckResult.DomainType">
            <summary>
            Domain type. Possible values for this property include: 'Regular',
            'SoftDeleted'.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DomainCollection">
            <summary>
            Collection of domains
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainCollection.#ctor">
            <summary>
            Initializes a new instance of the DomainCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.Domain},System.String)">
            <summary>
            Initializes a new instance of the DomainCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DomainControlCenterSsoRequest">
            <summary>
            Single sign on request information for domain management
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainControlCenterSsoRequest.#ctor">
            <summary>
            Initializes a new instance of the DomainControlCenterSsoRequest
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainControlCenterSsoRequest.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the DomainControlCenterSsoRequest
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainControlCenterSsoRequest.Url">
            <summary>
            Url where the single sign on request is to be made
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainControlCenterSsoRequest.PostParameterKey">
            <summary>
            Post parameter key
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainControlCenterSsoRequest.PostParameterValue">
            <summary>
            Post parameter value. Client should use
            'application/x-www-form-urlencoded' encoding for this value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DomainPurchaseConsent">
            <summary>
            Domain purchase consent object representing acceptance of applicable
            legal agreements
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainPurchaseConsent.#ctor">
            <summary>
            Initializes a new instance of the DomainPurchaseConsent class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainPurchaseConsent.#ctor(System.Collections.Generic.IList{System.String},System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the DomainPurchaseConsent class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainPurchaseConsent.AgreementKeys">
            <summary>
            List of applicable legal agreement keys. This list can be
            retrieved using ListLegalAgreements Api under TopLevelDomain
            resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainPurchaseConsent.AgreedBy">
            <summary>
            Client IP address
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainPurchaseConsent.AgreedAt">
            <summary>
            Timestamp when the agreements were accepted
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DomainRecommendationSearchParameters">
            <summary>
            Domain recommendation search parameters
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainRecommendationSearchParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DomainRecommendationSearchParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainRecommendationSearchParameters.#ctor(System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the
            DomainRecommendationSearchParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRecommendationSearchParameters.Keywords">
            <summary>
            Keywords to be used for generating domain recommendations
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRecommendationSearchParameters.MaxDomainRecommendations">
            <summary>
            Maximum number of recommendations
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput">
            <summary>
            Domain registration input for validation Api
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.#ctor">
            <summary>
            Initializes a new instance of the DomainRegistrationInput class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,Microsoft.Azure.Management.WebSites.Models.Contact,Microsoft.Azure.Management.WebSites.Models.Contact,Microsoft.Azure.Management.WebSites.Models.Contact,Microsoft.Azure.Management.WebSites.Models.Contact,System.Nullable{Microsoft.Azure.Management.WebSites.Models.DomainStatus},System.Nullable{Microsoft.Azure.Management.WebSites.Models.ProvisioningState},System.Collections.Generic.IList{System.String},System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.HostName},Microsoft.Azure.Management.WebSites.Models.DomainPurchaseConsent)">
            <summary>
            Initializes a new instance of the DomainRegistrationInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.DomainRegistrationInputName">
            <summary>
            Name of the domain
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.ContactAdmin">
            <summary>
            Admin contact information
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.ContactBilling">
            <summary>
            Billing contact information
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.ContactRegistrant">
            <summary>
            Registrant contact information
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.ContactTech">
            <summary>
            Technical contact information
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.RegistrationStatus">
            <summary>
            Domain registration status. Possible values for this property
            include: 'Active', 'Awaiting', 'Cancelled', 'Confiscated',
            'Disabled', 'Excluded', 'Expired', 'Failed', 'Held', 'Locked',
            'Parked', 'Pending', 'Reserved', 'Reverted', 'Suspended',
            'Transferred', 'Unknown', 'Unlocked', 'Unparked', 'Updated',
            'JsonConverterFailed'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.ProvisioningState">
            <summary>
            Domain provisioning state. Possible values for this property
            include: 'Succeeded', 'Failed', 'Canceled', 'InProgress',
            'Deleting'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.NameServers">
            <summary>
            Name servers
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.Privacy">
            <summary>
            If true then domain privacy is enabled for this domain
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.CreatedTime">
            <summary>
            Domain creation timestamp
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.ExpirationTime">
            <summary>
            Domain expiration timestamp
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.LastRenewedTime">
            <summary>
            Timestamp when the domain was renewed last time
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.AutoRenew">
            <summary>
            If true then domain will renewed automatically
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.ReadyForDnsRecordManagement">
            <summary>
            If true then Azure can assign this domain to Web Apps. This value
            will be true if domain registration status is active and it is
            hosted on name servers Azure has programmatic access to
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.ManagedHostNames">
            <summary>
            All hostnames derived from the domain and assigned to Azure
            resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.Consent">
            <summary>
            Legal agreement consent
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.DomainRegistrationInput.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DomainStatus">
            <summary>
            Defines values for DomainStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.DomainType">
            <summary>
            Defines values for DomainType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.EnabledConfig">
            <summary>
            Enabled configuration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.EnabledConfig.#ctor">
            <summary>
            Initializes a new instance of the EnabledConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.EnabledConfig.#ctor(System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the EnabledConfig class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.EnabledConfig.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Experiments">
            <summary>
            Class containing Routing in production experiments
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Experiments.#ctor">
            <summary>
            Initializes a new instance of the Experiments class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Experiments.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.RampUpRule})">
            <summary>
            Initializes a new instance of the Experiments class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Experiments.RampUpRules">
            <summary>
            List of {Microsoft.Web.Hosting.Administration.RampUpRule} objects.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.FileSystemApplicationLogsConfig">
            <summary>
            Application logs to file system configuration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.FileSystemApplicationLogsConfig.#ctor">
            <summary>
            Initializes a new instance of the FileSystemApplicationLogsConfig
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.FileSystemApplicationLogsConfig.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.LogLevel})">
            <summary>
            Initializes a new instance of the FileSystemApplicationLogsConfig
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.FileSystemApplicationLogsConfig.Level">
            <summary>
            Log level. Possible values for this property include: 'Off',
            'Verbose', 'Information', 'Warning', 'Error'.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.FileSystemHttpLogsConfig">
            <summary>
            Http logs to file system configuration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.FileSystemHttpLogsConfig.#ctor">
            <summary>
            Initializes a new instance of the FileSystemHttpLogsConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.FileSystemHttpLogsConfig.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the FileSystemHttpLogsConfig class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.FileSystemHttpLogsConfig.RetentionInMb">
            <summary>
            Maximum size in megabytes that http log files can use.
            When reached old log files will be removed to make
            space for new ones.
            Value can range between 25 and 100.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.FileSystemHttpLogsConfig.RetentionInDays">
            <summary>
            Retention in days.
            Remove files older than X days.
            0 or lower means no retention.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.FileSystemHttpLogsConfig.Enabled">
            <summary>
            Enabled
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.FrequencyUnit">
            <summary>
            Defines values for FrequencyUnit.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.GeoRegion">
            <summary>
            Geographical region
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.GeoRegion.#ctor">
            <summary>
            Initializes a new instance of the GeoRegion class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.GeoRegion.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the GeoRegion class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.GeoRegion.GeoRegionName">
            <summary>
            Region name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.GeoRegion.Description">
            <summary>
            Region description
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.GeoRegion.DisplayName">
            <summary>
            Display name for region
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.GeoRegion.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.GeoRegionCollection">
            <summary>
            Collection of geo regions
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.GeoRegionCollection.#ctor">
            <summary>
            Initializes a new instance of the GeoRegionCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.GeoRegionCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.GeoRegion},System.String)">
            <summary>
            Initializes a new instance of the GeoRegionCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.GeoRegionCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.GeoRegionCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HandlerMapping">
            <summary>
            The IIS handler mappings used to define which handler processes HTTP
            requests with certain extension.
            For example it is used to configure php-cgi.exe process to
            handle all HTTP requests with *.php extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HandlerMapping.#ctor">
            <summary>
            Initializes a new instance of the HandlerMapping class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HandlerMapping.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the HandlerMapping class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HandlerMapping.Extension">
            <summary>
            Requests with this extension will be handled using the specified
            FastCGI application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HandlerMapping.ScriptProcessor">
            <summary>
            The absolute path to the FastCGI application.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HandlerMapping.Arguments">
            <summary>
            Command-line arguments to be passed to the script processor.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment">
            <summary>
            Description of an hostingEnvironment (App Service Environment)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.#ctor">
            <summary>
            Initializes a new instance of the HostingEnvironment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Nullable{Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus},System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile,System.Nullable{Microsoft.Azure.Management.WebSites.Models.InternalLoadBalancingMode},System.String,System.Nullable{System.Int32},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.WorkerPool},System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.StampCapacity},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.NetworkAccessControlEntry},System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.NameValuePair})">
            <summary>
            Initializes a new instance of the HostingEnvironment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.HostingEnvironmentName">
            <summary>
            Name of the hostingEnvironment (App Service Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.HostingEnvironmentLocation">
            <summary>
            Location of the hostingEnvironment (App Service Environment), e.g.
            "West US"
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.Status">
            <summary>
            Current status of the hostingEnvironment (App Service
            Environment). Possible values for this property include:
            'Preparing', 'Ready', 'Scaling', 'Deleting'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.VnetName">
            <summary>
            Name of the hostingEnvironment's (App Service Environment) virtual
            network
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.VnetResourceGroupName">
            <summary>
            Resource group of the hostingEnvironment's (App Service
            Environment) virtual network
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.VnetSubnetName">
            <summary>
            Subnet of the hostingEnvironment's (App Service Environment)
            virtual network
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.VirtualNetwork">
            <summary>
            Description of the hostingEnvironment's (App Service Environment)
            virtual network
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.InternalLoadBalancingMode">
            <summary>
            Specifies which endpoints to serve internally in the
            hostingEnvironment's (App Service Environment) VNET. Possible
            values for this property include: 'None', 'Web', 'Publishing'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.MultiSize">
            <summary>
            Front-end VM size, e.g. "Medium", "Large"
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.MultiRoleCount">
            <summary>
            Number of front-end instances
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.WorkerPools">
            <summary>
            Description of worker pools with worker size ids, VM sizes, and
            number of workers in each pool
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.IpsslAddressCount">
            <summary>
            Number of IP SSL addresses reserved for this hostingEnvironment
            (App Service Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.DatabaseEdition">
            <summary>
            Edition of the metadata database for the hostingEnvironment (App
            Service Environment) e.g. "Standard"
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.DatabaseServiceObjective">
            <summary>
            Service objective of the metadata database for the
            hostingEnvironment (App Service Environment) e.g. "S0"
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.UpgradeDomains">
            <summary>
            Number of upgrade domains of this hostingEnvironment (App Service
            Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.SubscriptionId">
            <summary>
            Subscription of the hostingEnvironment (App Service Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.DnsSuffix">
            <summary>
            DNS suffix of the hostingEnvironment (App Service Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.LastAction">
            <summary>
            Last deployment action on this hostingEnvironment (App Service
            Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.LastActionResult">
            <summary>
            Result of the last deployment action on this hostingEnvironment
            (App Service Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.AllowedMultiSizes">
            <summary>
            List of comma separated strings describing which VM sizes are
            allowed for front-ends
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.AllowedWorkerSizes">
            <summary>
            List of comma separated strings describing which VM sizes are
            allowed for workers
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.MaximumNumberOfMachines">
            <summary>
            Maximum number of VMs in this hostingEnvironment (App Service
            Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.VipMappings">
            <summary>
            Description of IP SSL mapping for this hostingEnvironment (App
            Service Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.EnvironmentCapacities">
            <summary>
            Current total, used, and available worker capacities
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.NetworkAccessControlList">
            <summary>
            Access control list for controlling traffic to the
            hostingEnvironment (App Service Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.EnvironmentIsHealthy">
            <summary>
            True/false indicating whether the hostingEnvironment (App Service
            Environment) is healthy
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.EnvironmentStatus">
            <summary>
            Detailed message about with results of the last check of the
            hostingEnvironment (App Service Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.ResourceGroup">
            <summary>
            Resource group of the hostingEnvironment (App Service Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.ApiManagementAccountId">
            <summary>
            Api Management Account associated with this Hosting Environment
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.Suspended">
            <summary>
            True/false indicating whether the hostingEnvironment is suspended.
            The environment can be suspended e.g. when the management
            endpoint is no longer available
            (most likely because NSG blocked the incoming traffic)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.ClusterSettings">
            <summary>
            Custom settings for changing the behavior of the hosting
            environment
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostingEnvironment.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentCollection">
            <summary>
            Collection of hosting environments (App Service Environments)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentCollection.#ctor">
            <summary>
            Initializes a new instance of the HostingEnvironmentCollection
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.HostingEnvironment},System.String)">
            <summary>
            Initializes a new instance of the HostingEnvironmentCollection
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics">
            <summary>
            Diagnostics for a hosting environment (App Service Environment)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics.#ctor">
            <summary>
            Initializes a new instance of the HostingEnvironmentDiagnostics
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the HostingEnvironmentDiagnostics
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics.Name">
            <summary>
            Name/identifier of the diagnostics
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics.DiagnosicsOutput">
            <summary>
            Diagnostics output
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile">
            <summary>
            Specification for a hostingEnvironment (App Service Environment) to
            use for this resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile.#ctor">
            <summary>
            Initializes a new instance of the HostingEnvironmentProfile class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the HostingEnvironmentProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile.Id">
            <summary>
            Resource id of the hostingEnvironment (App Service Environment)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile.Name">
            <summary>
            Name of the hostingEnvironment (App Service Environment) (read
            only)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile.Type">
            <summary>
            Resource type of the hostingEnvironment (App Service Environment)
            (read only)
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentStatus">
            <summary>
            Defines values for HostingEnvironmentStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HostName">
            <summary>
            Details of a hostname derived from a domain
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostName.#ctor">
            <summary>
            Initializes a new instance of the HostName class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostName.#ctor(System.String,System.Collections.Generic.IList{System.String},System.String,System.Nullable{Microsoft.Azure.Management.WebSites.Models.AzureResourceType},System.Nullable{Microsoft.Azure.Management.WebSites.Models.CustomHostNameDnsRecordType},System.Nullable{Microsoft.Azure.Management.WebSites.Models.HostNameType})">
            <summary>
            Initializes a new instance of the HostName class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostName.Name">
            <summary>
            Name of the hostname
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostName.SiteNames">
            <summary>
            List of sites the hostname is assigned to. This list will have
            more than one site only if the hostname is pointing to a Traffic
            Manager
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostName.AzureResourceName">
            <summary>
            Name of the Azure resource the hostname is assigned to. If it is
            assigned to a traffic manager then it will be the traffic manager
            name otherwise it will be the website name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostName.AzureResourceType">
            <summary>
            Type of the Azure resource the hostname is assigned to. Possible
            values for this property include: 'Website', 'TrafficManager'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostName.CustomHostNameDnsRecordType">
            <summary>
            Type of the Dns record. Possible values for this property include:
            'CName', 'A'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostName.HostNameType">
            <summary>
            Type of the hostname. Possible values for this property include:
            'Verified', 'Managed'.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HostNameBinding">
            <summary>
            A host name binding object
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostNameBinding.#ctor">
            <summary>
            Initializes a new instance of the HostNameBinding class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostNameBinding.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.WebSites.Models.AzureResourceType},System.Nullable{Microsoft.Azure.Management.WebSites.Models.CustomHostNameDnsRecordType},System.Nullable{Microsoft.Azure.Management.WebSites.Models.HostNameType})">
            <summary>
            Initializes a new instance of the HostNameBinding class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameBinding.HostNameBindingName">
            <summary>
            Hostname
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameBinding.SiteName">
            <summary>
            Web app name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameBinding.DomainId">
            <summary>
            Fully qualified ARM domain resource URI
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameBinding.AzureResourceName">
            <summary>
            Azure resource name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameBinding.AzureResourceType">
            <summary>
            Azure resource type. Possible values for this property include:
            'Website', 'TrafficManager'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameBinding.CustomHostNameDnsRecordType">
            <summary>
            Custom DNS record type. Possible values for this property include:
            'CName', 'A'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameBinding.HostNameType">
            <summary>
            Host name type. Possible values for this property include:
            'Verified', 'Managed'.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostNameBinding.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HostNameBindingCollection">
            <summary>
            Collection of host name bindings
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostNameBindingCollection.#ctor">
            <summary>
            Initializes a new instance of the HostNameBindingCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostNameBindingCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.HostNameBinding},System.String)">
            <summary>
            Initializes a new instance of the HostNameBindingCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameBindingCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameBindingCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HostNameSslState">
            <summary>
            Object that represents a SSL-enabled host name.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostNameSslState.#ctor">
            <summary>
            Initializes a new instance of the HostNameSslState class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostNameSslState.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.SslState},System.String,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the HostNameSslState class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameSslState.Name">
            <summary>
            Host name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameSslState.SslState">
            <summary>
            SSL type. Possible values for this property include: 'Disabled',
            'SniEnabled', 'IpBasedEnabled'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameSslState.VirtualIP">
            <summary>
            Virtual IP address assigned to the host name if IP based SSL is
            enabled
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameSslState.Thumbprint">
            <summary>
            SSL cert thumbprint
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HostNameSslState.ToUpdate">
            <summary>
            Set this flag to update existing host name
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HostNameSslState.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HostNameType">
            <summary>
            Defines values for HostNameType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.HttpLogsConfig">
            <summary>
            Http logs configuration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HttpLogsConfig.#ctor">
            <summary>
            Initializes a new instance of the HttpLogsConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.HttpLogsConfig.#ctor(Microsoft.Azure.Management.WebSites.Models.FileSystemHttpLogsConfig,Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageHttpLogsConfig)">
            <summary>
            Initializes a new instance of the HttpLogsConfig class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HttpLogsConfig.FileSystem">
            <summary>
            Http logs to file system configuration
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.HttpLogsConfig.AzureBlobStorage">
            <summary>
            Http logs to azure blob storage configuration
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.InternalLoadBalancingMode">
            <summary>
            Defines values for InternalLoadBalancingMode.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.IpSecurityRestriction">
            <summary>
            Represents an ip security restriction on a web app.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.IpSecurityRestriction.#ctor">
            <summary>
            Initializes a new instance of the IpSecurityRestriction class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.IpSecurityRestriction.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the IpSecurityRestriction class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.IpSecurityRestriction.IpAddress">
            <summary>
            IP address the security restriction is valid for
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.IpSecurityRestriction.SubnetMask">
            <summary>
            Subnet mask for the range of IP addresses the restriction is valid
            for
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.KeyValuePairStringString">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.KeyValuePairStringString.#ctor">
            <summary>
            Initializes a new instance of the KeyValuePairStringString class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.KeyValuePairStringString.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the KeyValuePairStringString class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.KeyValuePairStringString.Key">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.KeyValuePairStringString.Value">
            <summary>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.LocalizableString">
            <summary>
            LocalizableString object containing the name and a localized value.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.LocalizableString.#ctor">
            <summary>
            Initializes a new instance of the LocalizableString class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.LocalizableString.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the LocalizableString class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.LocalizableString.Value">
            <summary>
            Non localized name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.LocalizableString.LocalizedValue">
            <summary>
            Localized name
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.LogLevel">
            <summary>
            Defines values for LogLevel.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment">
            <summary>
            Description of a managed hosting environment
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.#ctor">
            <summary>
            Initializes a new instance of the ManagedHostingEnvironment class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Nullable{Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironmentStatus},Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile,System.Nullable{System.Int32},System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the ManagedHostingEnvironment class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.ManagedHostingEnvironmentName">
            <summary>
            Name of the managed hosting environment
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.ManagedHostingEnvironmentLocation">
            <summary>
            Location of the managed hosting environment e.g. "West US"
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.Status">
            <summary>
            Current status of the managed hosting environment. Possible values
            for this property include: 'Preparing', 'Ready', 'Deleting'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.VirtualNetwork">
            <summary>
            Description of the managed hosting environment's virtual network
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.IpsslAddressCount">
            <summary>
            Number of ip ssl addresses reserved for the managed hosting
            environment
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.DnsSuffix">
            <summary>
            DNS suffix of the managed hosting environment
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.SubscriptionId">
            <summary>
            Subscription of the managed hosting environment (read only)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.ResourceGroup">
            <summary>
            Resource group of the managed hosting environment (read only)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.EnvironmentIsHealthy">
            <summary>
            True/false indicating whether the managed hosting environment is
            healthy
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.EnvironmentStatus">
            <summary>
            Detailed message about with results of the last check of the
            managed hosting environment
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.Suspended">
            <summary>
            True/false indicating whether the managed hosting environment is
            suspended. The environment can be suspended e.g. when the
            management endpoint is no longer available
            (most likely because NSG blocked the incoming traffic)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.ApiManagementAccount">
            <summary>
            Resource id of the api management account associated with this
            managed hosting environment (read only)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironmentCollection">
            <summary>
            Collection of managed hosting environments
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironmentCollection.#ctor">
            <summary>
            Initializes a new instance of the
            ManagedHostingEnvironmentCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironmentCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironment},System.String)">
            <summary>
            Initializes a new instance of the
            ManagedHostingEnvironmentCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironmentCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironmentCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ManagedHostingEnvironmentStatus">
            <summary>
            Defines values for ManagedHostingEnvironmentStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ManagedPipelineMode">
            <summary>
            Defines values for ManagedPipelineMode.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.MetricAvailabilily">
            <summary>
            Class repesenting metrics availability and retention
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.MetricAvailabilily.#ctor">
            <summary>
            Initializes a new instance of the MetricAvailabilily class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.MetricAvailabilily.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the MetricAvailabilily class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.MetricAvailabilily.TimeGrain">
            <summary>
            Time grain
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.MetricAvailabilily.Retention">
            <summary>
            Retention period for the current
            {Microsoft.Web.Hosting.Administration.MetricAvailabilily.TimeGrain}
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.MetricDefinition">
            <summary>
            Class repesenting metadata for the metrics
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.MetricDefinition.#ctor">
            <summary>
            Initializes a new instance of the MetricDefinition class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.MetricDefinition.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.MetricAvailabilily},System.String)">
            <summary>
            Initializes a new instance of the MetricDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.MetricDefinition.MetricDefinitionName">
            <summary>
            Name of the metric
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.MetricDefinition.Unit">
            <summary>
            Unit of the metric
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.MetricDefinition.PrimaryAggregationType">
            <summary>
            Primary aggregation type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.MetricDefinition.MetricAvailabilities">
            <summary>
            List of time grains supported for the metric together with
            retention period
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.MetricDefinition.DisplayName">
            <summary>
            Friendly name shown in the UI
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.MetricDefinition.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.MetricDefinitionCollection">
            <summary>
            Collection of metric defintions
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.MetricDefinitionCollection.#ctor">
            <summary>
            Initializes a new instance of the MetricDefinitionCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.MetricDefinitionCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.MetricDefinition},System.String)">
            <summary>
            Initializes a new instance of the MetricDefinitionCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.MetricDefinitionCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.MetricDefinitionCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.NameIdentifier">
            <summary>
            Identifies an object
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.NameIdentifier.#ctor">
            <summary>
            Initializes a new instance of the NameIdentifier class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.NameIdentifier.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NameIdentifier class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NameIdentifier.Name">
            <summary>
            Name of the object
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.NameIdentifierCollection">
            <summary>
            Collection of domain name identifiers
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.NameIdentifierCollection.#ctor">
            <summary>
            Initializes a new instance of the NameIdentifierCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.NameIdentifierCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.NameIdentifier},System.String)">
            <summary>
            Initializes a new instance of the NameIdentifierCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NameIdentifierCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NameIdentifierCollection.NextLink">
            <summary>
            Link to next page of resources
            </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="M:Microsoft.Azure.Management.WebSites.Models.NameValuePair.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the NameValuePair class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NameValuePair.Name">
            <summary>
            Pair name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NameValuePair.Value">
            <summary>
            Pair value
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.NetworkAccessControlEntry">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.NetworkAccessControlEntry.#ctor">
            <summary>
            Initializes a new instance of the NetworkAccessControlEntry class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.NetworkAccessControlEntry.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.AccessControlEntryAction},System.String,System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the NetworkAccessControlEntry class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NetworkAccessControlEntry.Action">
            <summary>
            Possible values for this property include: 'Permit', 'Deny'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NetworkAccessControlEntry.Description">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NetworkAccessControlEntry.Order">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NetworkAccessControlEntry.RemoteSubnet">
            <summary>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.NetworkFeatures">
            <summary>
            This is an object used to store a full view of network features
            (presently VNET integration and Hybrid Connections)
            for a web app.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.NetworkFeatures.#ctor">
            <summary>
            Initializes a new instance of the NetworkFeatures class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.NetworkFeatures.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,Microsoft.Azure.Management.WebSites.Models.VnetInfo,System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity})">
            <summary>
            Initializes a new instance of the NetworkFeatures class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NetworkFeatures.VirtualNetworkName">
            <summary>
            The Vnet Name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NetworkFeatures.VirtualNetworkConnection">
            <summary>
            The Vnet Summary view
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.NetworkFeatures.HybridConnections">
            <summary>
            The Hybrid Connections Summary view
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.NetworkFeatures.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.NotificationLevel">
            <summary>
            Defines values for NotificationLevel.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest.#ctor">
            <summary>
            Initializes a new instance of the PremierAddOnRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.WebSites.Models.ArmPlan,System.Object,Microsoft.Azure.Management.WebSites.Models.SkuDescription)">
            <summary>
            Initializes a new instance of the PremierAddOnRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest.Location">
            <summary>
            Geo region resource belongs to e.g. SouthCentralUS, SouthEastAsia
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest.Tags">
            <summary>
            Tags associated with resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest.Plan">
            <summary>
            Azure resource manager plan
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest.Properties">
            <summary>
            Resource specific properties
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.PremierAddOnRequest.Sku">
            <summary>
            Sku description of the resource
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ProvisioningState">
            <summary>
            Defines values for ProvisioningState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.RampUpRule">
            <summary>
            Routing rules for ramp up testing. This rule allows to redirect static
            traffic % to a slot or to gradually change routing % based on
            performance
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RampUpRule.#ctor">
            <summary>
            Initializes a new instance of the RampUpRule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RampUpRule.#ctor(System.String,System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Int32},System.Nullable{System.Double},System.Nullable{System.Double},System.String,System.String)">
            <summary>
            Initializes a new instance of the RampUpRule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RampUpRule.ActionHostName">
            <summary>
            Hostname of a slot to which the traffic will be redirected if
            decided to. E.g. mysite-stage.azurewebsites.net
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RampUpRule.ReroutePercentage">
            <summary>
            Percentage of the traffic which will be redirected to
            {Microsoft.Web.Hosting.Administration.RampUpRule.ActionHostName}
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RampUpRule.ChangeStep">
            <summary>
            [Optional] In auto ramp up scenario this is the step to to
            add/remove from
            {Microsoft.Web.Hosting.Administration.RampUpRule.ReroutePercentage}
            until it reaches
            {Microsoft.Web.Hosting.Administration.RampUpRule.MinReroutePercentage}
            or
            {Microsoft.Web.Hosting.Administration.RampUpRule.MaxReroutePercentage}.
            Site metrics are checked every N minutes specificed in
            {Microsoft.Web.Hosting.Administration.RampUpRule.ChangeIntervalInMinutes}.
            Custom decision algorithm can be provided in
            TiPCallback site extension which Url can be specified in
            {Microsoft.Web.Hosting.Administration.RampUpRule.ChangeDecisionCallbackUrl}
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RampUpRule.ChangeIntervalInMinutes">
            <summary>
            [Optional] Specifies interval in mimuntes to reevaluate
            ReroutePercentage
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RampUpRule.MinReroutePercentage">
            <summary>
            [Optional] Specifies lower boundary above which ReroutePercentage
            will stay.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RampUpRule.MaxReroutePercentage">
            <summary>
            [Optional] Specifies upper boundary below which ReroutePercentage
            will stay.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RampUpRule.ChangeDecisionCallbackUrl">
            <summary>
            Custom decision algorithm can be provided in TiPCallback site
            extension which Url can be specified. See TiPCallback site
            extension for the scaffold and contracts.
            https://www.siteextensions.net/packages/TiPCallback/
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RampUpRule.Name">
            <summary>
            Name of the routing rule. The recommended name would be to point
            to the slot which will receive the traffic in the experiment.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Recommendation">
            <summary>
            Represents a recommendation result generated by the recommendation
            engine
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Recommendation.#ctor">
            <summary>
            Initializes a new instance of the Recommendation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Recommendation.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.NotificationLevel},System.Nullable{Microsoft.Azure.Management.WebSites.Models.Channels},System.Nullable{Microsoft.Azure.Management.WebSites.Models.Category},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Double})">
            <summary>
            Initializes a new instance of the Recommendation class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.CreationTime">
            <summary>
            Timestamp when this instance was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.RecommendationId">
            <summary>
            A GUID value that each recommendation object is associated with.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.ResourceId">
            <summary>
            Full ARM resource ID string that this recommendation object is
            associated with.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.ResourceScope">
            <summary>
            Name of a resource type this recommendation applies, e.g.
            Subscription, ServerFarm, Site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.RuleName">
            <summary>
            Unique name of the rule
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.DisplayName">
            <summary>
            UI friendly name of the rule (may not be unique)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.Message">
            <summary>
            Localized text of recommendation, good for UI.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.Level">
            <summary>
            Level indicating how critical this recommendation can impact.
            Possible values for this property include: 'Critical', 'Warning',
            'Information', 'NonUrgentSuggestion'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.Channels">
            <summary>
            List of channels that this recommendation can apply. Possible
            values for this property include: 'Notification', 'Api', 'Email',
            'All'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.Category">
            <summary>
            The category that this recommendation belongs to. Possible values
            for this property include: 'Uncategorized', 'Test', 'UpSell',
            'CrossSell', 'LiveSite'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.ActionName">
            <summary>
            Name of action recommended by this object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.Enabled">
            <summary>
            On/off flag indicating the rule is currently enabled or disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.StartTime">
            <summary>
            The beginning time of a range that the recommendation refers to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.EndTime">
            <summary>
            The end time of a range that the recommendation refers to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.NextNotificationTime">
            <summary>
            When to notify this recommendation next. Null means that this will
            never be notified anymore.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.NotificationExpirationTime">
            <summary>
            Date and time when this notification expires.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.NotifiedTime">
            <summary>
            Last timestamp this instance was actually notified. Null means
            that this recommendation hasn't been notified yet.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Recommendation.Score">
            <summary>
            A metric value measured by the rule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Recommendation.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.RecommendationRule">
            <summary>
            Represents a recommendation rule that the recommendation engine can
            perform
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.#ctor">
            <summary>
            Initializes a new instance of the RecommendationRule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.NotificationLevel},System.Nullable{Microsoft.Azure.Management.WebSites.Models.Channels},System.Nullable{Microsoft.Azure.Management.WebSites.Models.Category},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the RecommendationRule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.Name">
            <summary>
            Unique name of the rule
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.DisplayName">
            <summary>
            UI friendly name of the rule
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.Message">
            <summary>
            Localized name of the rule (Good for UI)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.RecommendationId">
            <summary>
            Recommendation ID of an associated recommendation object tied to
            the rule, if exists.
            If such an object doesn't exist, it is set to null.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.Description">
            <summary>
            Localized detailed description of the rule
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.ActionName">
            <summary>
            Name of action that is recommended by this rule in string
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.Enabled">
            <summary>
            On/off flag indicating the rule is currently enabled or disabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.Level">
            <summary>
            Level of impact indicating how critical this rule is. Possible
            values for this property include: 'Critical', 'Warning',
            'Information', 'NonUrgentSuggestion'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.Channels">
            <summary>
            List of available channels that this rule applies. Possible values
            for this property include: 'Notification', 'Api', 'Email', 'All'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.Category">
            <summary>
            The category that the rule belongs to. Possible values for this
            property include: 'Uncategorized', 'Test', 'UpSell', 'CrossSell',
            'LiveSite'.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RecommendationRule.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity">
            <summary>
            Class that represents a Biztalk Hybrid Connection
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity.#ctor">
            <summary>
            Initializes a new instance of the RelayServiceConnectionEntity
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the RelayServiceConnectionEntity
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity.EntityName">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity.EntityConnectionString">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity.ResourceType">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity.ResourceConnectionString">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity.Hostname">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity.Port">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity.BiztalkUri">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RelayServiceConnectionEntity.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.RequestsBasedTrigger">
            <summary>
            RequestsBasedTrigger
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RequestsBasedTrigger.#ctor">
            <summary>
            Initializes a new instance of the RequestsBasedTrigger class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RequestsBasedTrigger.#ctor(System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the RequestsBasedTrigger class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RequestsBasedTrigger.Count">
            <summary>
            Count
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RequestsBasedTrigger.TimeInterval">
            <summary>
            TimeInterval
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Resource">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Resource.Id">
            <summary>
            Resource Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Resource.Name">
            <summary>
            Resource Name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Resource.Location">
            <summary>
            Resource Location
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Resource.Type">
            <summary>
            Resource type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Resource.Tags">
            <summary>
            Resource tags
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Resource.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ResourceMetric">
            <summary>
            Object representing a metric for any resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceMetric.#ctor">
            <summary>
            Initializes a new instance of the ResourceMetric class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceMetric.#ctor(Microsoft.Azure.Management.WebSites.Models.ResourceMetricName,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.ResourceMetricValue},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.KeyValuePairStringString})">
            <summary>
            Initializes a new instance of the ResourceMetric class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetric.Name">
            <summary>
            Name of metric
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetric.Unit">
            <summary>
            Metric unit
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetric.TimeGrain">
            <summary>
            Metric granularity. E.g PT1H, PT5M, P1D
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetric.StartTime">
            <summary>
            Metric start time
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetric.EndTime">
            <summary>
            Metric end time
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetric.ResourceId">
            <summary>
            Metric resource Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetric.MetricValues">
            <summary>
            Metric values
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetric.Properties">
            <summary>
            Properties
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ResourceMetricCollection">
            <summary>
            Collection of metric responses
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceMetricCollection.#ctor">
            <summary>
            Initializes a new instance of the ResourceMetricCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceMetricCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.ResourceMetric},System.String)">
            <summary>
            Initializes a new instance of the ResourceMetricCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetricCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetricCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ResourceMetricName">
            <summary>
            Name of a metric for any resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceMetricName.#ctor">
            <summary>
            Initializes a new instance of the ResourceMetricName class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceMetricName.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ResourceMetricName class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetricName.Value">
            <summary>
            metric name value
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetricName.LocalizedValue">
            <summary>
            Localized metric name value
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ResourceMetricValue">
            <summary>
            Value of resource metric
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceMetricValue.#ctor">
            <summary>
            Initializes a new instance of the ResourceMetricValue class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceMetricValue.#ctor(System.String,System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double})">
            <summary>
            Initializes a new instance of the ResourceMetricValue class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetricValue.TimeStamp">
            <summary>
            Value timestamp
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetricValue.Average">
            <summary>
            Value average
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetricValue.Minimum">
            <summary>
            Value minimum
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetricValue.Maximum">
            <summary>
            Value maximum
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetricValue.Total">
            <summary>
            Value total
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceMetricValue.Count">
            <summary>
            Value count
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailability">
            <summary>
            Describes if a resource name is available
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailability.#ctor">
            <summary>
            Initializes a new instance of the ResourceNameAvailability class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailability.#ctor(System.Nullable{System.Boolean},System.String,System.String)">
            <summary>
            Initializes a new instance of the ResourceNameAvailability class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailability.NameAvailable">
            <summary>
            True indicates name is valid and available. False indicates the
            name is invalid, unavailable, or both.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailability.Reason">
            <summary>
            Required if nameAvailable is false. 'Invalid' indicates the name
            provided does not match Azure WebApp service’s naming
            requirements. 'AlreadyExists' indicates that the name is already
            in use and is therefore unavailable.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailability.Message">
            <summary>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailabilityRequest">
            <summary>
            Resource name availability request content
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailabilityRequest.#ctor">
            <summary>
            Initializes a new instance of the ResourceNameAvailabilityRequest
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailabilityRequest.#ctor(System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the ResourceNameAvailabilityRequest
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailabilityRequest.Name">
            <summary>
            Resource name to verify
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailabilityRequest.Type">
            <summary>
            Resource type used for verification
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ResourceNameAvailabilityRequest.IsFqdn">
            <summary>
            Is fully qualified domain name
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.RestoreRequest">
            <summary>
            Description of a restore request
            </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="M:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Nullable{System.Boolean},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting},System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.WebSites.Models.BackupRestoreOperationType},System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the RestoreRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.StorageAccountUrl">
            <summary>
            SAS URL to the container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.BlobName">
            <summary>
            Name of a blob which contains the backup
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.Overwrite">
            <summary>
            True if the restore operation can overwrite target site. "True"
            needed if trying to restore over an existing site.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.SiteName">
            <summary>
            Name of a site (Web App)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.Databases">
            <summary>
            Collection of databses which should be restored. This list has to
            match the list of databases included in the backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.IgnoreConflictingHostNames">
            <summary>
            Changes a logic when restoring a site with custom domains. If
            "true", custom domains are removed automatically. If "false",
            custom domains are added to
            the site object when it is being restored, but that
            might fail due to conflicts during the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.OperationType">
            <summary>
            Operation type. Possible values for this property include:
            'Default', 'Clone', 'Relocation'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.AdjustConnectionStrings">
            <summary>
            Gets or sets a flag showing if SiteConfig.ConnectionStrings should
            be set in new site
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.HostingEnvironment">
            <summary>
            App Service Environment name, if needed (only when restoring a
            site to an App Service Environment)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RestoreRequest.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.RestoreResponse">
            <summary>
            Response for a restore site request
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RestoreResponse.#ctor">
            <summary>
            Initializes a new instance of the RestoreResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RestoreResponse.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)">
            <summary>
            Initializes a new instance of the RestoreResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RestoreResponse.OperationId">
            <summary>
            When server starts the restore process, it will return an
            OperationId identifying that particular restore operation
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RestoreResponse.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.RoutingRule">
            <summary>
            Routing rules for TiP
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RoutingRule.#ctor">
            <summary>
            Initializes a new instance of the RoutingRule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.RoutingRule.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RoutingRule class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.RoutingRule.Name">
            <summary>
            Name of the routing rule. The recommended name would be to point
            to the slot which will receive the traffic in the experiment.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ServerFarmCollection">
            <summary>
            Collection of serverfarms
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ServerFarmCollection.#ctor">
            <summary>
            Initializes a new instance of the ServerFarmCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ServerFarmCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku},System.String)">
            <summary>
            Initializes a new instance of the ServerFarmCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku">
            <summary>
            App Service Plan Model
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.#ctor">
            <summary>
            Initializes a new instance of the ServerFarmWithRichSku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.WebSites.Models.SkuDescription,System.String,System.String,System.Nullable{Microsoft.Azure.Management.WebSites.Models.StatusOptions},System.String,System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the ServerFarmWithRichSku class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.Sku">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.ServerFarmWithRichSkuName">
            <summary>
            Name for the App Service Plan
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.WorkerTierName">
            <summary>
            Target worker tier assigned to the App Service Plan
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.Status">
            <summary>
            App Service Plan Status. Possible values for this property
            include: 'Ready', 'Pending'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.Subscription">
            <summary>
            App Service Plan Subscription
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.AdminSiteName">
            <summary>
            App Service Plan administration site
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.HostingEnvironmentProfile">
            <summary>
            Specification for the hosting environment (App Service
            Environment) to use for the App Service Plan
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.MaximumNumberOfWorkers">
            <summary>
            Maximum number of instances that can be assigned to this App
            Service Plan
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.GeoRegion">
            <summary>
            Geographical location for the App Service Plan
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.PerSiteScaling">
            <summary>
            If True apps assigned to this App Service Plan can be scaled
            independently
            If False apps assigned to this App Service Plan will
            scale to all instances of the plan
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.NumberOfSites">
            <summary>
            Number of web apps assigned to this App Service Plan
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.ResourceGroup">
            <summary>
            Resource group of the serverfarm
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.ServerFarmWithRichSku.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Site">
            <summary>
            Represents a web app
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Site.#ctor">
            <summary>
            Initializes a new instance of the Site class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Site.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Collections.Generic.IList{System.String},System.String,System.Nullable{Microsoft.Azure.Management.WebSites.Models.UsageState},System.Nullable{System.Boolean},System.Collections.Generic.IList{System.String},System.Nullable{Microsoft.Azure.Management.WebSites.Models.SiteAvailabilityState},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.HostNameSslState},System.String,System.Nullable{System.DateTime},Microsoft.Azure.Management.WebSites.Models.SiteConfig,System.Collections.Generic.IList{System.String},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Microsoft.Azure.Management.WebSites.Models.CloningInfo,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the Site class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.SiteName">
            <summary>
            Name of web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.State">
            <summary>
            State of the web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.HostNames">
            <summary>
            Hostnames associated with web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.RepositorySiteName">
            <summary>
            Name of repository site
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.UsageState">
            <summary>
            State indicating whether web app has exceeded its quota usage.
            Possible values for this property include: 'Normal', 'Exceeded'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.Enabled">
            <summary>
            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.Site.EnabledHostNames">
            <summary>
            Hostnames for the web app that are enabled. Hostnames need to be
            assigned and enabled. If some hostnames are assigned but not
            enabled
            the app is not served on those hostnames
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.AvailabilityState">
            <summary>
            Management information availability state for the web app.
            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. Possible values for this property include: 'Normal',
            'Limited', 'DisasterRecoveryMode'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.HostNameSslStates">
            <summary>
            Hostname SSL states are used to manage the SSL bindings for
            site's hostnames.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.ServerFarmId">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.LastModifiedTimeUtc">
            <summary>
            Last time web app was modified in UTC
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.SiteConfig">
            <summary>
            Configuration of web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.TrafficManagerHostNames">
            <summary>
            Read-only list of Azure Traffic manager hostnames associated with
            web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.PremiumAppDeployed">
            <summary>
            If set indicates whether web app is deployed as a premium app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.ScmSiteAlsoStopped">
            <summary>
            If set indicates whether to stop SCM (KUDU) site when the web app
            is stopped. Default is false.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.TargetSwapSlot">
            <summary>
            Read-only property that specifies which slot this app will swap
            into
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.HostingEnvironmentProfile">
            <summary>
            Specification for the hosting environment (App Service
            Environment) to use for the web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.MicroService">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.GatewaySiteName">
            <summary>
            Name of gateway app associated with web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.ClientAffinityEnabled">
            <summary>
            Specifies if the client affinity is enabled when load balancing
            http request for multiple instances of the web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.ClientCertEnabled">
            <summary>
            Specifies if the client certificate is enabled for the web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.HostNamesDisabled">
            <summary>
            Specifies if the public hostnames are disabled the web app.
            If set to true the app is only accessible via API
            Management process
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.OutboundIpAddresses">
            <summary>
            List of comma separated IP addresses that this web app uses for
            outbound connections. Those can be used when configuring firewall
            rules for databases accessed by this web app.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.ContainerSize">
            <summary>
            Size of a function container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.MaxNumberOfWorkers">
            <summary>
            Maximum number of workers
            This only applies to function container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.CloningInfo">
            <summary>
            This is only valid for web app creation. If specified, web app is
            cloned from
            a source web app
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.ResourceGroup">
            <summary>
            Resource group web app belongs to
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.IsDefaultContainer">
            <summary>
            Site is a default container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Site.DefaultHostName">
            <summary>
            Default hostname of the web app
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Site.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings">
            <summary>
            Configuration settings for the Azure App Service Authentication /
            Authorization feature.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.#ctor">
            <summary>
            Initializes a new instance of the SiteAuthSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.#ctor(System.Nullable{System.Boolean},System.String,System.Nullable{Microsoft.Azure.Management.WebSites.Models.UnauthenticatedClientAction},System.Nullable{System.Boolean},System.Collections.Generic.IList{System.String},System.Nullable{Microsoft.Azure.Management.WebSites.Models.BuiltInAuthenticationProvider},System.String,System.String,System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},System.String,System.String,System.String,System.String,System.Collections.Generic.IList{System.String},System.String,System.String,System.Collections.Generic.IList{System.String},System.String,System.String,System.String,System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the SiteAuthSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.Enabled">
            <summary>
            Gets or sets a value indicating whether the Authentication /
            Authorization feature is enabled for the current app.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.HttpApiPrefixPath">
            <summary>
            Gets or sets the relative path prefix used by platform HTTP APIs.
            Changing this value is not recommended except for
            compatibility reasons.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.UnauthenticatedClientAction">
            <summary>
            Gets or sets the action to take when an unauthenticated client
            attempts to access the app. Possible values for this property
            include: 'RedirectToLoginPage', 'AllowAnonymous'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.TokenStoreEnabled">
            <summary>
            Gets or sets a value indicating whether to durably store
            platform-specific security tokens
            obtained during login flows. This capability is
            disabled by default.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.AllowedExternalRedirectUrls">
            <summary>
            Gets or sets a collection of external URLs that can be redirected
            to as part of logging in
            or logging out of the web app. Note that the query
            string part of the URL is ignored.
            This is an advanced setting typically only needed by
            Windows Store application backends.
            Note that URLs within the current domain are always
            implicitly allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.DefaultProvider">
            <summary>
            Gets or sets the default authentication provider to use when
            multiple providers are configured.
            This setting is only needed if multiple providers are
            configured and the unauthenticated client
            action is set to "RedirectToLoginPage". Possible
            values for this property include: 'AzureActiveDirectory',
            'Facebook', 'Google', 'MicrosoftAccount', 'Twitter'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.ClientId">
            <summary>
            Gets or sets the Client ID of this relying party application,
            known as the client_id.
            This setting is required for enabling OpenID
            Connection authentication with Azure Active Directory or
            other 3rd party OpenID Connect providers.
            More information on OpenID Connect:
            http://openid.net/specs/openid-connect-core-1_0.html
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.ClientSecret">
            <summary>
            Gets or sets the Client Secret of this relying party application
            (in Azure Active Directory, this is also referred to as the Key).
            This setting is optional. If no client secret is
            configured, the OpenID Connect implicit auth flow is used to
            authenticate end users.
            Otherwise, the OpenID Connect Authorization Code Flow
            is used to authenticate end users.
            More information on OpenID Connect:
            http://openid.net/specs/openid-connect-core-1_0.html
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.Issuer">
            <summary>
            Gets or sets the OpenID Connect Issuer URI that represents the
            entity which issues access tokens for this application.
            When using Azure Active Directory, this value is the
            URI of the directory tenant, e.g.
            https://sts.windows.net/{tenant-guid}/.
            This URI is a case-sensitive identifier for the token
            issuer.
            More information on OpenID Connect Discovery:
            http://openid.net/specs/openid-connect-discovery-1_0.html
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.AllowedAudiences">
            <summary>
            Gets or sets a list of allowed audience values to consider when
            validating JWTs issued by
            Azure Active Directory. Note that the
            {Microsoft.Web.Hosting.Administration.SiteAuthSettings.ClientId}
            value is always considered an
            allowed audience, regardless of this setting.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.AdditionalLoginParams">
            <summary>
            Gets or sets a list of login parameters to send to the OpenID
            Connect authorization endpoint when
            a user logs in. Each parameter must be in the form
            "key=value".
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.AadClientId">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.OpenIdIssuer">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.GoogleClientId">
            <summary>
            Gets or sets the OpenID Connect Client ID for the Google web
            application.
            This setting is required for enabling Google Sign-In.
            Google Sign-In documentation:
            https://developers.google.com/identity/sign-in/web/
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.GoogleClientSecret">
            <summary>
            Gets or sets the client secret associated with the Google web
            application.
            This setting is required for enabling Google Sign-In.
            Google Sign-In documentation:
            https://developers.google.com/identity/sign-in/web/
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.GoogleOAuthScopes">
            <summary>
            Gets or sets the OAuth 2.0 scopes that will be requested as part
            of Google Sign-In authentication.
            This setting is optional. If not specified, "openid",
            "profile", and "email" are used as default scopes.
            Google Sign-In documentation:
            https://developers.google.com/identity/sign-in/web/
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.FacebookAppId">
            <summary>
            Gets or sets the App ID of the Facebook app used for login.
            This setting is required for enabling Facebook Login.
            Facebook Login documentation:
            https://developers.facebook.com/docs/facebook-login
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.FacebookAppSecret">
            <summary>
            Gets or sets the App Secret of the Facebook app used for Facebook
            Login.
            This setting is required for enabling Facebook Login.
            Facebook Login documentation:
            https://developers.facebook.com/docs/facebook-login
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.FacebookOAuthScopes">
            <summary>
            Gets or sets the OAuth 2.0 scopes that will be requested as part
            of Facebook Login authentication.
            This setting is optional.
            Facebook Login documentation:
            https://developers.facebook.com/docs/facebook-login
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.TwitterConsumerKey">
            <summary>
            Gets or sets the OAuth 1.0a consumer key of the Twitter
            application used for sign-in.
            This setting is required for enabling Twitter Sign-In.
            Twitter Sign-In documentation:
            https://dev.twitter.com/web/sign-in
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.TwitterConsumerSecret">
            <summary>
            Gets or sets the OAuth 1.0a consumer secret of the Twitter
            application used for sign-in.
            This setting is required for enabling Twitter Sign-In.
            Twitter Sign-In documentation:
            https://dev.twitter.com/web/sign-in
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.MicrosoftAccountClientId">
            <summary>
            Gets or sets the OAuth 2.0 client ID that was created for the app
            used for authentication.
            This setting is required for enabling Microsoft
            Account authentication.
            Microsoft Account OAuth documentation:
            https://dev.onedrive.com/auth/msa_oauth.htm
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.MicrosoftAccountClientSecret">
            <summary>
            Gets or sets the OAuth 2.0 client secret that was created for the
            app used for authentication.
            This setting is required for enabling Microsoft
            Account authentication.
            Microsoft Account OAuth documentation:
            https://dev.onedrive.com/auth/msa_oauth.htm
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteAuthSettings.MicrosoftAccountOAuthScopes">
            <summary>
            Gets or sets the OAuth 2.0 scopes that will be requested as part
            of Microsoft Account authentication.
            This setting is optional. If not specified, "wl.basic"
            is used as the default scope.
            Microsoft Account Scopes and permissions
            documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteAvailabilityState">
            <summary>
            Defines values for SiteAvailabilityState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteCloneability">
            <summary>
            Represents whether or not a web app is cloneable
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteCloneability.#ctor">
            <summary>
            Initializes a new instance of the SiteCloneability class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteCloneability.#ctor(System.Nullable{Microsoft.Azure.Management.WebSites.Models.CloneAbilityResult},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.SiteCloneabilityCriterion},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.SiteCloneabilityCriterion},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.SiteCloneabilityCriterion})">
            <summary>
            Initializes a new instance of the SiteCloneability class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteCloneability.Result">
            <summary>
            Name of web app. Possible values for this property include:
            'Cloneable', 'PartiallyCloneable', 'NotCloneable'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteCloneability.BlockingFeatures">
            <summary>
            List of features enabled on web app that prevent cloning
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteCloneability.UnsupportedFeatures">
            <summary>
            List of features enabled on web app that are non-blocking but
            cannot be cloned. The web app can still be cloned
            but the features in this list will not be set up on
            cloned web app.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteCloneability.BlockingCharacteristics">
            <summary>
            List of blocking application characteristics
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteCloneability.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteCloneabilityCriterion">
            <summary>
            Represents a site cloneability criterion
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteCloneabilityCriterion.#ctor">
            <summary>
            Initializes a new instance of the SiteCloneabilityCriterion class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteCloneabilityCriterion.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the SiteCloneabilityCriterion class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteCloneabilityCriterion.Name">
            <summary>
            Name of criterion
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteCloneabilityCriterion.Description">
            <summary>
            Description of criterion
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteCollection">
            <summary>
            Collection of sites
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteCollection.#ctor">
            <summary>
            Initializes a new instance of the SiteCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.Site},System.String)">
            <summary>
            Initializes a new instance of the SiteCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteConfig">
            <summary>
            Configuration of Azure web site
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteConfig.#ctor">
            <summary>
            Initializes a new instance of the SiteConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteConfig.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Int32},System.Collections.Generic.IList{System.String},System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.NameValuePair},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.NameValuePair},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.ConnStringInfo},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.HandlerMapping},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.WebSites.Models.ManagedPipelineMode},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.VirtualApplication},System.Nullable{Microsoft.Azure.Management.WebSites.Models.SiteLoadBalancing},Microsoft.Azure.Management.WebSites.Models.Experiments,Microsoft.Azure.Management.WebSites.Models.SiteLimits,System.Nullable{System.Boolean},Microsoft.Azure.Management.WebSites.Models.AutoHealRules,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.CorsSettings,Microsoft.Azure.Management.WebSites.Models.ApiDefinitionInfo,System.String,System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.IpSecurityRestriction})">
            <summary>
            Initializes a new instance of the SiteConfig class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.NumberOfWorkers">
            <summary>
            Number of workers
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.DefaultDocuments">
            <summary>
            Default documents
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.NetFrameworkVersion">
            <summary>
            Net Framework Version
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.PhpVersion">
            <summary>
            Version of PHP
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.PythonVersion">
            <summary>
            Version of Python
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.RequestTracingEnabled">
            <summary>
            Enable request tracing
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.RequestTracingExpirationTime">
            <summary>
            Request tracing expiration time
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.RemoteDebuggingEnabled">
            <summary>
            Remote Debugging Enabled
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.RemoteDebuggingVersion">
            <summary>
            Remote Debugging Version
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.HttpLoggingEnabled">
            <summary>
            HTTP logging Enabled
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.LogsDirectorySizeLimit">
            <summary>
            HTTP Logs Directory size limit
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.DetailedErrorLoggingEnabled">
            <summary>
            Detailed error logging enabled
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.PublishingUsername">
            <summary>
            Publishing user name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.PublishingPassword">
            <summary>
            Publishing password
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.AppSettings">
            <summary>
            Application Settings
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.Metadata">
            <summary>
            Site Metadata
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.ConnectionStrings">
            <summary>
            Connection strings
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.HandlerMappings">
            <summary>
            Handler mappings
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.DocumentRoot">
            <summary>
            Document root
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.ScmType">
            <summary>
            SCM type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.Use32BitWorkerProcess">
            <summary>
            Use 32 bit worker process
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.WebSocketsEnabled">
            <summary>
            Web socket enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.AlwaysOn">
            <summary>
            Always On
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.JavaVersion">
            <summary>
            Java version
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.JavaContainer">
            <summary>
            Java container
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.JavaContainerVersion">
            <summary>
            Java container version
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.ManagedPipelineMode">
            <summary>
            Managed pipeline mode. Possible values for this property include:
            'Integrated', 'Classic'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.VirtualApplications">
            <summary>
            Virtual applications
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.LoadBalancing">
            <summary>
            Site load balancing. Possible values for this property include:
            'WeightedRoundRobin', 'LeastRequests', 'LeastResponseTime',
            'WeightedTotalTraffic', 'RequestHash'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.Experiments">
            <summary>
            This is work around for polymophic types
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.Limits">
            <summary>
            Site limits
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.AutoHealEnabled">
            <summary>
            Auto heal enabled
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.AutoHealRules">
            <summary>
            Auto heal rules
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.TracingOptions">
            <summary>
            Tracing options
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.VnetName">
            <summary>
            Vnet name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.Cors">
            <summary>
            Cross-Origin Resource Sharing (CORS) settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.ApiDefinition">
            <summary>
            Information about the formal API definition for the web app.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.AutoSwapSlotName">
            <summary>
            Auto swap slot name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.LocalMySqlEnabled">
            <summary>
            Local mysql enabled
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteConfig.IpSecurityRestrictions">
            <summary>
            Ip Security restrictions
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteConfig.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteInstance">
            <summary>
            Instance of a web app
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteInstance.#ctor">
            <summary>
            Initializes a new instance of the SiteInstance class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteInstance.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)">
            <summary>
            Initializes a new instance of the SiteInstance class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteInstance.SiteInstanceName">
            <summary>
            Name of instance
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteInstance.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteInstanceCollection">
            <summary>
            Collection of site instances
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteInstanceCollection.#ctor">
            <summary>
            Initializes a new instance of the SiteInstanceCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteInstanceCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.SiteInstance},System.String)">
            <summary>
            Initializes a new instance of the SiteInstanceCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteInstanceCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteInstanceCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteLimits">
            <summary>
            Represents metric limits set on a web app.
            </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="M:Microsoft.Azure.Management.WebSites.Models.SiteLimits.#ctor(System.Nullable{System.Double},System.Nullable{System.Int64},System.Nullable{System.Int64})">
            <summary>
            Initializes a new instance of the SiteLimits class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteLimits.MaxPercentageCpu">
            <summary>
            Maximum allowed CPU usage percentage
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteLimits.MaxMemoryInMb">
            <summary>
            Maximum allowed memory usage in MB
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteLimits.MaxDiskSizeInMb">
            <summary>
            Maximum allowed disk size usage in MB
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteLoadBalancing">
            <summary>
            Defines values for SiteLoadBalancing.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig">
            <summary>
            Configuration of Azure web site
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig.#ctor">
            <summary>
            Initializes a new instance of the SiteLogsConfig class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.WebSites.Models.ApplicationLogsConfig,Microsoft.Azure.Management.WebSites.Models.HttpLogsConfig,Microsoft.Azure.Management.WebSites.Models.EnabledConfig,Microsoft.Azure.Management.WebSites.Models.EnabledConfig)">
            <summary>
            Initializes a new instance of the SiteLogsConfig class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig.ApplicationLogs">
            <summary>
            Application logs configuration
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig.HttpLogs">
            <summary>
            Http logs configuration
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig.FailedRequestsTracing">
            <summary>
            Failed requests tracing configuration
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig.DetailedErrorMessages">
            <summary>
            Detailed error messages configuration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteProperties">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteProperties.#ctor">
            <summary>
            Initializes a new instance of the SiteProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteProperties.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.NameValuePair},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.NameValuePair},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.NameValuePair})">
            <summary>
            Initializes a new instance of the SiteProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteProperties.Metadata">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteProperties.Properties">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteProperties.AppSettings">
            <summary>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SiteSourceControl">
            <summary>
            Describes the source control configuration for web app
            </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,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the SiteSourceControl class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControl.RepoUrl">
            <summary>
            Repository or source control url
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControl.Branch">
            <summary>
            Name of branch to use for deployment
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControl.IsManualIntegration">
            <summary>
            Whether to manual or continuous integration
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControl.DeploymentRollbackEnabled">
            <summary>
            Whether to manual or continuous integration
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SiteSourceControl.IsMercurial">
            <summary>
            Mercurial or Git repository type
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SiteSourceControl.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SkuCapacity">
            <summary>
            Description of the App Service Plan scale options
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SkuCapacity.#ctor">
            <summary>
            Initializes a new instance of the SkuCapacity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SkuCapacity.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the SkuCapacity class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuCapacity.Minimum">
            <summary>
            Minimum number of Workers for this App Service Plan SKU
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuCapacity.Maximum">
            <summary>
            Maximum number of Workers for this App Service Plan SKU
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuCapacity.DefaultProperty">
            <summary>
            Default number of Workers for this App Service Plan SKU
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuCapacity.ScaleType">
            <summary>
            Available scale configurations for an App Service Plan
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SkuDescription">
            <summary>
            Describes a sku for a scalable resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SkuDescription.#ctor">
            <summary>
            Initializes a new instance of the SkuDescription class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SkuDescription.#ctor(System.String,System.String,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the SkuDescription class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuDescription.Name">
            <summary>
            Name of the resource sku
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuDescription.Tier">
            <summary>
            Service Tier of the resource sku
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuDescription.Size">
            <summary>
            Size specifier of the resource sku
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuDescription.Family">
            <summary>
            Family code of the resource sku
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuDescription.Capacity">
            <summary>
            Current number of instances assigned to the resource
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SkuInfo">
            <summary>
            Sku discovery information
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SkuInfo.#ctor">
            <summary>
            Initializes a new instance of the SkuInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SkuInfo.#ctor(System.String,Microsoft.Azure.Management.WebSites.Models.SkuDescription,Microsoft.Azure.Management.WebSites.Models.SkuCapacity)">
            <summary>
            Initializes a new instance of the SkuInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuInfo.ResourceType">
            <summary>
            Resource type that this sku applies to
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuInfo.Sku">
            <summary>
            Name and tier of the sku
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuInfo.Capacity">
            <summary>
            Min, max, and default scale values of the sku
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SkuInfoCollection">
            <summary>
            Collection of SkuInfos
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SkuInfoCollection.#ctor">
            <summary>
            Initializes a new instance of the SkuInfoCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SkuInfoCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.SkuInfo},System.String)">
            <summary>
            Initializes a new instance of the SkuInfoCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuInfoCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SkuInfoCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SlotConfigNames">
            <summary>
            Class containing names for connection strings and application settings
            to be marked as sticky to the slot
            and not moved during swap operation
            This is valid for all deployment slots under the site
            </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="M:Microsoft.Azure.Management.WebSites.Models.SlotConfigNames.#ctor(System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the SlotConfigNames class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotConfigNames.ConnectionStringNames">
            <summary>
            List of connection string names
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotConfigNames.AppSettingNames">
            <summary>
            List of application settings names
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource">
            <summary>
            Slot Config names azure resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource.#ctor">
            <summary>
            Initializes a new instance of the SlotConfigNamesResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the SlotConfigNamesResource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource.ConnectionStringNames">
            <summary>
            List of connection string names
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource.AppSettingNames">
            <summary>
            List of application settings names
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotConfigNamesResource.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SlotDifference">
            <summary>
            An object describing the difference in setting values between two web
            app slots
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotDifference.#ctor">
            <summary>
            Initializes a new instance of the SlotDifference class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotDifference.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the SlotDifference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotDifference.SlotDifferenceType">
            <summary>
            Indicates the type of the difference: Information, Warning or
            Error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotDifference.SettingType">
            <summary>
            The type of the settings: General, AppSetting or ConnectionString
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotDifference.DiffRule">
            <summary>
            Rule that describes how to process the difference in settings
            during web app slot swap.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotDifference.SettingName">
            <summary>
            Name of the setting
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotDifference.ValueInCurrentSlot">
            <summary>
            Value of the setting in the current web app slot
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotDifference.ValueInTargetSlot">
            <summary>
            Value of the setting in the target web app slot
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotDifference.Description">
            <summary>
            Description of the difference
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotDifference.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SlotDifferenceCollection">
            <summary>
            Collection of Slot Differences
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotDifferenceCollection.#ctor">
            <summary>
            Initializes a new instance of the SlotDifferenceCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlotDifferenceCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.SlotDifference},System.String)">
            <summary>
            Initializes a new instance of the SlotDifferenceCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotDifferenceCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlotDifferenceCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SlowRequestsBasedTrigger">
            <summary>
            SlowRequestsBasedTrigger
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlowRequestsBasedTrigger.#ctor">
            <summary>
            Initializes a new instance of the SlowRequestsBasedTrigger class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SlowRequestsBasedTrigger.#ctor(System.String,System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the SlowRequestsBasedTrigger class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlowRequestsBasedTrigger.TimeTaken">
            <summary>
            TimeTaken
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlowRequestsBasedTrigger.Count">
            <summary>
            Count
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SlowRequestsBasedTrigger.TimeInterval">
            <summary>
            TimeInterval
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SourceControl">
            <summary>
            Describes the Source Control OAuth Token
            </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,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the SourceControl class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControl.SourceControlName">
            <summary>
            Name or Source Control Type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControl.Token">
            <summary>
            OAuth Access Token
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControl.TokenSecret">
            <summary>
            OAuth Access Token Secret
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControl.RefreshToken">
            <summary>
            OAuth Refresh Token
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControl.ExpirationTime">
            <summary>
            OAuth Token Expiration
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControl.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SourceControlCollection">
            <summary>
            Collection of soure controls
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControlCollection.#ctor">
            <summary>
            Initializes a new instance of the SourceControlCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.SourceControlCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.SourceControl},System.String)">
            <summary>
            Initializes a new instance of the SourceControlCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControlCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.SourceControlCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.SslState">
            <summary>
            Defines values for SslState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.StampCapacity">
            <summary>
            Class containing stamp capacity information
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.StampCapacity.#ctor">
            <summary>
            Initializes a new instance of the StampCapacity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.StampCapacity.#ctor(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.String,System.Nullable{Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions},System.Nullable{Microsoft.Azure.Management.WebSites.Models.WorkerSizeOptions},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the StampCapacity class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacity.Name">
            <summary>
            Name of the stamp
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacity.AvailableCapacity">
            <summary>
            Available capacity (# of machines, bytes of storage etc...)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacity.TotalCapacity">
            <summary>
            Total capacity (# of machines, bytes of storage etc...)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacity.Unit">
            <summary>
            Name of the unit
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacity.ComputeMode">
            <summary>
            Shared/Dedicated workers. Possible values for this property
            include: 'Shared', 'Dedicated'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacity.WorkerSize">
            <summary>
            Size of the machines. Possible values for this property include:
            'Default', 'Small', 'Medium', 'Large'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacity.WorkerSizeId">
            <summary>
            Size Id of machines:
            0 - Small
            1 - Medium
            2 - Large
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacity.ExcludeFromCapacityAllocation">
            <summary>
            If true it includes basic sites
            Basic sites are not used for capacity allocation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacity.IsApplicableForAllComputeModes">
            <summary>
            Is capacity applicable for all sites?
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacity.SiteMode">
            <summary>
            Shared or Dedicated
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.StampCapacityCollection">
            <summary>
            Collection of stamp capacities
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.StampCapacityCollection.#ctor">
            <summary>
            Initializes a new instance of the StampCapacityCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.StampCapacityCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.StampCapacity},System.String)">
            <summary>
            Initializes a new instance of the StampCapacityCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacityCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StampCapacityCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.StatusCodesBasedTrigger">
            <summary>
            StatusCodeBasedTrigger
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.StatusCodesBasedTrigger.#ctor">
            <summary>
            Initializes a new instance of the StatusCodesBasedTrigger class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.StatusCodesBasedTrigger.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String)">
            <summary>
            Initializes a new instance of the StatusCodesBasedTrigger class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StatusCodesBasedTrigger.Status">
            <summary>
            HTTP status code
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StatusCodesBasedTrigger.SubStatus">
            <summary>
            SubStatus
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StatusCodesBasedTrigger.Win32Status">
            <summary>
            Win32 error code
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StatusCodesBasedTrigger.Count">
            <summary>
            Count
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StatusCodesBasedTrigger.TimeInterval">
            <summary>
            TimeInterval
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.StatusOptions">
            <summary>
            Defines values for StatusOptions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.StringDictionary">
            <summary>
            String dictionary resource
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.StringDictionary.#ctor">
            <summary>
            Initializes a new instance of the StringDictionary class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.StringDictionary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the StringDictionary class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.StringDictionary.Properties">
            <summary>
            Settings
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.StringDictionary.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreement">
            <summary>
            Represents a legal agreement for top level domain
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreement.#ctor">
            <summary>
            Initializes a new instance of the TldLegalAgreement class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreement.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the TldLegalAgreement class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreement.AgreementKey">
            <summary>
            Unique identifier for the agreement
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreement.Title">
            <summary>
            Agreement title
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreement.Content">
            <summary>
            Agreement details
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreement.Url">
            <summary>
            Url where a copy of the agreement details is hosted
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreementCollection">
            <summary>
            Collection of Tld Legal Agreements
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreementCollection.#ctor">
            <summary>
            Initializes a new instance of the TldLegalAgreementCollection
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreementCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.TldLegalAgreement},System.String)">
            <summary>
            Initializes a new instance of the TldLegalAgreementCollection
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreementCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.TldLegalAgreementCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.TopLevelDomain">
            <summary>
            A top level domain object
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.TopLevelDomain.#ctor">
            <summary>
            Initializes a new instance of the TopLevelDomain class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.TopLevelDomain.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the TopLevelDomain class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.TopLevelDomain.TopLevelDomainName">
            <summary>
            Name of the top level domain
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.TopLevelDomain.Privacy">
            <summary>
            If true then the top level domain supports domain privacy
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.TopLevelDomain.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption">
            <summary>
            Options for retrieving the list of top level domain legal agreements
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption.#ctor">
            <summary>
            Initializes a new instance of the TopLevelDomainAgreementOption
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption.#ctor(System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the TopLevelDomainAgreementOption
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption.IncludePrivacy">
            <summary>
            If true then the list of agreements will inclue agreements for
            domain privacy as well.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.TopLevelDomainCollection">
            <summary>
            Collection of Top Level Domains
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.TopLevelDomainCollection.#ctor">
            <summary>
            Initializes a new instance of the TopLevelDomainCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.TopLevelDomainCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.TopLevelDomain},System.String)">
            <summary>
            Initializes a new instance of the TopLevelDomainCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.TopLevelDomainCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.TopLevelDomainCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.UnauthenticatedClientAction">
            <summary>
            Defines values for UnauthenticatedClientAction.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.Usage">
            <summary>
            Class that represents usage of the quota resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Usage.#ctor">
            <summary>
            Initializes a new instance of the Usage class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Usage.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.DateTime},System.Nullable{Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions},System.String)">
            <summary>
            Initializes a new instance of the Usage class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Usage.DisplayName">
            <summary>
            Friendly name shown in the UI
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Usage.UsageName">
            <summary>
            Name of the quota
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Usage.ResourceName">
            <summary>
            Name of the quota resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Usage.Unit">
            <summary>
            Units of measurement for the quota resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Usage.CurrentValue">
            <summary>
            The current value of the resource counter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Usage.Limit">
            <summary>
            The resource limit
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Usage.NextResetTime">
            <summary>
            Next reset time for the resource counter
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Usage.ComputeMode">
            <summary>
            ComputeMode used for this usage. Possible values for this property
            include: 'Shared', 'Dedicated'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.Usage.SiteMode">
            <summary>
            SiteMode used for this usage
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.Usage.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.UsageCollection">
            <summary>
            Collection of usages
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.UsageCollection.#ctor">
            <summary>
            Initializes a new instance of the UsageCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.UsageCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.Usage},System.String)">
            <summary>
            Initializes a new instance of the UsageCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.UsageCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.UsageCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.UsageState">
            <summary>
            Defines values for UsageState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.User">
            <summary>
            Represents user crendentials used for publishing activity
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.User.#ctor">
            <summary>
            Initializes a new instance of the User class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.User.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the User class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.User.UserName">
            <summary>
            Username (internal)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.User.PublishingUserName">
            <summary>
            Username used for publishing
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.User.PublishingPassword">
            <summary>
            Password used for publishing
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.User.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.VirtualApplication">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VirtualApplication.#ctor">
            <summary>
            Initializes a new instance of the VirtualApplication class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VirtualApplication.#ctor(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.VirtualDirectory})">
            <summary>
            Initializes a new instance of the VirtualApplication class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualApplication.VirtualPath">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualApplication.PhysicalPath">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualApplication.PreloadEnabled">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualApplication.VirtualDirectories">
            <summary>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.VirtualDirectory">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VirtualDirectory.#ctor">
            <summary>
            Initializes a new instance of the VirtualDirectory class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VirtualDirectory.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the VirtualDirectory class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualDirectory.VirtualPath">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualDirectory.PhysicalPath">
            <summary>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping">
            <summary>
            Class that represents a VIP mapping
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping.#ctor">
            <summary>
            Initializes a new instance of the VirtualIPMapping class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the VirtualIPMapping class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping.VirtualIP">
            <summary>
            Virtual IP address
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping.InternalHttpPort">
            <summary>
            Internal HTTP port
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping.InternalHttpsPort">
            <summary>
            Internal HTTPS port
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping.InUse">
            <summary>
            Is VIP mapping in use
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile">
            <summary>
            Specification for using a virtual network
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile.#ctor">
            <summary>
            Initializes a new instance of the VirtualNetworkProfile class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the VirtualNetworkProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile.Id">
            <summary>
            Resource id of the virtual network
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile.Name">
            <summary>
            Name of the virtual network (read-only)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile.Type">
            <summary>
            Resource type of the virtual network (read-only)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile.Subnet">
            <summary>
            Subnet within the virtual network
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.VnetGateway">
            <summary>
            The VnetGateway contract. This is used to give the vnet gateway access
            to the VPN package.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VnetGateway.#ctor">
            <summary>
            Initializes a new instance of the VnetGateway class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VnetGateway.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String)">
            <summary>
            Initializes a new instance of the VnetGateway class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VnetGateway.VnetName">
            <summary>
            The VNET name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VnetGateway.VpnPackageUri">
            <summary>
            The URI where the Vpn package can be downloaded
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VnetGateway.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.VnetInfo">
            <summary>
            VNETInfo contract. This contract is public and is a stripped down
            version of VNETInfoInternal
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VnetInfo.#ctor">
            <summary>
            Initializes a new instance of the VnetInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VnetInfo.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.VnetRoute},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the VnetInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VnetInfo.VnetResourceId">
            <summary>
            The vnet resource id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VnetInfo.CertThumbprint">
            <summary>
            The client certificate thumbprint
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VnetInfo.CertBlob">
            <summary>
            A certificate file (.cer) blob containing the public key of the
            private key used to authenticate a
            Point-To-Site VPN connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VnetInfo.Routes">
            <summary>
            The routes that this virtual network connection uses.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VnetInfo.ResyncRequired">
            <summary>
            Flag to determine if a resync is required
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VnetInfo.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.VnetRoute">
            <summary>
            VnetRoute contract used to pass routing information for a vnet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VnetRoute.#ctor">
            <summary>
            Initializes a new instance of the VnetRoute class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VnetRoute.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the VnetRoute class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VnetRoute.VnetRouteName">
            <summary>
            The name of this route. This is only returned by the server and
            does not need to be set by the client.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VnetRoute.StartAddress">
            <summary>
            The starting address for this route. This may also include a CIDR
            notation, in which case the end address must not be specified.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VnetRoute.EndAddress">
            <summary>
            The ending address for this route. If the start address is
            specified in CIDR notation, this must be omitted.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.VnetRoute.RouteType">
            <summary>
            The type of route this is:
            DEFAULT - By default, every web app has routes to the
            local address ranges specified by RFC1918
            INHERITED - Routes inherited from the real Virtual
            Network routes
            STATIC - Static route set on the web app only
             
            These values will be used for syncing a Web App's
            routes with those from a Virtual Network. This operation will
            clear all DEFAULT and INHERITED routes and replace them
            with new INHERITED routes.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.VnetRoute.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WorkerPool">
            <summary>
            Worker pool of a hostingEnvironment (App Service Environment)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WorkerPool.#ctor">
            <summary>
            Initializes a new instance of the WorkerPool class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WorkerPool.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.WebSites.Models.SkuDescription,System.Nullable{System.Int32},System.Nullable{Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions},System.String,System.Nullable{System.Int32},System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the WorkerPool class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WorkerPool.Sku">
            <summary>
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WorkerPool.WorkerSizeId">
            <summary>
            Worker size id for referencing this worker pool
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WorkerPool.ComputeMode">
            <summary>
            Shared or dedicated web app hosting. Possible values for this
            property include: 'Shared', 'Dedicated'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WorkerPool.WorkerSize">
            <summary>
            VM size of the worker pool instances
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WorkerPool.WorkerCount">
            <summary>
            Number of instances in the worker pool
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WorkerPool.InstanceNames">
            <summary>
            Names of all instances in the worker pool (read only)
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WorkerPool.Validate">
            <summary>
            Validate the object. Throws ValidationException if validation fails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WorkerPoolCollection">
            <summary>
            Collection of worker pools
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WorkerPoolCollection.#ctor">
            <summary>
            Initializes a new instance of the WorkerPoolCollection class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.WebSites.Models.WorkerPoolCollection.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.WebSites.Models.WorkerPool},System.String)">
            <summary>
            Initializes a new instance of the WorkerPoolCollection class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WorkerPoolCollection.Value">
            <summary>
            Collection of resources
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.WebSites.Models.WorkerPoolCollection.NextLink">
            <summary>
            Link to next page of resources
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.WebSites.Models.WorkerSizeOptions">
            <summary>
            Defines values for WorkerSizeOptions.
            </summary>
        </member>
    </members>
</doc>