Services/Microsoft.WindowsAzure.Management.Network.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.WindowsAzure.Management.Network</name>
    </assembly>
    <members>
        <member name="T:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations">
            <summary>
            The Application Gateway Management API includes operations for managing
            application gateways in your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.#ctor(Microsoft.WindowsAzure.Management.Network.NetworkManagementClient)">
            <summary>
            Initializes a new instance of the ApplicationGatewayOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.AddCertificateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate,System.Threading.CancellationToken)">
            <summary>
            The Add certificate operation adds the ssl certificate to the
            application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='certificateName'>
            Required. Certificate name
            </param>
            <param name='certificate'>
            Required. The application gateway ssl certificate
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.BeginAddCertificateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate,System.Threading.CancellationToken)">
            <summary>
            The Begin Add certificate operation adds the ssl certificate to the
            application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='certificateName'>
            Required. Certificate name
            </param>
            <param name='certificate'>
            Required. The application gateway ssl certificate
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.BeginCreateApplicationGatewayAsync(Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Create Application Gateway operation creates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the Begin CreateApplication
            Gateway request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.BeginDeleteApplicationGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Delete Application Gateway operation deletes Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.BeginDeleteApplicationGatewayCertificateAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Delete Application Gateway certificate. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='certificateName'>
            Required. The name of the certificate.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.BeginExecuteOperationAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation,System.Threading.CancellationToken)">
            <summary>
            The Execute Application Gateway Operation executes specified
            operation on Application Gateway . (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. Name of the gateway
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Execute Operation
            request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.BeginSetConfigAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Application Gateway config operation sets the
            specified config on the application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='config'>
            Required. The Begin Set Application Gateway Config operation sets
            the specified config on the application gateway
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.BeginUpdateApplicationGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Update Application Gateway operation updates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='updateParameters'>
            Required. Parameters supplied to the Begin UpdateApplication
            Gateway request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.CreateAsync(Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Application Gateway operation creates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to CreateApplication Gateway request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Application Gateway operation deletes Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.DeleteCertificateAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Application Gateway certificate operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='certificateName'>
            Required. The name of the certificate.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.ExecuteOperationAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation,System.Threading.CancellationToken)">
            <summary>
            The Execute Application Gateway Operation executes specofoed
            operation in the Application Gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. Name of the gateway
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Execute Operation request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Application Gateway operation retrieves the application
            gateway provisioned for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains details of the application gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.GetCertificateAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Application Gateway certificate operation retrieves the ssl
            certificate provisioned for the given gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='certificateName'>
            Required. The name of the certificate.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response of GetApplicationGatewayCertificate request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.GetConfigAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Application Gateway Configuration operation retrieves the
            configuration of the gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. The id of the gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a GetApplicationGatewayConfiguation request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Application Gateway operation retrieves all application
            gateays for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response of ListApplicationGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.ListCertificateAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Application Gateway certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a ListApplicationGatewayCertificate request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.SetConfigAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration,System.Threading.CancellationToken)">
            <summary>
            The Set Application Gateway Config operation sets the specified
            config on the application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='config'>
            Required. Parameters supplied to Set Application Gateway config
            request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Application Gateway operation updates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='updateParameters'>
            Required. Parameters supplied to UpdateApplication Gateway request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.AddCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate)">
            <summary>
            The Add certificate operation adds the ssl certificate to the
            application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='certificateName'>
            Required. Certificate name
            </param>
            <param name='certificate'>
            Required. The application gateway ssl certificate
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.AddCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate)">
            <summary>
            The Add certificate operation adds the ssl certificate to the
            application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='certificateName'>
            Required. Certificate name
            </param>
            <param name='certificate'>
            Required. The application gateway ssl certificate
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginAddCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate)">
            <summary>
            The Begin Add certificate operation adds the ssl certificate to the
            application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='certificateName'>
            Required. Certificate name
            </param>
            <param name='certificate'>
            Required. The application gateway ssl certificate
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginAddCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate)">
            <summary>
            The Begin Add certificate operation adds the ssl certificate to the
            application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='certificateName'>
            Required. Certificate name
            </param>
            <param name='certificate'>
            Required. The application gateway ssl certificate
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginCreateApplicationGateway(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters)">
            <summary>
            The Begin Create Application Gateway operation creates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin CreateApplication
            Gateway request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginCreateApplicationGatewayAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters)">
            <summary>
            The Begin Create Application Gateway operation creates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin CreateApplication
            Gateway request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGateway(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The Begin Delete Application Gateway operation deletes Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The Begin Delete Application Gateway operation deletes Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)">
            <summary>
            The Begin Delete Application Gateway certificate. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='certificateName'>
            Required. The name of the certificate.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)">
            <summary>
            The Begin Delete Application Gateway certificate. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='certificateName'>
            Required. The name of the certificate.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginExecuteOperation(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation)">
            <summary>
            The Execute Application Gateway Operation executes specified
            operation on Application Gateway . (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Execute Operation
            request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginExecuteOperationAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation)">
            <summary>
            The Execute Application Gateway Operation executes specified
            operation on Application Gateway . (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Execute Operation
            request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginSetConfig(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration)">
            <summary>
            The Begin Set Application Gateway config operation sets the
            specified config on the application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='config'>
            Required. The Begin Set Application Gateway Config operation sets
            the specified config on the application gateway
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginSetConfigAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration)">
            <summary>
            The Begin Set Application Gateway config operation sets the
            specified config on the application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='config'>
            Required. The Begin Set Application Gateway Config operation sets
            the specified config on the application gateway
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginUpdateApplicationGateway(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters)">
            <summary>
            The Begin Update Application Gateway operation updates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='updateParameters'>
            Required. Parameters supplied to the Begin UpdateApplication
            Gateway request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginUpdateApplicationGatewayAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters)">
            <summary>
            The Begin Update Application Gateway operation updates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='updateParameters'>
            Required. Parameters supplied to the Begin UpdateApplication
            Gateway request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters)">
            <summary>
            The Create Application Gateway operation creates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to CreateApplication Gateway request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters)">
            <summary>
            The Create Application Gateway operation creates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to CreateApplication Gateway request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The Delete Application Gateway operation deletes Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The Delete Application Gateway operation deletes Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.DeleteCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)">
            <summary>
            The Delete Application Gateway certificate operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='certificateName'>
            Required. The name of the certificate.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.DeleteCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)">
            <summary>
            The Delete Application Gateway certificate operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='certificateName'>
            Required. The name of the certificate.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ExecuteOperation(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation)">
            <summary>
            The Execute Application Gateway Operation executes specofoed
            operation in the Application Gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Execute Operation request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ExecuteOperationAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation)">
            <summary>
            The Execute Application Gateway Operation executes specofoed
            operation in the Application Gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Execute Operation request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The Get Application Gateway operation retrieves the application
            gateway provisioned for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <returns>
            The response body contains details of the application gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The Get Application Gateway operation retrieves the application
            gateway provisioned for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <returns>
            The response body contains details of the application gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)">
            <summary>
            The Get Application Gateway certificate operation retrieves the ssl
            certificate provisioned for the given gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='certificateName'>
            Required. The name of the certificate.
            </param>
            <returns>
            Response of GetApplicationGatewayCertificate request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)">
            <summary>
            The Get Application Gateway certificate operation retrieves the ssl
            certificate provisioned for the given gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway.
            </param>
            <param name='certificateName'>
            Required. The name of the certificate.
            </param>
            <returns>
            Response of GetApplicationGatewayCertificate request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetConfig(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The Get Application Gateway Configuration operation retrieves the
            configuration of the gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The id of the gateway.
            </param>
            <returns>
            The response to a GetApplicationGatewayConfiguation request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetConfigAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The Get Application Gateway Configuration operation retrieves the
            configuration of the gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. The id of the gateway.
            </param>
            <returns>
            The response to a GetApplicationGatewayConfiguation request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.List(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations)">
            <summary>
            The List Application Gateway operation retrieves all application
            gateays for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <returns>
            The response of ListApplicationGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations)">
            <summary>
            The List Application Gateway operation retrieves all application
            gateays for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <returns>
            The response of ListApplicationGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ListCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The List Application Gateway certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <returns>
            The response to a ListApplicationGatewayCertificate request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ListCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)">
            <summary>
            The List Application Gateway certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <returns>
            The response to a ListApplicationGatewayCertificate request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.SetConfig(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration)">
            <summary>
            The Set Application Gateway Config operation sets the specified
            config on the application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='config'>
            Required. Parameters supplied to Set Application Gateway config
            request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.SetConfigAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration)">
            <summary>
            The Set Application Gateway Config operation sets the specified
            config on the application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='config'>
            Required. Parameters supplied to Set Application Gateway config
            request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters)">
            <summary>
            The Update Application Gateway operation updates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='updateParameters'>
            Required. Parameters supplied to UpdateApplication Gateway request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters)">
            <summary>
            The Update Application Gateway operation updates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
            </param>
            <param name='gatewayName'>
            Required. Gateway name
            </param>
            <param name='updateParameters'>
            Required. Parameters supplied to UpdateApplication Gateway request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperations">
            <summary>
            The Network Management API includes operations for managing the client
            root certificates for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperations.#ctor(Microsoft.WindowsAzure.Management.Network.NetworkManagementClient)">
            <summary>
            Initializes a new instance of the ClientRootCertificateOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Upload Client Root Certificate operation is used to upload a
            new client root certificate to Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205129.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Upload Client Root Certificate
            Virtual Network Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Client Root Certificate operation deletes a previously
            uploaded client root certificate from Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205128.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='certificateThumbprint'>
            Required. The X509 certificate thumbprint.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Client Root Certificate operation returns the public
            portion of a previously uploaded client root certificate in a
            base-64-encoded format from Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205127.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='certificateThumbprint'>
            Required. The X509 certificate thumbprint.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response to the Get Client Root Certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Client Root Certificates operation returns a list of all
            the client root certificates that are associated with the
            specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response for the List Client Root Certificates operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperationsExtensions">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParameters)">
            <summary>
            The Upload Client Root Certificate operation is used to upload a
            new client root certificate to Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205129.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Upload Client Root Certificate
            Virtual Network Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParameters)">
            <summary>
            The Upload Client Root Certificate operation is used to upload a
            new client root certificate to Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205129.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Upload Client Root Certificate
            Virtual Network Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations,System.String,System.String)">
            <summary>
            The Delete Client Root Certificate operation deletes a previously
            uploaded client root certificate from Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205128.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='certificateThumbprint'>
            Required. The X509 certificate thumbprint.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations,System.String,System.String)">
            <summary>
            The Delete Client Root Certificate operation deletes a previously
            uploaded client root certificate from Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205128.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='certificateThumbprint'>
            Required. The X509 certificate thumbprint.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations,System.String,System.String)">
            <summary>
            The Get Client Root Certificate operation returns the public
            portion of a previously uploaded client root certificate in a
            base-64-encoded format from Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205127.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='certificateThumbprint'>
            Required. The X509 certificate thumbprint.
            </param>
            <returns>
            Response to the Get Client Root Certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations,System.String,System.String)">
            <summary>
            The Get Client Root Certificate operation returns the public
            portion of a previously uploaded client root certificate in a
            base-64-encoded format from Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205127.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='certificateThumbprint'>
            Required. The X509 certificate thumbprint.
            </param>
            <returns>
            Response to the Get Client Root Certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperationsExtensions.List(Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations,System.String)">
            <summary>
            The List Client Root Certificates operation returns a list of all
            the client root certificates that are associated with the
            specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            The response for the List Client Root Certificates operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations,System.String)">
            <summary>
            The List Client Root Certificates operation returns a list of all
            the client root certificates that are associated with the
            specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            The response for the List Client Root Certificates operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.GatewayOperations">
            <summary>
            The Network Management API includes operations for managing the
            gateways for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.#ctor(Microsoft.WindowsAzure.Management.Network.NetworkManagementClient)">
            <summary>
            Initializes a new instance of the GatewayOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.GatewayOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginConnectDisconnectOrTestingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters,System.Threading.CancellationToken)">
            <summary>
            To connect to, disconnect from, or test your connection to a local
            network site, access the connection resource representing the
            local network and specify Connect, Disconnect or Test to perform
            the desired operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkSiteName'>
            Required. The name of the site to connect to.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Connect Disconnect Or
            Testing Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginCreatingAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Virtual network Gateway operation creates a new
            network gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Virtual Network
            Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginCreatingGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Virtual network Gateway connection operation
            creates a new network gateway connection.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Gateway
            Connection operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginCreatingVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Virtual network Gateway operation creates a new
            network gateway.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Virtual Network
            Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginDeletingAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleting Virtual Network Gateway operation deletes a
            network gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginDeletingGatewayConnectionAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleting Virtual Network Gateway connection deletes a
            network gateway connection.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginDeletingVirtualNetworkGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleting Virtual Network Gateway operation deletes a
            network gateway
            </summary>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginFailoverAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Failover Virtual Network Gateway operation causes a
            network gateway failover for the specified virtual network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network in Azure.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginGenerateVpnClientPackageAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters,System.Threading.CancellationToken)">
            <summary>
            The Generate VPN Client Package operation creates a VPN client
            package for the specified virtual network and gateway in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205126.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Generate VPN Client Package
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginRemoveDefaultSitesAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Remove Virtual Network Gateway Shared Key operation
            removes the default sites on the virtual network gateway for the
            specified virtual network.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginResetAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Reset Virtual Network
            Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginResetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual Network Gateway Shared Key operation resets
            the shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Reset Shared Key request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginResetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual Network Gateway Shared Key V2 operation
            resets the shared key used between the gateway and customer vpn.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Reset Shared Key V2 request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginResetVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Reset Virtual Network
            Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginResizeAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Resize Virtual Network
            Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginResizeVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Resize Virtual Network
            Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginSetDefaultSitesAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Default Sites request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginSetIPsecParametersAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters operation
            sets the IPsec parameters on the virtual network gateway for the
            specified connection to the specified local network in Azure.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginSetIPsecParametersV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters V2 operation
            sets the IPsec parameters on the virtual network gateway
            connection.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters V2 request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginSetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key operation sets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Shared Key request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginSetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key V2 operation sets
            the shared key used between the gateway and customer vpn for the
            specified site.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Shared Key V2 request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginStartDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Start Diagnostics operation begins an asynchronous
            operation to starta diagnostics session for the specified virtual
            network gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Start Diagnostics
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginStartDiagnosticsV2Async(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Start Diagnostics V2 operation begins an asynchronous
            operation to starta diagnostics session for the specified virtual
            network gateway.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Start Diagnostics V2
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.BeginUpdateGatewayConnectionAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters,System.Threading.CancellationToken)">
            <summary>
            Operation to update existing gateway connection.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Update gateway
            conneciton operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ConnectDisconnectOrTestAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters,System.Threading.CancellationToken)">
            <summary>
            To connect to, disconnect from, or test your connection to a local
            network site, access the connection resource representing the
            local network and specify Connect, Disconnect or Test to perform
            the desired operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkSiteName'>
            Required. The name of the site to connect to.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Connect Disconnect Or Testing
            Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Virtual network Gateway operation creates a new network
            gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.CreateGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Virtual network Gateway Connection operation creates a
            new network gateway.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Gateway
            Connection operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.CreateLocalNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Local network Gateway operation creates a new local
            network gateway.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to Create Local Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Local Network Gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.CreateVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Virtual network Gateway operation creates a new network
            gateway.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Virtual Network Gateway operation deletes a network
            gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.DeleteGatewayConnectionAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Virtual network Gateway Connection operation deletes a
            network gateway connection.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.DeleteLocalNetworkGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Local Network Gateway operation deletes a local network
            gateway
            </summary>
            <param name='gatewayId'>
            Required. The local network gateway id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.DeleteVirtualNetworkGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Virtual Network Gateway operation deletes a network
            gateway
            </summary>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.FailoverAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Failover Virtual Network Gateway operation causes a network
            gateway failover for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network in Azure.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GenerateVpnClientPackageAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters,System.Threading.CancellationToken)">
            <summary>
            The Generate VPN Client Package operation creates a VPN client
            package for the specified virtual network and gateway in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Generate VPN Client Package
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway operation gets information about
            the network gateway for the specified virtual network in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154109.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetDeviceConfigurationScriptAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters,System.Threading.CancellationToken)">
            <summary>
            The Get Device Configuration Script operation returns a script that
            you can use to configure local VPN devices to connect to the
            gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154115.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. The parameters for the Get Device Configuration Script
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The configuration script returned from the get device configuration
            script operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetDiagnosticsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Diagnostics operation gets information about the current
            gateway diagnostics session for the specified virtual network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The status of a gateway diagnostics operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetDiagnosticsV2Async(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Diagnostics V2 operation gets information about the current
            virtual network gateway diagnostics session
            </summary>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The status of a gateway diagnostics operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetGatewayConnectionAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway Connection operation gets
            information about the virtual network gateway connection.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <param name='connectedentityId'>
            Required. The virtual network gateway connected entity Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetIPsecParametersAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get IPsec Parameters operation gets the IPsec parameters that
            have been set for the connection between the provided virtual
            network gateway and the provided local network site.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response that will be returned from a GetIPsecParameters
            request. This contains the IPsec parameters for the specified
            connection.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetIPsecParametersV2Async(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get IPsec Parameters V2 operation gets the IPsec parameters
            that have been set for the virtual network gateway connection
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response that will be returned from a GetIPsecParameters
            request. This contains the IPsec parameters for the specified
            connection.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetLocalNetworkGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Local Network Gateway operation gets information about the
            local network gateway
            </summary>
            <param name='gatewayId'>
            Required. The local network gateway id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway Operation Status gets information
            on the status of network gateway operations in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            Required. The ID of the network operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetSharedKeyAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway Shared Key operation gets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154122.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to the get shared key request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetSharedKeyV2Async(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway Shared Key V2 operation gets the
            shared key used between the gateway and customer vpn.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to the get shared key request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.GetVirtualNetworkGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway operation gets information about
            the virtual network gateway
            </summary>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ListConnectionsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Connections operation returns a list of the local network
            connections that can be accessed through the gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154120.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a ListConnections request to a Virtual Network
            Gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ListGatewayConnectionsAsync(System.Threading.CancellationToken)">
            <summary>
            The List Connections operation Lists all GatewayConnections.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a ListGatewayConnections request to a Virtual
            Network Gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ListLocalNetworkGatewaysAsync(System.Threading.CancellationToken)">
            <summary>
            The List Local network gateways operation returns a list of the
            local network gateways.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a ListLocalNetworkGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ListSupportedDevicesAsync(System.Threading.CancellationToken)">
            <summary>
            The List Virtual Network Gateway Supported Devices operation lists
            the supported, on-premise network devices that can connect to the
            gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154102.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to the list supported devices request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ListVirtualNetworkGatewaysAsync(System.Threading.CancellationToken)">
            <summary>
            The List Virtual network gateways operation returns a list of the
            virtual network gateways.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a ListVirtualNetworkGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.RemoveDefaultSitesAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ResetAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Reset Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ResetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Reset Virtual Network Gateway Shared Key operation resets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. The parameters to the Virtual Network Gateway Reset
            Shared Key request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ResetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Reset Virtual Network Gateway Shared Key V2 operation resets
            the shared key used between the gateway and customer vpn.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Reset Shared Key request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ResetVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Reset Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ResizeAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Resize Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.ResizeVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Resize Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.SetDefaultSitesAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters,System.Threading.CancellationToken)">
            <summary>
            The Set Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Default Sites request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.SetIPsecParametersAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters operation
            sets the IPsec parameters on the virtual network gateway for the
            specified connection to the specified local network in Azure.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.SetIPsecParametersV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters V2 operation
            sets the IPsec parameters on the virtual network gateway
            connection.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters V2 request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.SetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Set Virtual Network Gateway Shared Key operation sets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. The parameters to the Virtual Network Gateway Set Shared
            Key request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.SetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Set Virtual Network Gateway Shared Key V2 operation sets the
            shared key used between the gateway and customer vpn for the
            specified site.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Virtual Network Gateway Set Shared
            Key V2 request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.StartDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Start Diagnostics operation starts a diagnostics session for
            the specified virtual network gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Start Diagnostics operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.StartDiagnosticsV2Async(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Start Diagnostics V2 operation starts a diagnostics session for
            the specified virtual network gateway.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Start Diagnostics V2 operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.StopDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Stop Diagnostics operation begins an asynchronous operation to
            stopa diagnostics session for the specified virtual network
            gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Stop Diagnostics operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.StopDiagnosticsV2Async(System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Stop Diagnostics V2 operation begins an asynchronous operation
            to stopa diagnostics session for the specified virtual network
            gateway.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Stop Diagnostics V2 operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.UpdateGatewayConnectionAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters,System.Threading.CancellationToken)">
            <summary>
            Operation to update existing gateway connection.
            </summary>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Update gateway
            conneciton operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperations.UpdateLocalNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Local Network Gateway operation updates a local network
            gateway
            </summary>
            <param name='gatewayId'>
            Required. The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to update the Local Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginConnectDisconnectOrTesting(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters)">
            <summary>
            To connect to, disconnect from, or test your connection to a local
            network site, access the connection resource representing the
            local network and specify Connect, Disconnect or Test to perform
            the desired operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkSiteName'>
            Required. The name of the site to connect to.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Connect Disconnect Or
            Testing Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginConnectDisconnectOrTestingAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters)">
            <summary>
            To connect to, disconnect from, or test your connection to a local
            network site, access the connection resource representing the
            local network and specify Connect, Disconnect or Test to perform
            the desired operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkSiteName'>
            Required. The name of the site to connect to.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Connect Disconnect Or
            Testing Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreating(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters)">
            <summary>
            The Begin Creating Virtual network Gateway operation creates a new
            network gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters)">
            <summary>
            The Begin Creating Virtual network Gateway operation creates a new
            network gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters)">
            <summary>
            The Begin Creating Virtual network Gateway connection operation
            creates a new network gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Gateway
            Connection operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters)">
            <summary>
            The Begin Creating Virtual network Gateway connection operation
            creates a new network gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Gateway
            Connection operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters)">
            <summary>
            The Begin Creating Virtual network Gateway operation creates a new
            network gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters)">
            <summary>
            The Begin Creating Virtual network Gateway operation creates a new
            network gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Begin Deleting Virtual Network Gateway operation deletes a
            network gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Begin Deleting Virtual Network Gateway operation deletes a
            network gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Begin Deleting Virtual Network Gateway connection deletes a
            network gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Begin Deleting Virtual Network Gateway connection deletes a
            network gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Begin Deleting Virtual Network Gateway operation deletes a
            network gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Begin Deleting Virtual Network Gateway operation deletes a
            network gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginFailover(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Begin Failover Virtual Network Gateway operation causes a
            network gateway failover for the specified virtual network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network in Azure.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginFailoverAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Begin Failover Virtual Network Gateway operation causes a
            network gateway failover for the specified virtual network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network in Azure.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginGenerateVpnClientPackage(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters)">
            <summary>
            The Generate VPN Client Package operation creates a VPN client
            package for the specified virtual network and gateway in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205126.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Generate VPN Client Package
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginGenerateVpnClientPackageAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters)">
            <summary>
            The Generate VPN Client Package operation creates a VPN client
            package for the specified virtual network and gateway in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205126.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Generate VPN Client Package
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginRemoveDefaultSites(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Begin Remove Virtual Network Gateway Shared Key operation
            removes the default sites on the virtual network gateway for the
            specified virtual network.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginRemoveDefaultSitesAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Begin Remove Virtual Network Gateway Shared Key operation
            removes the default sites on the virtual network gateway for the
            specified virtual network.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginReset(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Reset Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Reset Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKey(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)">
            <summary>
            The Begin Reset Virtual Network Gateway Shared Key operation resets
            the shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Reset Shared Key request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKeyAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)">
            <summary>
            The Begin Reset Virtual Network Gateway Shared Key operation resets
            the shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Reset Shared Key request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKeyV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)">
            <summary>
            The Begin Reset Virtual Network Gateway Shared Key V2 operation
            resets the shared key used between the gateway and customer vpn.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Reset Shared Key V2 request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKeyV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)">
            <summary>
            The Begin Reset Virtual Network Gateway Shared Key V2 operation
            resets the shared key used between the gateway and customer vpn.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Reset Shared Key V2 request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Reset Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Reset Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResize(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Resize Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResizeAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Resize Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResizeVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Resize Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResizeVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Resize Virtual Network
            Gateway operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetDefaultSites(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Default Sites request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetDefaultSitesAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Default Sites request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParameters(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters operation
            sets the IPsec parameters on the virtual network gateway for the
            specified connection to the specified local network in Azure.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParametersAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters operation
            sets the IPsec parameters on the virtual network gateway for the
            specified connection to the specified local network in Azure.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParametersV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters V2 operation
            sets the IPsec parameters on the virtual network gateway
            connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters V2 request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParametersV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters V2 operation
            sets the IPsec parameters on the virtual network gateway
            connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters V2 request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKey(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key operation sets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Shared Key request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKeyAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key operation sets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Shared Key request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKeyV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key V2 operation sets
            the shared key used between the gateway and customer vpn for the
            specified site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Shared Key V2 request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKeyV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key V2 operation sets
            the shared key used between the gateway and customer vpn for the
            specified site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Shared Key V2 request.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnostics(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)">
            <summary>
            The Begin Start Diagnostics operation begins an asynchronous
            operation to starta diagnostics session for the specified virtual
            network gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Start Diagnostics
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnosticsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)">
            <summary>
            The Begin Start Diagnostics operation begins an asynchronous
            operation to starta diagnostics session for the specified virtual
            network gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Start Diagnostics
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnosticsV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)">
            <summary>
            The Begin Start Diagnostics V2 operation begins an asynchronous
            operation to starta diagnostics session for the specified virtual
            network gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Start Diagnostics V2
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnosticsV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)">
            <summary>
            The Begin Start Diagnostics V2 operation begins an asynchronous
            operation to starta diagnostics session for the specified virtual
            network gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Start Diagnostics V2
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginUpdateGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters)">
            <summary>
            Operation to update existing gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Update gateway
            conneciton operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginUpdateGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters)">
            <summary>
            Operation to update existing gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Update gateway
            conneciton operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ConnectDisconnectOrTest(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters)">
            <summary>
            To connect to, disconnect from, or test your connection to a local
            network site, access the connection resource representing the
            local network and specify Connect, Disconnect or Test to perform
            the desired operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkSiteName'>
            Required. The name of the site to connect to.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Connect Disconnect Or Testing
            Gateway operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ConnectDisconnectOrTestAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters)">
            <summary>
            To connect to, disconnect from, or test your connection to a local
            network site, access the connection resource representing the
            local network and specify Connect, Disconnect or Test to perform
            the desired operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkSiteName'>
            Required. The name of the site to connect to.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Connect Disconnect Or Testing
            Gateway operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters)">
            <summary>
            The Create Virtual network Gateway operation creates a new network
            gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters)">
            <summary>
            The Create Virtual network Gateway operation creates a new network
            gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters)">
            <summary>
            The Create Virtual network Gateway Connection operation creates a
            new network gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Gateway
            Connection operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters)">
            <summary>
            The Create Virtual network Gateway Connection operation creates a
            new network gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Gateway
            Connection operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateLocalNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters)">
            <summary>
            The Create Local network Gateway operation creates a new local
            network gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Create Local Network Gateway
            operation.
            </param>
            <returns>
            The Create Local Network Gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateLocalNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters)">
            <summary>
            The Create Local network Gateway operation creates a new local
            network gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Create Local Network Gateway
            operation.
            </param>
            <returns>
            The Create Local Network Gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters)">
            <summary>
            The Create Virtual network Gateway operation creates a new network
            gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters)">
            <summary>
            The Create Virtual network Gateway operation creates a new network
            gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Delete Virtual Network Gateway operation deletes a network
            gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Delete Virtual Network Gateway operation deletes a network
            gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Delete Virtual network Gateway Connection operation deletes a
            network gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Delete Virtual network Gateway Connection operation deletes a
            network gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteLocalNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Delete Local Network Gateway operation deletes a local network
            gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The local network gateway id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteLocalNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Delete Local Network Gateway operation deletes a local network
            gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The local network gateway id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Delete Virtual Network Gateway operation deletes a network
            gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Delete Virtual Network Gateway operation deletes a network
            gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Failover(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Failover Virtual Network Gateway operation causes a network
            gateway failover for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network in Azure.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.FailoverAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Failover Virtual Network Gateway operation causes a network
            gateway failover for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network in Azure.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GenerateVpnClientPackage(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters)">
            <summary>
            The Generate VPN Client Package operation creates a VPN client
            package for the specified virtual network and gateway in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Generate VPN Client Package
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GenerateVpnClientPackageAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters)">
            <summary>
            The Generate VPN Client Package operation creates a VPN client
            package for the specified virtual network and gateway in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Generate VPN Client Package
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Virtual Network Gateway operation gets information about
            the network gateway for the specified virtual network in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154109.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Virtual Network Gateway operation gets information about
            the network gateway for the specified virtual network in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154109.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDeviceConfigurationScript(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters)">
            <summary>
            The Get Device Configuration Script operation returns a script that
            you can use to configure local VPN devices to connect to the
            gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154115.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. The parameters for the Get Device Configuration Script
            operation.
            </param>
            <returns>
            The configuration script returned from the get device configuration
            script operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDeviceConfigurationScriptAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters)">
            <summary>
            The Get Device Configuration Script operation returns a script that
            you can use to configure local VPN devices to connect to the
            gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154115.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. The parameters for the Get Device Configuration Script
            operation.
            </param>
            <returns>
            The configuration script returned from the get device configuration
            script operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnostics(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Diagnostics operation gets information about the current
            gateway diagnostics session for the specified virtual network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            The status of a gateway diagnostics operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnosticsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Diagnostics operation gets information about the current
            gateway diagnostics session for the specified virtual network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            The status of a gateway diagnostics operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnosticsV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Diagnostics V2 operation gets information about the current
            virtual network gateway diagnostics session
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <returns>
            The status of a gateway diagnostics operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnosticsV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Diagnostics V2 operation gets information about the current
            virtual network gateway diagnostics session
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <returns>
            The status of a gateway diagnostics operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Get Virtual Network Gateway Connection operation gets
            information about the virtual network gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <param name='connectedentityId'>
            Required. The virtual network gateway connected entity Id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Get Virtual Network Gateway Connection operation gets
            information about the virtual network gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <param name='connectedentityId'>
            Required. The virtual network gateway connected entity Id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParameters(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Get IPsec Parameters operation gets the IPsec parameters that
            have been set for the connection between the provided virtual
            network gateway and the provided local network site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <returns>
            The response that will be returned from a GetIPsecParameters
            request. This contains the IPsec parameters for the specified
            connection.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParametersAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Get IPsec Parameters operation gets the IPsec parameters that
            have been set for the connection between the provided virtual
            network gateway and the provided local network site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <returns>
            The response that will be returned from a GetIPsecParameters
            request. This contains the IPsec parameters for the specified
            connection.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParametersV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Get IPsec Parameters V2 operation gets the IPsec parameters
            that have been set for the virtual network gateway connection
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <returns>
            The response that will be returned from a GetIPsecParameters
            request. This contains the IPsec parameters for the specified
            connection.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParametersV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Get IPsec Parameters V2 operation gets the IPsec parameters
            that have been set for the virtual network gateway connection
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <returns>
            The response that will be returned from a GetIPsecParameters
            request. This contains the IPsec parameters for the specified
            connection.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetLocalNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Local Network Gateway operation gets information about the
            local network gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The local network gateway id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetLocalNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Local Network Gateway operation gets information about the
            local network gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The local network gateway id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Virtual Network Gateway Operation Status gets information
            on the status of network gateway operations in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='operationId'>
            Required. The ID of the network operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Virtual Network Gateway Operation Status gets information
            on the status of network gateway operations in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='operationId'>
            Required. The ID of the network operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKey(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Get Virtual Network Gateway Shared Key operation gets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154122.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <returns>
            The response to the get shared key request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKeyAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Get Virtual Network Gateway Shared Key operation gets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154122.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <returns>
            The response to the get shared key request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKeyV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Get Virtual Network Gateway Shared Key V2 operation gets the
            shared key used between the gateway and customer vpn.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <returns>
            The response to the get shared key request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKeyV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)">
            <summary>
            The Get Virtual Network Gateway Shared Key V2 operation gets the
            shared key used between the gateway and customer vpn.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <returns>
            The response to the get shared key request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Virtual Network Gateway operation gets information about
            the virtual network gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Get Virtual Network Gateway operation gets information about
            the virtual network gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway id.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListConnections(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The List Connections operation returns a list of the local network
            connections that can be accessed through the gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154120.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            The response to a ListConnections request to a Virtual Network
            Gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListConnectionsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The List Connections operation returns a list of the local network
            connections that can be accessed through the gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154120.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            The response to a ListConnections request to a Virtual Network
            Gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListGatewayConnections(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)">
            <summary>
            The List Connections operation Lists all GatewayConnections.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <returns>
            The response to a ListGatewayConnections request to a Virtual
            Network Gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListGatewayConnectionsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)">
            <summary>
            The List Connections operation Lists all GatewayConnections.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <returns>
            The response to a ListGatewayConnections request to a Virtual
            Network Gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListLocalNetworkGateways(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)">
            <summary>
            The List Local network gateways operation returns a list of the
            local network gateways.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <returns>
            The response to a ListLocalNetworkGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListLocalNetworkGatewaysAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)">
            <summary>
            The List Local network gateways operation returns a list of the
            local network gateways.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <returns>
            The response to a ListLocalNetworkGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListSupportedDevices(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)">
            <summary>
            The List Virtual Network Gateway Supported Devices operation lists
            the supported, on-premise network devices that can connect to the
            gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154102.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <returns>
            The response to the list supported devices request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListSupportedDevicesAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)">
            <summary>
            The List Virtual Network Gateway Supported Devices operation lists
            the supported, on-premise network devices that can connect to the
            gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154102.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <returns>
            The response to the list supported devices request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListVirtualNetworkGateways(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)">
            <summary>
            The List Virtual network gateways operation returns a list of the
            virtual network gateways.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <returns>
            The response to a ListVirtualNetworkGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListVirtualNetworkGatewaysAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)">
            <summary>
            The List Virtual network gateways operation returns a list of the
            virtual network gateways.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <returns>
            The response to a ListVirtualNetworkGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.RemoveDefaultSites(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Remove Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.RemoveDefaultSitesAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)">
            <summary>
            The Remove Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Reset(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Reset Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Reset Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKey(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)">
            <summary>
            The Reset Virtual Network Gateway Shared Key operation resets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. The parameters to the Virtual Network Gateway Reset
            Shared Key request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKeyAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)">
            <summary>
            The Reset Virtual Network Gateway Shared Key operation resets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. The parameters to the Virtual Network Gateway Reset
            Shared Key request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKeyV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)">
            <summary>
            The Reset Virtual Network Gateway Shared Key V2 operation resets
            the shared key used between the gateway and customer vpn.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Reset Shared Key request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKeyV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)">
            <summary>
            The Reset Virtual Network Gateway Shared Key V2 operation resets
            the shared key used between the gateway and customer vpn.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Reset Shared Key request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Reset Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Reset Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Resize(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Resize Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResizeAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Resize Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResizeVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Resize Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResizeVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Resize Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetDefaultSites(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters)">
            <summary>
            The Set Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Default Sites request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetDefaultSitesAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters)">
            <summary>
            The Set Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set Default Sites request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParameters(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters operation
            sets the IPsec parameters on the virtual network gateway for the
            specified connection to the specified local network in Azure.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParametersAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters operation
            sets the IPsec parameters on the virtual network gateway for the
            specified connection to the specified local network in Azure.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParametersV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters V2 operation
            sets the IPsec parameters on the virtual network gateway
            connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters V2 request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParametersV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters V2 operation
            sets the IPsec parameters on the virtual network gateway
            connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Virtual Network Gateway
            Set IPsec Parameters V2 request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKey(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)">
            <summary>
            The Set Virtual Network Gateway Shared Key operation sets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. The parameters to the Virtual Network Gateway Set Shared
            Key request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKeyAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)">
            <summary>
            The Set Virtual Network Gateway Shared Key operation sets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            Required. The name of the local network.
            </param>
            <param name='parameters'>
            Required. The parameters to the Virtual Network Gateway Set Shared
            Key request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKeyV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)">
            <summary>
            The Set Virtual Network Gateway Shared Key V2 operation sets the
            shared key used between the gateway and customer vpn for the
            specified site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Virtual Network Gateway Set Shared
            Key V2 request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKeyV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)">
            <summary>
            The Set Virtual Network Gateway Shared Key V2 operation sets the
            shared key used between the gateway and customer vpn for the
            specified site.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Virtual Network Gateway Set Shared
            Key V2 request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnostics(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)">
            <summary>
            The Start Diagnostics operation starts a diagnostics session for
            the specified virtual network gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Start Diagnostics operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnosticsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)">
            <summary>
            The Start Diagnostics operation starts a diagnostics session for
            the specified virtual network gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Start Diagnostics operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnosticsV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)">
            <summary>
            The Start Diagnostics V2 operation starts a diagnostics session for
            the specified virtual network gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Start Diagnostics V2 operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnosticsV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)">
            <summary>
            The Start Diagnostics V2 operation starts a diagnostics session for
            the specified virtual network gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Start Diagnostics V2 operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnostics(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters)">
            <summary>
            The Stop Diagnostics operation begins an asynchronous operation to
            stopa diagnostics session for the specified virtual network
            gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Stop Diagnostics operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnosticsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters)">
            <summary>
            The Stop Diagnostics operation begins an asynchronous operation to
            stopa diagnostics session for the specified virtual network
            gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Stop Diagnostics operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnosticsV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters)">
            <summary>
            The Stop Diagnostics V2 operation begins an asynchronous operation
            to stopa diagnostics session for the specified virtual network
            gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Stop Diagnostics V2 operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnosticsV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters)">
            <summary>
            The Stop Diagnostics V2 operation begins an asynchronous operation
            to stopa diagnostics session for the specified virtual network
            gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to Stop Diagnostics V2 operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters)">
            <summary>
            Operation to update existing gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Update gateway
            conneciton operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters)">
            <summary>
            Operation to update existing gateway connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            Required. The connected entity Id.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Update gateway
            conneciton operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateLocalNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters)">
            <summary>
            The Update Local Network Gateway operation updates a local network
            gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to update the Local Network Gateway
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateLocalNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters)">
            <summary>
            The Update Local Network Gateway operation updates a local network
            gateway
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
            </param>
            <param name='gatewayId'>
            Required. The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to update the Local Network Gateway
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations">
            <summary>
            The Application Gateway Management API includes operations for managing
            application gateways in your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.AddCertificateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate,System.Threading.CancellationToken)">
            <summary>
            The Add certificate operation adds the ssl certificate to the
            application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Gateway name
            </param>
            <param name='certificateName'>
            Certificate name
            </param>
            <param name='certificate'>
            The application gateway ssl certificate
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.BeginAddCertificateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate,System.Threading.CancellationToken)">
            <summary>
            The Begin Add certificate operation adds the ssl certificate to the
            application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Gateway name
            </param>
            <param name='certificateName'>
            Certificate name
            </param>
            <param name='certificate'>
            The application gateway ssl certificate
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.BeginCreateApplicationGatewayAsync(Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Create Application Gateway operation creates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='parameters'>
            Parameters supplied to the Begin CreateApplication Gateway request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.BeginDeleteApplicationGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Delete Application Gateway operation deletes Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            The name of the gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.BeginDeleteApplicationGatewayCertificateAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Delete Application Gateway certificate. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            The name of the gateway.
            </param>
            <param name='certificateName'>
            The name of the certificate.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.BeginExecuteOperationAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation,System.Threading.CancellationToken)">
            <summary>
            The Execute Application Gateway Operation executes specified
            operation on Application Gateway . (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Name of the gateway
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Execute Operation request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.BeginSetConfigAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Application Gateway config operation sets the
            specified config on the application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Gateway name
            </param>
            <param name='config'>
            The Begin Set Application Gateway Config operation sets the
            specified config on the application gateway
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.BeginUpdateApplicationGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Update Application Gateway operation updates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Gateway name
            </param>
            <param name='updateParameters'>
            Parameters supplied to the Begin UpdateApplication Gateway request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.CreateAsync(Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Application Gateway operation creates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='parameters'>
            Parameters supplied to CreateApplication Gateway request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Application Gateway operation deletes Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            The name of the gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.DeleteCertificateAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Application Gateway certificate operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            The name of the gateway.
            </param>
            <param name='certificateName'>
            The name of the certificate.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.ExecuteOperationAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation,System.Threading.CancellationToken)">
            <summary>
            The Execute Application Gateway Operation executes specofoed
            operation in the Application Gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Name of the gateway
            </param>
            <param name='parameters'>
            Parameters supplied to Execute Operation request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Application Gateway operation retrieves the application
            gateway provisioned for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            The name of the gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains details of the application gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.GetCertificateAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Application Gateway certificate operation retrieves the ssl
            certificate provisioned for the given gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            The name of the gateway.
            </param>
            <param name='certificateName'>
            The name of the certificate.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response of GetApplicationGatewayCertificate request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.GetConfigAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Application Gateway Configuration operation retrieves the
            configuration of the gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            The id of the gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a GetApplicationGatewayConfiguation request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='requestId'>
            The request ID for the request you wish to track. The request ID is
            returned in the x-ms-request-id response header for every request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Application Gateway operation retrieves all application
            gateays for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response of ListApplicationGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.ListCertificateAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Application Gateway certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Gateway name
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a ListApplicationGatewayCertificate request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.SetConfigAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration,System.Threading.CancellationToken)">
            <summary>
            The Set Application Gateway Config operation sets the specified
            config on the application gateway (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Gateway name
            </param>
            <param name='config'>
            Parameters supplied to Set Application Gateway config request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Application Gateway operation updates Application
            Gateway with the specified parameters. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='gatewayName'>
            Gateway name
            </param>
            <param name='updateParameters'>
            Parameters supplied to UpdateApplication Gateway request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations">
            <summary>
            The Network Management API includes operations for managing the client
            root certificates for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Upload Client Root Certificate operation is used to upload a
            new client root certificate to Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205129.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Upload Client Root Certificate Virtual
            Network Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Client Root Certificate operation deletes a previously
            uploaded client root certificate from Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205128.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='certificateThumbprint'>
            The X509 certificate thumbprint.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Client Root Certificate operation returns the public
            portion of a previously uploaded client root certificate in a
            base-64-encoded format from Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205127.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='certificateThumbprint'>
            The X509 certificate thumbprint.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response to the Get Client Root Certificate operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Client Root Certificates operation returns a list of all
            the client root certificates that are associated with the
            specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205130.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response for the List Client Root Certificates operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.IGatewayOperations">
            <summary>
            The Network Management API includes operations for managing the
            gateways for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginConnectDisconnectOrTestingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters,System.Threading.CancellationToken)">
            <summary>
            To connect to, disconnect from, or test your connection to a local
            network site, access the connection resource representing the
            local network and specify Connect, Disconnect or Test to perform
            the desired operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkSiteName'>
            The name of the site to connect to.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Connect Disconnect Or Testing
            Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginCreatingAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Virtual network Gateway operation creates a new
            network gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Creating Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginCreatingGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Virtual network Gateway connection operation
            creates a new network gateway connection.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Begin Creating Gateway Connection
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginCreatingVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Virtual network Gateway operation creates a new
            network gateway.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Creating Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginDeletingAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleting Virtual Network Gateway operation deletes a
            network gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginDeletingGatewayConnectionAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleting Virtual Network Gateway connection deletes a
            network gateway connection.
            </summary>
            <param name='gatewayId'>
            The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginDeletingVirtualNetworkGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleting Virtual Network Gateway operation deletes a
            network gateway
            </summary>
            <param name='gatewayId'>
            The virtual network gateway id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginFailoverAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Failover Virtual Network Gateway operation causes a
            network gateway failover for the specified virtual network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network in Azure.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginGenerateVpnClientPackageAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters,System.Threading.CancellationToken)">
            <summary>
            The Generate VPN Client Package operation creates a VPN client
            package for the specified virtual network and gateway in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/dn205126.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Generate VPN Client Package operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginRemoveDefaultSitesAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Remove Virtual Network Gateway Shared Key operation
            removes the default sites on the virtual network gateway for the
            specified virtual network.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResetAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Reset Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual Network Gateway Shared Key operation resets
            the shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            The name of the local network.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Virtual Network Gateway Reset
            Shared Key request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual Network Gateway Shared Key V2 operation
            resets the shared key used between the gateway and customer vpn.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Virtual Network Gateway Reset
            Shared Key V2 request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResetVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Reset Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResizeAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Resize Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResizeVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway id.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Resize Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginSetDefaultSitesAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Virtual Network Gateway Set
            Default Sites request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginSetIPsecParametersAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters operation
            sets the IPsec parameters on the virtual network gateway for the
            specified connection to the specified local network in Azure.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            The name of the local network.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Virtual Network Gateway Set IPsec
            Parameters request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginSetIPsecParametersV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters V2 operation
            sets the IPsec parameters on the virtual network gateway
            connection.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Virtual Network Gateway Set IPsec
            Parameters V2 request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginSetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key operation sets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            The name of the local network.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Virtual Network Gateway Set Shared
            Key request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginSetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway Shared Key V2 operation sets
            the shared key used between the gateway and customer vpn for the
            specified site.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Virtual Network Gateway Set Shared
            Key V2 request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginStartDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Start Diagnostics operation begins an asynchronous
            operation to starta diagnostics session for the specified virtual
            network gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Start Diagnostics operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginStartDiagnosticsV2Async(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Start Diagnostics V2 operation begins an asynchronous
            operation to starta diagnostics session for the specified virtual
            network gateway.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Start Diagnostics V2 operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginUpdateGatewayConnectionAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters,System.Threading.CancellationToken)">
            <summary>
            Operation to update existing gateway connection.
            </summary>
            <param name='gatewayId'>
            The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Update gateway conneciton
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ConnectDisconnectOrTestAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters,System.Threading.CancellationToken)">
            <summary>
            To connect to, disconnect from, or test your connection to a local
            network site, access the connection resource representing the
            local network and specify Connect, Disconnect or Test to perform
            the desired operation. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkSiteName'>
            The name of the site to connect to.
            </param>
            <param name='parameters'>
            Parameters supplied to the Connect Disconnect Or Testing Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Virtual network Gateway operation creates a new network
            gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create Virtual Network Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.CreateGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Virtual network Gateway Connection operation creates a
            new network gateway.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Begin Creating Gateway Connection
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.CreateLocalNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Local network Gateway operation creates a new local
            network gateway.
            </summary>
            <param name='parameters'>
            Parameters supplied to Create Local Network Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Create Local Network Gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.CreateVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Virtual network Gateway operation creates a new network
            gateway.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Create Virtual Network Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Virtual Network Gateway operation deletes a network
            gateway for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.DeleteGatewayConnectionAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Virtual network Gateway Connection operation deletes a
            network gateway connection.
            </summary>
            <param name='gatewayId'>
            The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.DeleteLocalNetworkGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Local Network Gateway operation deletes a local network
            gateway
            </summary>
            <param name='gatewayId'>
            The local network gateway id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.DeleteVirtualNetworkGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Virtual Network Gateway operation deletes a network
            gateway
            </summary>
            <param name='gatewayId'>
            The virtual network gateway id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.FailoverAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Failover Virtual Network Gateway operation causes a network
            gateway failover for the specified virtual network in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network in Azure.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GenerateVpnClientPackageAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters,System.Threading.CancellationToken)">
            <summary>
            The Generate VPN Client Package operation creates a VPN client
            package for the specified virtual network and gateway in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Generate VPN Client Package operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway operation gets information about
            the network gateway for the specified virtual network in Azure.
            (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154109.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetDeviceConfigurationScriptAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters,System.Threading.CancellationToken)">
            <summary>
            The Get Device Configuration Script operation returns a script that
            you can use to configure local VPN devices to connect to the
            gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154115.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            The parameters for the Get Device Configuration Script operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The configuration script returned from the get device configuration
            script operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetDiagnosticsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Diagnostics operation gets information about the current
            gateway diagnostics session for the specified virtual network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The status of a gateway diagnostics operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetDiagnosticsV2Async(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Diagnostics V2 operation gets information about the current
            virtual network gateway diagnostics session
            </summary>
            <param name='gatewayId'>
            The virtual network gateway Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The status of a gateway diagnostics operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetGatewayConnectionAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway Connection operation gets
            information about the virtual network gateway connection.
            </summary>
            <param name='gatewayId'>
            The virtual network gateway id.
            </param>
            <param name='connectedentityId'>
            The virtual network gateway connected entity Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetIPsecParametersAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get IPsec Parameters operation gets the IPsec parameters that
            have been set for the connection between the provided virtual
            network gateway and the provided local network site.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            The name of the local network.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response that will be returned from a GetIPsecParameters
            request. This contains the IPsec parameters for the specified
            connection.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetIPsecParametersV2Async(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get IPsec Parameters V2 operation gets the IPsec parameters
            that have been set for the virtual network gateway connection
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response that will be returned from a GetIPsecParameters
            request. This contains the IPsec parameters for the specified
            connection.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetLocalNetworkGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Local Network Gateway operation gets information about the
            local network gateway
            </summary>
            <param name='gatewayId'>
            The local network gateway id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway Operation Status gets information
            on the status of network gateway operations in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            The ID of the network operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetSharedKeyAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway Shared Key operation gets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154122.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            The name of the local network.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to the get shared key request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetSharedKeyV2Async(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway Shared Key V2 operation gets the
            shared key used between the gateway and customer vpn.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to the get shared key request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetVirtualNetworkGatewayAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Virtual Network Gateway operation gets information about
            the virtual network gateway
            </summary>
            <param name='gatewayId'>
            The virtual network gateway id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ListConnectionsAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Connections operation returns a list of the local network
            connections that can be accessed through the gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154120.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a ListConnections request to a Virtual Network
            Gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ListGatewayConnectionsAsync(System.Threading.CancellationToken)">
            <summary>
            The List Connections operation Lists all GatewayConnections.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a ListGatewayConnections request to a Virtual
            Network Gateway.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ListLocalNetworkGatewaysAsync(System.Threading.CancellationToken)">
            <summary>
            The List Local network gateways operation returns a list of the
            local network gateways.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a ListLocalNetworkGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ListSupportedDevicesAsync(System.Threading.CancellationToken)">
            <summary>
            The List Virtual Network Gateway Supported Devices operation lists
            the supported, on-premise network devices that can connect to the
            gateway. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154102.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to the list supported devices request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ListVirtualNetworkGatewaysAsync(System.Threading.CancellationToken)">
            <summary>
            The List Virtual network gateways operation returns a list of the
            virtual network gateways.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response to a ListVirtualNetworkGateways request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.RemoveDefaultSitesAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResetAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Reset Virtual Network Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Reset Virtual Network Gateway Shared Key operation resets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            The name of the local network.
            </param>
            <param name='parameters'>
            The parameters to the Virtual Network Gateway Reset Shared Key
            request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Reset Virtual Network Gateway Shared Key V2 operation resets
            the shared key used between the gateway and customer vpn.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Virtual Network Gateway Reset
            Shared Key request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResetVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Reset Virtual network Gateway operation resets an
            existing gateway.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Reset Virtual Network Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResizeAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Resize Virtual Network Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResizeVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Resize Virtual network Gateway operation resizes an
            existing gateway to a different GatewaySKU.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway id.
            </param>
            <param name='parameters'>
            Parameters supplied to the Resize Virtual Network Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.SetDefaultSitesAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters,System.Threading.CancellationToken)">
            <summary>
            The Set Virtual Network Gateway Shared Key operation sets the
            default sites on the virtual network gateway for the specified
            virtual network.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Virtual Network Gateway Set
            Default Sites request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.SetIPsecParametersAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters operation
            sets the IPsec parameters on the virtual network gateway for the
            specified connection to the specified local network in Azure.
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            The name of the local network.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Virtual Network Gateway Set IPsec
            Parameters request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.SetIPsecParametersV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Set Virtual Network Gateway IPsec Parameters V2 operation
            sets the IPsec parameters on the virtual network gateway
            connection.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Virtual Network Gateway Set IPsec
            Parameters V2 request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.SetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Set Virtual Network Gateway Shared Key operation sets the
            shared key on the virtual network gateway for the specified
            virtual network connection to the specified local network in
            Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='localNetworkName'>
            The name of the local network.
            </param>
            <param name='parameters'>
            The parameters to the Virtual Network Gateway Set Shared Key
            request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.SetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)">
            <summary>
            The Set Virtual Network Gateway Shared Key V2 operation sets the
            shared key used between the gateway and customer vpn for the
            specified site.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='parameters'>
            Parameters supplied to Virtual Network Gateway Set Shared Key V2
            request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.StartDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Start Diagnostics operation starts a diagnostics session for
            the specified virtual network gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to the Start Diagnostics operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.StartDiagnosticsV2Async(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Start Diagnostics V2 operation starts a diagnostics session for
            the specified virtual network gateway.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Parameters supplied to the Start Diagnostics V2 operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.StopDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Stop Diagnostics operation begins an asynchronous operation to
            stopa diagnostics session for the specified virtual network
            gateway in Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
            for more information)
            </summary>
            <param name='networkName'>
            The name of the virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to Stop Diagnostics operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.StopDiagnosticsV2Async(System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)">
            <summary>
            The Stop Diagnostics V2 operation begins an asynchronous operation
            to stopa diagnostics session for the specified virtual network
            gateway.
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway Id.
            </param>
            <param name='parameters'>
            Parameters supplied to Stop Diagnostics V2 operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.UpdateGatewayConnectionAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters,System.Threading.CancellationToken)">
            <summary>
            Operation to update existing gateway connection.
            </summary>
            <param name='gatewayId'>
            The virtual network gateway Id.
            </param>
            <param name='connectedentityId'>
            The connected entity Id.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin Update gateway conneciton
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.UpdateLocalNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Local Network Gateway operation updates a local network
            gateway
            </summary>
            <param name='gatewayId'>
            The virtual network for this gateway.
            </param>
            <param name='parameters'>
            Parameters supplied to update the Local Network Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations">
            <summary>
            The Network Management API includes operations for managing the IP
            Forwarding for your roles and network interfaces in your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.BeginSettingIPForwardingOnNetworkInterfaceAsync(System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters,System.Threading.CancellationToken)">
            <summary>
            Sets IP Forwarding on a network interface.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Set IP Forwarding on network interface
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.BeginSettingIPForwardingOnRoleAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters,System.Threading.CancellationToken)">
            <summary>
            Sets IP Forwarding on a role.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Set IP Forwarding on role operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.GetForNetworkInterfaceAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the IP Forwarding applied to a network interface.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The IP Forwarding state associated with a role or network interface.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.GetForRoleAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the IP Forwarding applied to a role.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The IP Forwarding state associated with a role or network interface.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.SetOnNetworkInterfaceAsync(System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters,System.Threading.CancellationToken)">
            <summary>
            Sets IP Forwarding on a network interface.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Set IP Forwarding on network interface
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.SetOnRoleAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters,System.Threading.CancellationToken)">
            <summary>
            Sets IP Forwarding on a role.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Set IP Forwarding on role operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.ApplicationGateways">
            <summary>
            The Application Gateway Management API includes operations for
            managing application gateways in your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.ClientRootCertificates">
            <summary>
            The Network Management API includes operations for managing the
            client root certificates for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.Gateways">
            <summary>
            The Network Management API includes operations for managing the
            gateways for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.IPForwarding">
            <summary>
            The Network Management API includes operations for managing the IP
            Forwarding for your roles and network interfaces in your
            subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.Networks">
            <summary>
            The Network Management API includes operations for managing the
            virtual networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.NetworkSecurityGroups">
            <summary>
            The Network Management API includes operations for managing the
            Network Security Groups for your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.ReservedIPs">
            <summary>
            The Network Management API includes operations for managing the
            reserved IPs for your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.Routes">
            <summary>
            The Network Management API includes operations for managing the
            routes for your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.StaticIPs">
            <summary>
            The Network Management API includes operations for managing the
            static IPs for your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.VirtualIPs">
            <summary>
            The Network Management API includes operations for managing the
            Virtual IPs for your deployment.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='requestId'>
            The request ID for the request you wish to track. The request ID is
            returned in the x-ms-request-id response header for every request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.INetworkOperations">
            <summary>
            The Network Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkOperations.AbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort Virtual Network migration api validates and aborts the given
            virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkOperations.BeginAbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort Virtual Network migration api validates and aborts the given
            virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkOperations.BeginCommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit Virtual Network migration api validates and commits the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkOperations.BeginPrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare Virtual Network migration api validates and prepare the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkOperations.BeginSettingConfigurationAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Setting Network Configuration operation asynchronously
            configures the virtual network. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx
            for more information)
            </summary>
            <param name='parameters'>
            Parameters supplied to the Set Network Configuration operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkOperations.CommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit Virtual Network migration api validates and commits the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkOperations.GetConfigurationAsync(System.Threading.CancellationToken)">
            <summary>
            The Get Network Configuration operation retrieves the network
            configuration file for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Network Configuration operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Virtual network sites operation retrieves the virtual
            networks configured for the subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157185.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response structure for the Network Operations List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkOperations.PrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare Virtual Network migration api validates and prepare the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkOperations.SetConfigurationAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters,System.Threading.CancellationToken)">
            <summary>
            The Set Network Configuration operation asynchronously configures
            the virtual network. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx
            for more information)
            </summary>
            <param name='parameters'>
            Parameters supplied to the Set Network Configuration operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkOperations.ValidateMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare Virtual Network migration api validates the given virtual
            network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations">
            <summary>
            The Network Management API includes operations for managing the Network
            Security Groups for your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.AbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.AddToNetworkInterfaceAsync(System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a network interface.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Add Network Security Group to a network
            interface operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.AddToRoleAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a Role.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Add Network Security Group to Role
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.AddToSubnetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a subnet.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Add Network Security Group to subnet
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginAbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginAddingToNetworkInterfaceAsync(System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a network interface.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Add Network Security Group to a network
            interface operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginAddingToRoleAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a Role.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Add Network Security Group to Role
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginAddingToSubnetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a subnet.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Add Network Security Group to subnet
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginCommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Network Security Group.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Create Network Security Group operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginDeletingAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the pecified Network Security Group from your
            subscription.If the Network Security group is still associated
            with some VM/Role/Subnet, the deletion will fail. In order to
            successfully delete the Network Security, it needs to be not used.
            </summary>
            <param name='networkSecurityGroupName'>
            The name of the Network Security Group to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginDeletingRuleAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a rule from the specified Network Security Group.
            </summary>
            <param name='networkSecurityGroupName'>
            The name of the Network Security Group.
            </param>
            <param name='ruleName'>
            The name of the rule to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginPrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginRemovingFromNetworkInterfaceAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a network interface.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginRemovingFromRoleAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a role.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginRemovingFromSubnetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a subnet.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.BeginSettingRuleAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters,System.Threading.CancellationToken)">
            <summary>
            Sets a new Network Security Rule to existing Network Security Group.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Set Network Security Rule operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.CommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.CreateAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Network Security Group.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Create Network Security Group operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Network Security Group operation removes thespecified
            Network Security Group from your subscription.If the Network
            Security group is still associated with some VM/Role/Subnet, the
            deletion will fail. In order to successfully delete the Network
            Security, it needs to be not used.
            </summary>
            <param name='networkSecurityGroupName'>
            The name of the Network Security Group to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.DeleteRuleAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Network Security Rule operation removes a rule from the
            specified Network Security Group.
            </summary>
            <param name='networkSecurityGroupName'>
            The name of the Network Security Group.
            </param>
            <param name='ruleName'>
            The name of the rule to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the details for the specified Network Security Group in the
            subscription.
            </summary>
            <param name='networkSecurityGroupName'>
            The name of the Network Security Group to retrieve.
            </param>
            <param name='detailLevel'>
            Use 'Full' to list rules.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A Network Security Group associated with your subscription.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.GetForNetworkInterfaceAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the Network Security Group applied to a specific network
            interface.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.GetForRoleAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the Network Security Group applied to a specific role.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.GetForSubnetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the Network Security Group applied to a specific subnet.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Lists all of the Network Security Groups for the subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Definitions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.PrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.RemoveFromNetworkInterfaceAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a network interface.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.RemoveFromRoleAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a role.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.RemoveFromSubnetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a subnet.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.SetRuleAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters,System.Threading.CancellationToken)">
            <summary>
            Add new Network Security Rule to existing Network Security Group.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Set Network Security Rule operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.ValidateMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Validate network security group migration api validates the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.IPForwardingOperations">
            <summary>
            The Network Management API includes operations for managing the IP
            Forwarding for your roles and network interfaces in your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperations.#ctor(Microsoft.WindowsAzure.Management.Network.NetworkManagementClient)">
            <summary>
            Initializes a new instance of the IPForwardingOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.IPForwardingOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperations.BeginSettingIPForwardingOnNetworkInterfaceAsync(System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters,System.Threading.CancellationToken)">
            <summary>
            Sets IP Forwarding on a network interface.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on network
            interface operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperations.BeginSettingIPForwardingOnRoleAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters,System.Threading.CancellationToken)">
            <summary>
            Sets IP Forwarding on a role.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on role
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperations.GetForNetworkInterfaceAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the IP Forwarding applied to a network interface.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The IP Forwarding state associated with a role or network interface.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperations.GetForRoleAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the IP Forwarding applied to a role.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The IP Forwarding state associated with a role or network interface.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperations.SetOnNetworkInterfaceAsync(System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters,System.Threading.CancellationToken)">
            <summary>
            Sets IP Forwarding on a network interface.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on network
            interface operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperations.SetOnRoleAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters,System.Threading.CancellationToken)">
            <summary>
            Sets IP Forwarding on a role.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on role
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.BeginSettingIPForwardingOnNetworkInterface(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters)">
            <summary>
            Sets IP Forwarding on a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on network
            interface operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.BeginSettingIPForwardingOnNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters)">
            <summary>
            Sets IP Forwarding on a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on network
            interface operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.BeginSettingIPForwardingOnRole(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters)">
            <summary>
            Sets IP Forwarding on a role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on role
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.BeginSettingIPForwardingOnRoleAsync(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters)">
            <summary>
            Sets IP Forwarding on a role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on role
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.GetForNetworkInterface(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the IP Forwarding applied to a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <returns>
            The IP Forwarding state associated with a role or network interface.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.GetForNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the IP Forwarding applied to a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <returns>
            The IP Forwarding state associated with a role or network interface.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.GetForRole(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String)">
            <summary>
            Gets the IP Forwarding applied to a role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <returns>
            The IP Forwarding state associated with a role or network interface.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.GetForRoleAsync(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String)">
            <summary>
            Gets the IP Forwarding applied to a role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <returns>
            The IP Forwarding state associated with a role or network interface.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.SetOnNetworkInterface(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters)">
            <summary>
            Sets IP Forwarding on a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on network
            interface operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.SetOnNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters)">
            <summary>
            Sets IP Forwarding on a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on network
            interface operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.SetOnRole(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters)">
            <summary>
            Sets IP Forwarding on a role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on role
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IPForwardingOperationsExtensions.SetOnRoleAsync(Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters)">
            <summary>
            Sets IP Forwarding on a role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set IP Forwarding on role
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations">
            <summary>
            The Network Management API includes operations for managing the
            reserved IPs for your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.AbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.AssociateAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters,System.Threading.CancellationToken)">
            <summary>
            The Associate Reserved IP operation associates a Reserved IP with a
            service.
            </summary>
            <param name='reservedIpName'>
            The name of the reserved IP.
            </param>
            <param name='parameters'>
            Parameters supplied to associate Reserved IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.BeginAbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.BeginAssociatingAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters,System.Threading.CancellationToken)">
            <summary>
            The BeginAssociate begins to associate a Reserved IP with a service.
            </summary>
            <param name='reservedIpName'>
            The name of the reserved IP.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin associating Reserved IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.BeginCommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Reserved IP operation creates a reserved IP from
            your the subscription.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Begin Creating Reserved IP operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.BeginDeletingAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleting Reserved IP operation removes a reserved IP from
            your the subscription.
            </summary>
            <param name='ipName'>
            The name of the reserved IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.BeginDisassociatingAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters,System.Threading.CancellationToken)">
            <summary>
            The BeginDisassociate begins to disassociate a Reserved IP from a
            service.
            </summary>
            <param name='reservedIpName'>
            The name of the reserved IP.
            </param>
            <param name='parameters'>
            Parameters supplied to the Begin disassociating Reserved IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.BeginPrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.CommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.CreateAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Reserved IP operation creates a reserved IP from your
            the subscription.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Create Reserved IP operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Reserved IP operation removes a reserved IP from your
            the subscription.
            </summary>
            <param name='ipName'>
            The name of the reserved IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.DisassociateAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters,System.Threading.CancellationToken)">
            <summary>
            The Disassociate Reserved IP operation disassociates a Reserved IP
            from a service.
            </summary>
            <param name='reservedIpName'>
            The name of the reserved IP.
            </param>
            <param name='parameters'>
            Parameters supplied to disassociate Reserved IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Reserved IP operation retrieves the details for the virtual
            IP reserved for the subscription.
            </summary>
            <param name='ipName'>
            The name of the reserved IP to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A reserved IP associated with your subscription.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Reserved IP operation retrieves all of the virtual IPs
            reserved for the subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response structure for the Server List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.PrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.ValidateMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Validate reservedip migration api validates the given reservedip
            for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.IRouteOperations">
            <summary>
            The Network Management API includes operations for managing the routes
            for your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.AbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort routetable migration api validates and aborts the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.AddRouteTableToSubnetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.AddRouteTableToSubnetParameters,System.Threading.CancellationToken)">
            <summary>
            Set the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='vnetName'>
            The name of the virtual network that contains the provided subnet.
            </param>
            <param name='subnetName'>
            The name of the subnet that the route table will be added to.
            </param>
            <param name='parameters'>
            The parameters necessary to add a route table to the provided
            subnet.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.BeginAbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort routetable migration api validates and aborts the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.BeginAddRouteTableToSubnetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.AddRouteTableToSubnetParameters,System.Threading.CancellationToken)">
            <summary>
            Set the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='vnetName'>
            The name of the virtual network that contains the provided subnet.
            </param>
            <param name='subnetName'>
            The name of the subnet that the route table will be added to.
            </param>
            <param name='parameters'>
            The parameters necessary to add a route table to the provided
            subnet.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.BeginCommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit routetable migration api validates and commits the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.BeginCreateRouteTableAsync(Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters,System.Threading.CancellationToken)">
            <summary>
            Create the specified route table for this subscription.
            </summary>
            <param name='parameters'>
            The parameters necessary to create a new route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.BeginDeleteRouteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='routeTableName'>
            The name of the route table where the provided route will be set.
            </param>
            <param name='routeName'>
            The name of the route that will be set on the provided route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.BeginDeleteRouteTableAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the specified route table for this subscription.
            </summary>
            <param name='routeTableName'>
            The name of the route table to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.BeginPrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare routetable migration api validates and prepares the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.BeginRemoveRouteTableFromSubnetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Remove the route table from the provided subnet in the provided
            virtual network in this subscription.
            </summary>
            <param name='vnetName'>
            The name of the virtual network that contains the provided subnet.
            </param>
            <param name='subnetName'>
            The name of the subnet that the route table will be removed from.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.BeginSetRouteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters,System.Threading.CancellationToken)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='routeTableName'>
            The name of the route table where the provided route will be set.
            </param>
            <param name='routeName'>
            The name of the route that will be set on the provided route table.
            </param>
            <param name='parameters'>
            The parameters necessary to create a new route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.CommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit routetable migration api validates and commits the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.CreateRouteTableAsync(Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters,System.Threading.CancellationToken)">
            <summary>
            Create the specified route table for this subscription.
            </summary>
            <param name='parameters'>
            The parameters necessary to create a new route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.DeleteRouteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='routeTableName'>
            The name of the route table where the provided route will be set.
            </param>
            <param name='routeName'>
            The name of the route that will be set on the provided route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.DeleteRouteTableAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the specified route table for this subscription.
            </summary>
            <param name='routeTableName'>
            The name of the route table to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.GetEffectiveRouteTableForNetworkInterfaceAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the effective route table for the provided network interface in
            this subscription.
            </summary>
            <param name='serviceName'>
            The name of the cloud service.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='roleinstanceName'>
            The name of the role instance.
            </param>
            <param name='networkInterfaceName'>
            The name of the network interface.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.GetEffectiveRouteTableForRoleInstanceAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the effective route table for the provided role instance in
            this subscription.
            </summary>
            <param name='serviceName'>
            The name of the cloud service.
            </param>
            <param name='deploymentName'>
            The name of the deployment.
            </param>
            <param name='roleinstanceName'>
            The name of the role instance.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.GetRouteTableAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get the specified route table for this subscription.
            </summary>
            <param name='routeTableName'>
            The name of the route table in this subscription to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.GetRouteTableForSubnetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='vnetName'>
            The name of the virtual network that contains the provided subnet.
            </param>
            <param name='subnetName'>
            The name of the subnet.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.GetRouteTableWithDetailsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the specified route table for this subscription.
            </summary>
            <param name='routeTableName'>
            The name of the route table in this subscription to retrieve.
            </param>
            <param name='detailLevel'>
            The amount of detail about the requested route table that will be
            returned.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.ListRouteTablesAsync(System.Threading.CancellationToken)">
            <summary>
            List the existing route tables for this subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.PrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare routetable migration api validates and prepares the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.RemoveRouteTableFromSubnetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Remove the route table from the provided subnet in the provided
            virtual network in this subscription.
            </summary>
            <param name='vnetName'>
            The name of the virtual network that contains the provided subnet.
            </param>
            <param name='subnetName'>
            The name of the subnet that the route table will be removed from.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.SetRouteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters,System.Threading.CancellationToken)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='routeTableName'>
            The name of the route table where the provided route will be set.
            </param>
            <param name='routeName'>
            The name of the route that will be set on the provided route table.
            </param>
            <param name='parameters'>
            The parameters necessary to create a new route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IRouteOperations.ValidateMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Validate routetable migration api validates the given routetable
            for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.IStaticIPOperations">
            <summary>
            The Network Management API includes operations for managing the static
            IPs for your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IStaticIPOperations.CheckAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Check Static IP operation retrieves the details for the
            availability of static IP addresses for the given virtual network.
            </summary>
            <param name='networkName'>
            The name of the virtual network.
            </param>
            <param name='ipAddress'>
            The address of the static IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A response that indicates the availability of a static IP address,
            and if not, provides a list of suggestions.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations">
            <summary>
            The Network Management API includes operations for managing the Virtual
            IPs for your deployment.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.AddAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Add Virtual IP operation adds a logical Virtual IP to the
            deployment.
            </summary>
            <param name='serviceName'>
            The name of the hosted service that contains the given deployment.
            </param>
            <param name='deploymentName'>
            The name of the deployment where the logical Virtual IP is to be
            added.
            </param>
            <param name='virtualIPName'>
            The name of the logical Virtual IP to be added.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.BeginAddingAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Adding Virtual IP operation adds a logical Virtual IP to
            the deployment.
            </summary>
            <param name='serviceName'>
            The name of the hosted service that contains the given deployment.
            </param>
            <param name='deploymentName'>
            The name of the deployment where the logical Virtual IP is to be
            added.
            </param>
            <param name='virtualIPName'>
            The name of the logical Virtual IP to be added.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.BeginRemovingAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Removing Virtual IP operation removes a logical Virtual
            IP from the deployment.
            </summary>
            <param name='serviceName'>
            The name of the hosted service that contains the given deployment.
            </param>
            <param name='deploymentName'>
            The name of the deployment whose logical Virtual IP is to be
            removed.
            </param>
            <param name='virtualIPName'>
            The name of the logical Virtual IP to be added.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Virtual IP operation removes a logical Virtual IP from
            the deployment.
            </summary>
            <param name='serviceName'>
            The name of the hosted service that contains the given deployment.
            </param>
            <param name='deploymentName'>
            The name of the deployment whose logical Virtual IP is to be
            removed.
            </param>
            <param name='virtualIPName'>
            The name of the logical Virtual IP to be removed.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.AddRouteTableToSubnetParameters.RouteTableName">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.AddRouteTableToSubnetParameters.#ctor">
            <summary>
            Initializes a new instance of the AddRouteTableToSubnetParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.AGHttpListener.FrontendIP">
            <summary>
            Optional. Name of the Frontend IP.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.AGHttpListener.FrontendPort">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.AGHttpListener.Name">
            <summary>
            Optional. Name of the Front End Port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.AGHttpListener.Protocol">
            <summary>
            Optional. Protocol
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.AGHttpListener.SslCert">
            <summary>
            Optional. Whether to do load balancing using cookie based affinity
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.AGHttpListener.#ctor">
            <summary>
            Initializes a new instance of the AGHttpListener class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate">
            <summary>
            Parameters supplied to AddApplicationGatewayCertificate
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate.CertificateFormat">
            <summary>
            Optional. Certificate file format.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate.Data">
            <summary>
            Optional. Certificate file data.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate.Password">
            <summary>
            Optional. Certificate file password.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate.#ctor">
            <summary>
            Initializes a new instance of the ApplicationGatewayCertificate
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate">
            <summary>
            Response of GetApplicationGatewayCertificate request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate.Data">
            <summary>
            Optional. Certificate file data.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate.Name">
            <summary>
            Optional. Certificate name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate.State">
            <summary>
            Optional. Certificate provisioning state.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate.#ctor">
            <summary>
            Initializes a new instance of the ApplicationGatewayGetCertificate
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration">
            <summary>
            The response to a GetApplicationGatewayConfiguation request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration.BackendAddressPools">
            <summary>
            Optional. Backend Address Pool
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration.BackendHttpSettingsList">
            <summary>
            Optional. Backend Http Setting
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration.FrontendIPConfigurations">
            <summary>
            Optional. Frontend IPs of application gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration.FrontendPorts">
            <summary>
            Optional. Front end ports on the application gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration.HttpListeners">
            <summary>
            Optional. Backend Http Setting
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration.HttpLoadBalancingRules">
            <summary>
            Optional. Backend Http Setting
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration.Probes">
            <summary>
            Optional. Probes of application gateway.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration.#ctor">
            <summary>
            Initializes a new instance of the
            ApplicationGatewayGetConfiguration class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse">
            <summary>
            The response body contains details of the application gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse.Description">
            <summary>
            Optional. User supplied description of the gateway
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse.DnsName">
            <summary>
            Optional. DNS name for the gateay.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse.GatewaySize">
            <summary>
            Optional. The size of each gateway instance.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse.InstanceCount">
            <summary>
            Optional. The number of instances of this gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse.Name">
            <summary>
            Optional. The friendly name of the gateway
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse.State">
            <summary>
            Optional. The provisioning state of the gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse.Subnets">
            <summary>
            Optional. Subnets in the vnet to which the gateway belongs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse.VirtualIPs">
            <summary>
            Optional. Virtual IP list of the gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse.VnetName">
            <summary>
            Optional. The VNET to which the gateway belongs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ApplicationGatewayGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate">
            <summary>
            The response to a ListApplicationGatewayCertificate request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate.ApplicationGatewayCertificates">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate.#ctor">
            <summary>
            Initializes a new instance of the ApplicationGatewayListCertificate
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse">
            <summary>
            The response of ListApplicationGateways request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse.ApplicationGateways">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse.#ctor">
            <summary>
            Initializes a new instance of the ApplicationGatewayListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ApplicationGateways.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ApplicationGateways.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation">
            <summary>
            The operation to be executed on application gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation.OperationType">
            <summary>
            Optional. Operation Type.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation.#ctor">
            <summary>
            Initializes a new instance of the ApplicationGatewayOperation class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse">
            <summary>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or has
            failed. Note that this status is distinct from the HTTP status code
            returned for the Get Operation Status operation itself. If the
            asynchronous operation succeeded, the response body includes the HTTP
            status code for the successful request. If the asynchronous operation
            failed, the response body includes the HTTP status code for the failed
            request, and also includes error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse.Data">
            <summary>
            Optional. Data returned for the asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse.Error">
            <summary>
            Optional. If the asynchronous operation failed, the response body
            includes the HTTP status code for the failed request, and also
            includes error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse.HttpStatusCode">
            <summary>
            Optional. The HTTP status code for the asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse.Id">
            <summary>
            Optional. The request ID of the asynchronous request. This value is
            returned in the x-ms-request-id response header of the
            asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse.Status">
            <summary>
            Optional. The status of the asynchronous request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ApplicationGatewayOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse.ErrorDetails">
            <summary>
            If the asynchronous operation failed, the response body includes
            the HTTP status code for the failed request, and also includes
            error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse.ErrorDetails.Code">
            <summary>
            Optional. The management service error code returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse.ErrorDetails.Message">
            <summary>
            Optional. The management service error message returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse.ErrorDetails.#ctor">
            <summary>
            Initializes a new instance of the ErrorDetails class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration">
            <summary>
            The parameters supplied to a SetApplicationGatewayConfiguation request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration.BackendAddressPools">
            <summary>
            Optional. Backend Address Pool
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration.BackendHttpSettingsList">
            <summary>
            Optional. Backend Http Setting
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration.FrontendIPConfigurations">
            <summary>
            Optional. Frontend IPs of application gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration.FrontendPorts">
            <summary>
            Optional. Frontend ports on the application gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration.HttpListeners">
            <summary>
            Optional. Backend Http Setting
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration.HttpLoadBalancingRules">
            <summary>
            Optional. Backend Http Setting
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration.Probes">
            <summary>
            Optional. Probes of application gateway.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration.#ctor">
            <summary>
            Initializes a new instance of the
            ApplicationGatewaySetConfiguration class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.AsyncOperationStatus">
            <summary>
            The status of the async operation
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.BackendAddressPool">
            <summary>
            Collection of backend servers
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BackendAddressPool.BackendServers">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BackendAddressPool.Name">
            <summary>
            Optional. Name of the Backend Address Pool.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.BackendAddressPool.#ctor">
            <summary>
            Initializes a new instance of the BackendAddressPool class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.BackendHttpSettings">
            <summary>
            Backend HTTP settings
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BackendHttpSettings.CookieBasedAffinity">
            <summary>
            Optional. Whether to do load balancing using cookie based affinity
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BackendHttpSettings.Name">
            <summary>
            Optional. Name of the Front End Port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BackendHttpSettings.Port">
            <summary>
            Optional. Port number.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BackendHttpSettings.Probe">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BackendHttpSettings.Protocol">
            <summary>
            Optional. Protocol
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BackendHttpSettings.RequestTimeout">
            <summary>
            Optional. RequestTimeout in seconds. ARR will fail the request if
            response not received within RequestTimeout
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.BackendHttpSettings.#ctor">
            <summary>
            Initializes a new instance of the BackendHttpSettings class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.BackendServer">
            <summary>
            backend server
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BackendServer.IPAddress">
            <summary>
            Optional. IP address of backend server.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.BackendServer.#ctor">
            <summary>
            Initializes a new instance of the BackendServer class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BgpSettings.Asn">
            <summary>
            Optional. Autonomous System Number
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BgpSettings.BgpPeeringAddress">
            <summary>
            Optional. IP address/BGP identifier
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.BgpSettings.PeerWeight">
            <summary>
            Optional. Weight for routes learned from this peer
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.BgpSettings.#ctor">
            <summary>
            Initializes a new instance of the BgpSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParameters.Certificate">
            <summary>
            Required. The new client root certificate to upload, represented as
            a hex-encoded string.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ClientRootCertificateCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            ClientRootCertificateCreateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateGetResponse">
            <summary>
            Response to the Get Client Root Certificate operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateGetResponse.Certificate">
            <summary>
            Optional. The current client root certificate for the network
            gateway.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ClientRootCertificateGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse">
            <summary>
            The response for the List Client Root Certificates operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse.ClientRootCertificates">
            <summary>
            Optional. The list of client root certificates.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse.#ctor">
            <summary>
            Initializes a new instance of the ClientRootCertificateListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ClientRootCertificates.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ClientRootCertificates.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse.ClientRootCertificate.ExpirationTime">
            <summary>
            Optional. Specifies the time that the certificate will expire.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse.ClientRootCertificate.Subject">
            <summary>
            Optional. Specifies the distinguished name of the certificate
            issuer.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse.ClientRootCertificate.Thumbprint">
            <summary>
            Optional. Specifies the thumbprint of the certificate.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateListResponse.ClientRootCertificate.#ctor">
            <summary>
            Initializes a new instance of the ClientRootCertificate class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters">
            <summary>
            The parameters of a create application gateway request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters.Description">
            <summary>
            Optional. Gateway Description.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters.GatewaySize">
            <summary>
            Optional. The size of each gateway instance.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters.InstanceCount">
            <summary>
            Optional. The number of instances to create for this gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters.Name">
            <summary>
            Optional. Friendly Name of the gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters.Subnets">
            <summary>
            Optional. Subnets in the vnet to which the gateway belongs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters.VnetName">
            <summary>
            Optional. The vnet to which the gateway belongs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters.#ctor">
            <summary>
            Initializes a new instance of the
            CreateApplicationGatewayParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters.Label">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters.Location">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters.Name">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters.#ctor">
            <summary>
            Initializes a new instance of the CreateRouteTableParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.EffectiveNextHop">
            <summary>
            The next hop of this route.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.EffectiveNextHop.IpAddresses">
            <summary>
            Required. Gets or sets the effective next hop IP addresses.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.EffectiveNextHop.Type">
            <summary>
            Required. Gets or sets the type of the effective next hop.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.EffectiveNextHop.#ctor">
            <summary>
            Initializes a new instance of the EffectiveNextHop class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.EffectiveNextHop.#ctor(System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the EffectiveNextHop class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.EffectiveRoute">
            <summary>
            An effective route within an effective route table.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.EffectiveRoute.AddressPrefixes">
            <summary>
            Optional. Gets or sets the address prefixes that apply to this
            route, in CIDR format.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.EffectiveRoute.EffectiveNextHop">
            <summary>
            Required. Gets or sets the effective next hop for this route.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.EffectiveRoute.Name">
            <summary>
            Required. Gets or sets the name of the Route.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.EffectiveRoute.Source">
            <summary>
            Required. Gets or sets the ource of this route.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.EffectiveRoute.Status">
            <summary>
            Required. Gets or sets the status of this route.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.EffectiveRoute.#ctor">
            <summary>
            Initializes a new instance of the EffectiveRoute class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.EffectiveRouteTable">
            <summary>
            An effective route table for a role instance or network interface.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.EffectiveRouteTable.EffectiveRoutes">
            <summary>
            Optional. Gets or sets the routes in this effective route table
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.EffectiveRouteTable.#ctor">
            <summary>
            Initializes a new instance of the EffectiveRouteTable class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.FrontendIPConfiguration">
            <summary>
            Frontend IP
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.FrontendIPConfiguration.Name">
            <summary>
            Optional. Name of the Frontend IP.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.FrontendIPConfiguration.StaticIPAddress">
            <summary>
            Optional. Frontend IP address.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.FrontendIPConfiguration.Type">
            <summary>
            Optional. Type of the Frontend IP.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.FrontendIPConfiguration.#ctor">
            <summary>
            Initializes a new instance of the FrontendIPConfiguration class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.FrontendPort">
            <summary>
            Front end port
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.FrontendPort.Name">
            <summary>
            Optional. Name of the Front End Port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.FrontendPort.Port">
            <summary>
            Optional. Port number.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.FrontendPort.#ctor">
            <summary>
            Initializes a new instance of the FrontendPort class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters">
            <summary>
            The parameters for the Connect, Disconnect, or Test request
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters.IPAddress">
            <summary>
            Optional. Required if operation is set to Test; otherwise not used.
            Specifies the IP address of the target local network site with
            which the gateway will test connectivity.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters.Operation">
            <summary>
            Required. Specifies the operation to perform on the connection. Can
            be set to Connect, Disconnect, or Test to connect to a local
            network, disconnect from a local network, or test the gateway's
            connection to a local network site.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters.#ctor">
            <summary>
            Initializes a new instance of the
            GatewayConnectDisconnectOrTestParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters.#ctor(Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionUpdateOperation)">
            <summary>
            Initializes a new instance of the
            GatewayConnectDisconnectOrTestParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters">
            <summary>
            Parameters supplied to the Create Virtual Network Gateway Connection
            operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters.ConnectedEntityId">
            <summary>
            Optional. The Service Key / Local network gateway Id / Vnet Network
            Gateway Id.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters.EnableBgp">
            <summary>
            Optional. Whether to establish a BGP session over this connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters.GatewayConnectionName">
            <summary>
            Optional. The name of the virtual network gateway connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters.GatewayConnectionType">
            <summary>
            Optional. The connection type of gateway:
            Ipsec/Dedicated/VpnClient/Vnet2Vnet.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters.RoutingWeight">
            <summary>
            Optional. The Routing Weight.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters.SharedKey">
            <summary>
            Optional. The Ipsec share key.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters.VirtualNetworkGatewayId">
            <summary>
            Optional. The Virtual network gateway Id.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the GatewayConnectionCreateParameters
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse.ConnectedEntityId">
            <summary>
            Optional. The Service Key / Local network gateway Id / Vnet Network
            Gateway Id.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse.EnableBgp">
            <summary>
            Optional. Whether BGP is enabled for this connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse.GatewayConnectionName">
            <summary>
            Optional. The name of the virtual network gateway connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse.GatewayConnectionType">
            <summary>
            Optional. The connection type of gateway:
            Ipsec/Dedicated/VpnClient/Vnet2Vnet.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse.RoutingWeight">
            <summary>
            Optional. The Routing Weight.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse.SharedKey">
            <summary>
            Optional. The Ipsec share key.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse.VirtualNetworkGatewayId">
            <summary>
            Optional. The Virtual network gateway Id.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayConnectionGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionUpdateOperation">
            <summary>
            Specifies the operation to perform on the connection. Can be set to
            Connect, Disconnect, or Test to connect to a local network, disconnect
            from a local network, or test the gateway's connection to a local
            network site.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters">
            <summary>
            Parameters supplied to the Create Virtual Network Gateway operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters.GatewaySKU">
            <summary>
            Optional. The SKU of this virtual network gateway. Valid values are
            Default and HighPerformance.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters.GatewayType">
            <summary>
            Optional. The routing type for this virtual network gateway.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the GatewayCreateParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayDefaultSite">
            <summary>
            A site that has a default route.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayDefaultSite.Name">
            <summary>
            Optional. The default local network site name.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayDefaultSite.#ctor">
            <summary>
            Initializes a new instance of the GatewayDefaultSite class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsState">
            <summary>
            Standard states for Virtual Network Gateway Diagnostics Events.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus">
            <summary>
            The status of a gateway diagnostics operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus.DiagnosticsUrl">
            <summary>
            Optional. The url where the diagnostics data can be found.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus.State">
            <summary>
            Optional. The current state of the gateway's diagnostics session.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus.#ctor">
            <summary>
            Initializes a new instance of the GatewayDiagnosticsStatus class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayEvent">
            <summary>
            A management event for the virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayEvent.Data">
            <summary>
            Optional. Additional data associated with this event.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayEvent.Id">
            <summary>
            Optional. The event ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayEvent.Message">
            <summary>
            Optional. The event message.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayEvent.Timestamp">
            <summary>
            Optional. The date and time when the event occurred.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayEvent.#ctor">
            <summary>
            Initializes a new instance of the GatewayEvent class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters">
            <summary>
            The parameters to the Generate VPN Client Package request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters.ProcessorArchitecture">
            <summary>
            Required. The client processor architecture.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters.#ctor">
            <summary>
            Initializes a new instance of the
            GatewayGenerateVpnClientPackageParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters.#ctor(Microsoft.WindowsAzure.Management.Network.Models.GatewayProcessorArchitecture)">
            <summary>
            Initializes a new instance of the
            GatewayGenerateVpnClientPackageParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters">
            <summary>
            The vendor, platform, and OS family of the requested device
            configuration script.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters.OSFamily">
            <summary>
            Optional. The device OS family.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters.Platform">
            <summary>
            Optional. The device platform.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters.Vendor">
            <summary>
            Optional. The name of the device vendor.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters.#ctor">
            <summary>
            Initializes a new instance of the
            GatewayGetDeviceConfigurationScriptParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse">
            <summary>
            The configuration script returned from the get device configuration
            script operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse.ConfigurationScript">
            <summary>
            Optional. The requested configuration script for the local network
            device.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse.#ctor">
            <summary>
            Initializes a new instance of the
            GatewayGetDeviceConfigurationScriptResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse">
            <summary>
            The response that will be returned from a GetIPsecParameters request.
            This contains the IPsec parameters for the specified connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse.IPsecParameters">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayGetIPsecParametersResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse">
            <summary>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is in progress, or has
            failed. Note that this status is distinct from the HTTP status code
            returned for the Get Operation Status operation itself. If the
            asynchronous operation succeeded, the response body includes the HTTP
            status code for the successful request. If the asynchronous operation
            failed, the response body includes the HTTP status code for the failed
            request, and also includes error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse.Error">
            <summary>
            Optional. If the asynchronous operation failed, the response body
            includes the HTTP status code for the failed request, and also
            includes error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse.HttpStatusCode">
            <summary>
            Optional. The HTTP status code for the asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse.Id">
            <summary>
            Optional. The request ID of the asynchronous request. This value is
            returned in the x-ms-request-id response header of the
            asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse.Status">
            <summary>
            Optional. The status of the asynchronous request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayGetOperationStatusResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse.ErrorDetails">
            <summary>
            If the asynchronous operation failed, the response body includes
            the HTTP status code for the failed request, and also includes
            error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse.ErrorDetails.Code">
            <summary>
            Optional. The management service error code returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse.ErrorDetails.Message">
            <summary>
            Optional. The management service error message returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse.ErrorDetails.#ctor">
            <summary>
            Initializes a new instance of the ErrorDetails class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse.DefaultSite">
            <summary>
            Optional. The default site on the gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse.GatewaySKU">
            <summary>
            Optional. The SKU for this virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse.GatewayType">
            <summary>
            Optional. The type of gateway routing used for this virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse.LastEvent">
            <summary>
            Optional. The last recorded event for this virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse.State">
            <summary>
            Optional. The provisioning state of the virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse.VipAddress">
            <summary>
            Optional. The virtual IP address for this virtual network gateway.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse">
            <summary>
            The response to the get shared key request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse.SharedKey">
            <summary>
            Optional. Contains the shared key used by the gateway to
            authenticate connections to sites on a virtual network.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayGetSharedKeyResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse">
            <summary>
            The response to a ListConnections request to a Virtual Network Gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.Connections">
            <summary>
            Optional. The list of connections.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayListConnectionsResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.GetEnumerator">
            <summary>
            Gets the sequence of Connections.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Connections.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.GatewayConnection.AllocatedIPAddresses">
            <summary>
            Optional. If LocalNetworkSiteName is defined as
            VPNClientConnection, this element contains a list of IP
            addresses (represented as strings) that are assigned to
            currently connected VPN clients.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.GatewayConnection.ConnectivityState">
            <summary>
            Optional. The connection state of the site. You can set the
            connection state to Connected, Connecting, or NotConnected.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.GatewayConnection.EgressBytesTransferred">
            <summary>
            Optional. The number of bytes of data transferred out through
            this connection since it was started.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.GatewayConnection.IngressBytesTransferred">
            <summary>
            Optional. The number of bytes of data transferred in through
            this connection since it was started.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.GatewayConnection.LastConnectionEstablished">
            <summary>
            Optional. The time that the last connection was established.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.GatewayConnection.LastEvent">
            <summary>
            Optional. A record of the last provisioning event for this
            connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.GatewayConnection.LocalNetworkSiteName">
            <summary>
            Optional. The name of the local network site represented by the
            connection.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.GatewayConnection.#ctor">
            <summary>
            Initializes a new instance of the GatewayConnection class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse">
            <summary>
            The response to a ListGatewayConnections request to a Virtual Network
            Gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnections">
            <summary>
            Optional. The list of gateway connections.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.#ctor">
            <summary>
            Initializes a new instance of the
            GatewayListGatewayConnectionsResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.GetEnumerator">
            <summary>
            Gets the sequence of VirtualNetworkGatewayConnections.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of VirtualNetworkGatewayConnections.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnection.ConnectedEntityId">
            <summary>
            Optional. The Service Key / Local network gateway Id / Vnet
            Network Gateway Id.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnection.EnableBgp">
            <summary>
            Optional. Whether to establish a BGP session over this
            connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnection.GatewayConnectionName">
            <summary>
            Optional. The name of the virtual network gateway connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnection.GatewayConnectionType">
            <summary>
            Optional. The connection type of gateway:
            Ipsec/Dedicated/VpnClient/Vnet2Vnet.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnection.RoutingWeight">
            <summary>
            Optional. The Routing Weight.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnection.SharedKey">
            <summary>
            Optional. The Ipsec share key.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnection.VirtualNetworkGatewayId">
            <summary>
            Optional. The Virtual network gateway Id.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnection.#ctor">
            <summary>
            Initializes a new instance of the
            VirtualNetworkGatewayConnection class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse">
            <summary>
            The response to the list supported devices request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Vendors">
            <summary>
            Optional. The set of supported vendors.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Version">
            <summary>
            Optional. The version for this device configuration list.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.#ctor">
            <summary>
            Initializes a new instance of the
            GatewayListSupportedDevicesResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.OSFamily.Name">
            <summary>
            Optional. The name of the OS family.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.OSFamily.#ctor">
            <summary>
            Initializes a new instance of the OSFamily class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Platform">
            <summary>
            The name and supported OS families for this vendor on the platform.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Platform.Name">
            <summary>
            Optional. The platform name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Platform.OSFamilies">
            <summary>
            Optional. The supported OS families for this platform.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Platform.#ctor">
            <summary>
            Initializes a new instance of the Platform class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Vendor">
            <summary>
            The name and supported platforms for the vendor.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Vendor.Name">
            <summary>
            Optional. The vendor name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Vendor.Platforms">
            <summary>
            Optional. The supported platforms for the vendor.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Vendor.#ctor">
            <summary>
            Initializes a new instance of the Vendor class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse.OperationId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationStatus">
            <summary>
            The status of the asynchronous request.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationStatus.InProgress">
            <summary>
            The asynchronous request is in progress.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationStatus.Successful">
            <summary>
            The asynchronous request succeeded.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationStatus.Failed">
            <summary>
            The asynchronous request failed.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayProcessorArchitecture">
            <summary>
            The processor architecture for the generated VPN client package.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayProfile">
            <summary>
            Possible values for the Gateway Profile.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayProvisioningEventStates">
            <summary>
            Standard states for Virtual Network Gateway Provisioning Events.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters">
            <summary>
            The length of shared key to generate.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters.KeyLength">
            <summary>
            Optional. The number of bytes in the shared key. Minimum is 1 and
            maximum is 128
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters.#ctor">
            <summary>
            Initializes a new instance of the GatewayResetSharedKeyParameters
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters">
            <summary>
            The parameters for SetDefaultSites.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters.DefaultSite">
            <summary>
            Optional. The default local network site.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters.#ctor">
            <summary>
            Initializes a new instance of the
            GatewaySetDefaultSiteListParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters">
            <summary>
            The IPsec parameters to set for the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters.Parameters">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters.#ctor">
            <summary>
            Initializes a new instance of the
            GatewaySetIPsecParametersParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters">
            <summary>
            The shared key value to set for the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters.Value">
            <summary>
            Optional. Contains the shared key used by the gateway to
            authenticate connections to sites on a virtual network.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters.#ctor">
            <summary>
            Initializes a new instance of the GatewaySetSharedKeyParameters
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GatewaySKU">
            <summary>
            The different SKUs that a gateway can have.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GetEffectiveRouteTableResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GetEffectiveRouteTableResponse.EffectiveRouteTable">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GetEffectiveRouteTableResponse.#ctor">
            <summary>
            Initializes a new instance of the GetEffectiveRouteTableResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableForSubnetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableForSubnetResponse.RouteTableName">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableForSubnetResponse.#ctor">
            <summary>
            Initializes a new instance of the GetRouteTableForSubnetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse.RouteTable">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableResponse.#ctor">
            <summary>
            Initializes a new instance of the GetRouteTableResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.HttpLoadBalancingRule.BackendAddressPool">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.HttpLoadBalancingRule.BackendHttpSettings">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.HttpLoadBalancingRule.Listener">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.HttpLoadBalancingRule.Name">
            <summary>
            Optional. Name of the Front End Port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.HttpLoadBalancingRule.Type">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.HttpLoadBalancingRule.#ctor">
            <summary>
            Initializes a new instance of the HttpLoadBalancingRule class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.IaasClassicToArmMigrationState">
            <summary>
            Known values of IaaS Classic to ARM migration state.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.IPForwardingGetResponse">
            <summary>
            The IP Forwarding state associated with a role or network interface.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.IPForwardingGetResponse.State">
            <summary>
            Optional. Gets or sets state of IP Forwarding of a role or network
            interface from this subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.IPForwardingGetResponse.#ctor">
            <summary>
            Initializes a new instance of the IPForwardingGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters">
            <summary>
            Parameters supplied to the set IP Forwarding operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters.State">
            <summary>
            Required. Gets or sets state of IPForwarding for a role or network
            interface.Allowed values are "Enabled", "Disabled".
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters.#ctor">
            <summary>
            Initializes a new instance of the IPForwardingSetParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the IPForwardingSetParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.IPsecParameters.EncryptionType">
            <summary>
            Optional. The encryption type that will be used on the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.IPsecParameters.HashAlgorithm">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.IPsecParameters.PfsGroup">
            <summary>
            Optional. The PfsGroup type that will be used on the connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.IPsecParameters.SADataSizeKilobytes">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.IPsecParameters.SALifeTimeSeconds">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.IPsecParameters.#ctor">
            <summary>
            Initializes a new instance of the IPsecParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse">
            <summary>
            The response to a ListLocalNetworkGateways request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse.LocalNetworkGateways">
            <summary>
            Optional. The list of local network gateways.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse.#ctor">
            <summary>
            Initializes a new instance of the ListLocalNetworkGatewaysResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse.GetEnumerator">
            <summary>
            Gets the sequence of LocalNetworkGateways.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of LocalNetworkGateways.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse.LocalNetworkGateway.AddressSpace">
            <summary>
            Optional. Address space of local network gateway
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse.LocalNetworkGateway.BgpSettings">
            <summary>
            Optional. Local network gateway's BGP settings
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse.LocalNetworkGateway.GatewayName">
            <summary>
            Optional. The local network gateway Name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse.LocalNetworkGateway.Id">
            <summary>
            Optional. The local network Gateway Id
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse.LocalNetworkGateway.IpAddress">
            <summary>
            Optional. The IP address of local network gateway.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse.LocalNetworkGateway.#ctor">
            <summary>
            Initializes a new instance of the LocalNetworkGateway class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ListRouteTablesResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListRouteTablesResponse.RouteTables">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ListRouteTablesResponse.#ctor">
            <summary>
            Initializes a new instance of the ListRouteTablesResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ListRouteTablesResponse.GetEnumerator">
            <summary>
            Gets the sequence of RouteTables.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ListRouteTablesResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of RouteTables.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse">
            <summary>
            The response to a ListVirtualNetworkGateways request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateways">
            <summary>
            Optional. The list of virtual network gateways.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ListVirtualNetworkGatewaysResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.GetEnumerator">
            <summary>
            Gets the sequence of VirtualNetworkGateways.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of VirtualNetworkGateways.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.BgpSettings">
            <summary>
            Optional. Virtual network gateway's BGP settings
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.DefaultSite">
            <summary>
            Optional. The default site on the gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.EnableBgp">
            <summary>
            Optional. EnableBgp flag
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.GatewayId">
            <summary>
            Optional. The local network Gateway Id
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.GatewayName">
            <summary>
            Optional. The virtual network gateway Name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.GatewaySKU">
            <summary>
            Optional. The SKU for this virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.GatewayType">
            <summary>
            Optional. The type of gateway routing used for this virtual
            network.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.LastEvent">
            <summary>
            Optional. The last recorded event for this virtual network
            gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.Location">
            <summary>
            Optional. Location
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.State">
            <summary>
            Optional. The provisioning state of the virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.SubnetId">
            <summary>
            Optional. SubnetId
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.VipAddress">
            <summary>
            Optional. The virtual IP address for this virtual network
            gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.VnetId">
            <summary>
            Optional. VnetId
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse.VirtualNetworkGateway.#ctor">
            <summary>
            Initializes a new instance of the VirtualNetworkGateway class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkConnectionType">
            <summary>
            Possible values for the Local Network Connection Type.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters">
            <summary>
            Parameters supplied to the Create Local Network Gateway operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters.AddressSpace">
            <summary>
            Optional. Address space of local network gateway
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters.BgpSettings">
            <summary>
            Optional. Local network gateway's BGP settings
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters.GatewayName">
            <summary>
            Optional. The name of the local network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters.IpAddress">
            <summary>
            Optional. The Ip address of the local network gateway.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            LocalNetworkGatewayCreateParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse">
            <summary>
            The Create Local Network Gateway operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse.LocalNetworkGatewayId">
            <summary>
            Required. The local network gateway Id.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the LocalNetworkGatewayCreateResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LocalNetworkGatewayCreateResponse
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse.AddressSpace">
            <summary>
            Optional. Address space of local network gateway
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse.BgpSettings">
            <summary>
            Optional. Local network gateway's BGP settings
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse.GatewayName">
            <summary>
            Optional. The local network gateway Name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse.Id">
            <summary>
            Optional. The local network Gateway Id
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse.IpAddress">
            <summary>
            Optional. The IP address of local network gateway.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse.#ctor">
            <summary>
            Initializes a new instance of the LocalNetworkGatewayGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkGetConfigurationResponse">
            <summary>
            The Get Network Configuration operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkGetConfigurationResponse.Configuration">
            <summary>
            Required. The network configuration for this subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkGetConfigurationResponse.#ctor">
            <summary>
            Initializes a new instance of the NetworkGetConfigurationResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkGetConfigurationResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NetworkGetConfigurationResponse
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse">
            <summary>
            The response structure for the Network Operations List operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSites">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.#ctor">
            <summary>
            Initializes a new instance of the NetworkListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.GetEnumerator">
            <summary>
            Gets the sequence of VirtualNetworkSites.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of VirtualNetworkSites.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.AddressSpace.AddressPrefixes">
            <summary>
            Optional. Address spaces, in CIDR format in the virtual network.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.AddressSpace.#ctor">
            <summary>
            Initializes a new instance of the AddressSpace class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Connection">
            <summary>
            Specifies the type of connection of the local network site. The
            value of this element can be either IPsec or Dedicated. The
            default value is IPsec.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Connection.Type">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Connection.#ctor">
            <summary>
            Initializes a new instance of the Connection class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.DnsServer.Address">
            <summary>
            Optional. The IPv4 address of the DNS server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.DnsServer.Name">
            <summary>
            Optional. The name of the DNS server.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.DnsServer.#ctor">
            <summary>
            Initializes a new instance of the DnsServer class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Gateway">
            <summary>
            Contains gateway references to the local network sites that the
            virtual network can connect to.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Gateway.Profile">
            <summary>
            Optional. The gateway connection size.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Gateway.Sites">
            <summary>
            Optional. The list of local network sites that the virtual
            network can connect to.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Gateway.VPNClientAddressPool">
            <summary>
            Optional. The VPN Client Address Pool reserves a pool of IP
            addresses for VPN clients. This object is used for
            point-to-site connectivity.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Gateway.#ctor">
            <summary>
            Initializes a new instance of the Gateway class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.LocalNetworkSite">
            <summary>
            Contains the list of parameters defining the local network site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.LocalNetworkSite.AddressSpace">
            <summary>
            Optional. The address space of the local network site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.LocalNetworkSite.Connections">
            <summary>
            Optional. Specifies the types of connections to the local
            network site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.LocalNetworkSite.Name">
            <summary>
            Optional. The name of the local network site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.LocalNetworkSite.VpnGatewayAddress">
            <summary>
            Optional. The IPv4 address of the local network site.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.LocalNetworkSite.#ctor">
            <summary>
            Initializes a new instance of the LocalNetworkSite class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Subnet.AddressPrefix">
            <summary>
            Optional. Represents an address space, in CIDR format that
            defines the subnet.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Subnet.Name">
            <summary>
            Optional. Name of the subnet.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Subnet.NetworkSecurityGroup">
            <summary>
            Optional. Name of Network Security Group associated with this
            subnet.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Subnet.#ctor">
            <summary>
            Initializes a new instance of the Subnet class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite">
            <summary>
            Contains the collections of parameters used to configure a virtual
            network space that is dedicated to your subscription without
            overlapping with other networks
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.AddressSpace">
            <summary>
            Optional. The list of network address spaces for a virtual
            network site. This represents the overall network space
            contained within the virtual network site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.AffinityGroup">
            <summary>
            Optional. An affinity group, which indirectly refers to the
            location where the virtual network exists.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.DnsServers">
            <summary>
            Optional. The list of available DNS Servers associated with the
            virtual network site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.Gateway">
            <summary>
            Optional. The gateway that contains a list of Local Network
            Sites which enable the Virtual Network Site to communicate
            with a customer's on-premise networks.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.Id">
            <summary>
            Optional. A unique string identifier that represents the
            virtual network site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.Label">
            <summary>
            Optional. The friendly identifier for the site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.Location">
            <summary>
            Optional. Gets or sets the virtual network location.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.MigrationState">
            <summary>
            Optional. Specifies the IaaS Classic to ARM migration state of
            the Virtual Network Site. Possible values are: None,
            Preparing, Prepared, PrepareFailed, Committing, Committed,
            CommitFailed, Aborting, AbortFailed. None is treated as null
            value and it is not be visible.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.Name">
            <summary>
            Optional. Name of the virtual network site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.State">
            <summary>
            Optional. Current status of the virtual network. (Created,
            Creating, Updating, Deleting, or Unavailable.)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.Subnets">
            <summary>
            Optional. The list of network subnets for a virtual network
            site. All network subnets must be contained within the overall
            virtual network address spaces.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.#ctor">
            <summary>
            Initializes a new instance of the VirtualNetworkSite class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VPNClientAddressPool">
            <summary>
            The VPN Client Address Pool reserves a pool of IP addresses for VPN
            clients. This object is used for point-to-site connectivity.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VPNClientAddressPool.AddressPrefixes">
            <summary>
            Optional. The CIDR identifiers that identify addresses in the
            pool.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VPNClientAddressPool.#ctor">
            <summary>
            Initializes a new instance of the VPNClientAddressPool class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationMessage">
            <summary>
            A validation message for migrating a network resource
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationMessage.Category">
            <summary>
            Optional. Category of this message item.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationMessage.Message">
            <summary>
            Optional. Body of the message
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationMessage.ResourceName">
            <summary>
            Optional. Name of the resource described in the message.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationMessage.ResourceType">
            <summary>
            Optional. Type of the resource described in the message.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationMessage.VirtualMachineName">
            <summary>
            Optional. Name of the virtual machine related to the message.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationMessage.#ctor">
            <summary>
            Initializes a new instance of the NetworkMigrationValidationMessage
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse">
            <summary>
            The Validate Network Migration operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse.ValidationMessages">
            <summary>
            Optional. Validation messages for the resources to be migrated.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            NetworkMigrationValidationResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse.GetEnumerator">
            <summary>
            Gets the sequence of validationMessages.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of validationMessages.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters">
            <summary>
            Parameters supplied to the Create Reserved IP operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters.DeploymentName">
            <summary>
            Optional. The name of the deployment the IP belongs to, if used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters.Label">
            <summary>
            Optional. The friendly identifier for the site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters.Location">
            <summary>
            Optional. Location where the virtual network exists.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters.Name">
            <summary>
            Optional. Name of the reserved IP.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters.ServiceName">
            <summary>
            Optional. The name of the service the IP belongs to, if used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters.VirtualIPName">
            <summary>
            Optional. The name of the virtual IP that we should reserve.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the NetworkReservedIPCreateParameters
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse">
            <summary>
            A reserved IP associated with your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse.Address">
            <summary>
            Optional. The IP address of the reserved IP.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse.DeploymentName">
            <summary>
            Optional. The name of the deployment the IP belongs to, if used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse.Id">
            <summary>
            Optional. A unique string identifier that represents the reserved
            IP.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse.InUse">
            <summary>
            Optional. The indicator of whether the reserved IP is used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse.Label">
            <summary>
            Optional. The friendly identifier of the site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse.Location">
            <summary>
            Optional. Location where the virtual network exists.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse.Name">
            <summary>
            Optional. Name of the reserved IP.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse.ServiceName">
            <summary>
            Optional. The name of the service the IP belongs to, if used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse.State">
            <summary>
            Optional. Current status of the reserved IP. (Created, Creating,
            Updating, Deleting, or Unavailable.)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse.VirtualIPName">
            <summary>
            Optional. The name of the virtual IP that we should reserve.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse.#ctor">
            <summary>
            Initializes a new instance of the NetworkReservedIPGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse">
            <summary>
            The response structure for the Server List operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIPs">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.#ctor">
            <summary>
            Initializes a new instance of the NetworkReservedIPListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ReservedIPs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ReservedIPs.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP">
            <summary>
            A reserved IP associated with your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP.Address">
            <summary>
            Optional. The IP address of the reserved IP.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP.DeploymentName">
            <summary>
            Optional. The name of the deployment the IP belongs to, if used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP.Id">
            <summary>
            Optional. A unique string identifier that represents the
            reserved IP.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP.InUse">
            <summary>
            Optional. The indicator of whether the reserved IP is used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP.Label">
            <summary>
            Optional. The friendly identifier for the site.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP.Location">
            <summary>
            Optional. Location where the virtual network exists.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP.Name">
            <summary>
            Optional. Name of the reserved IP.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP.ServiceName">
            <summary>
            Optional. The name of the service the IP belongs to, if used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP.State">
            <summary>
            Optional. Current status of the reserved IP. (Created,
            Creating, Updating, Deleting, or Unavailable.)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP.VirtualIPName">
            <summary>
            Optional. The name of the virtual IP that we should reserve.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP.#ctor">
            <summary>
            Initializes a new instance of the ReservedIP class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters">
            <summary>
            Parameters supplied to the Create Reserved IP operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters.DeploymentName">
            <summary>
            Optional. The name of the deployment the IP belongs to, if used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters.ServiceName">
            <summary>
            Optional. The name of the service the IP belongs to, if used.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters.VirtualIPName">
            <summary>
            Optional. The name of the virtual IP on which we want to perform
            the IP Mobility operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters.#ctor">
            <summary>
            Initializes a new instance of the
            NetworkReservedIPMobilityParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroup">
            <summary>
            A Network Security Group associated with your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroup.Label">
            <summary>
            Optional. A description for the Network Security Group.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroup.Location">
            <summary>
            Optional. Location where the Network Security Group exists.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroup.Name">
            <summary>
            Optional. Name of the Network Security Group.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroup.#ctor">
            <summary>
            Initializes a new instance of the NetworkSecurityGroup class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters">
            <summary>
            Parameters supplied to the Add Network Security Group to subnet /
            network interface / role operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters.Name">
            <summary>
            Required. Gets or sets name for a Network Security Group from this
            subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters.#ctor">
            <summary>
            Initializes a new instance of the
            NetworkSecurityGroupAddAssociationParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            NetworkSecurityGroupAddAssociationParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters">
            <summary>
            Parameters supplied to the Create Network Security Group operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters.Label">
            <summary>
            Optional. Gets or sets description for the Network Security Group.
            The description can be up to 1024 characters in length.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters.Location">
            <summary>
            Required. Gets or sets the data center location where the Network
            Security Group will be created.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters.Name">
            <summary>
            Required. Gets or sets name for the Network Security Group that is
            unique to the subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            NetworkSecurityGroupCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the
            NetworkSecurityGroupCreateParameters class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse">
            <summary>
            The Network Security Group associated with an entity: subnet, network
            interface or role.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse.Name">
            <summary>
            Optional. Gets or sets name of the Network Security Group
            associated with this subnet from this subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse.State">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            NetworkSecurityGroupGetAssociationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetDetailLevelTypes">
            <summary>
            Specifies the detail level when getting a Network Security Group.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse">
            <summary>
            A Network Security Group associated with your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse.Label">
            <summary>
            Optional. Gets or sets the description for the Network Security
            Group.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse.Location">
            <summary>
            Optional. Gets or sets the location where the Network Security
            Group exists.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse.Name">
            <summary>
            Optional. Gets or sets the name of the Network Security Group.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse.Rules">
            <summary>
            Optional. Gets or sets the rules existing in the specified Network
            Security Group
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse.#ctor">
            <summary>
            Initializes a new instance of the NetworkSecurityGroupGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupListResponse">
            <summary>
            The List Definitions operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupListResponse.NetworkSecurityGroups">
            <summary>
            Optional. All Network Security Groups in a subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupListResponse.#ctor">
            <summary>
            Initializes a new instance of the NetworkSecurityGroupListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupListResponse.GetEnumerator">
            <summary>
            Gets the sequence of NetworkSecurityGroups.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of NetworkSecurityGroups.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule">
            <summary>
            A Network Security Rule within a Network Security Group.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.Action">
            <summary>
            Required. Allow/Deny. Whether to allow or deny traffic.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.DestinationAddressPrefix">
            <summary>
            Required. CIDR value of Destination IP from which traffic is
            coming. You can specify star (*) to map all traffic or one of
            pre-defined TAGs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.DestinationPortRange">
            <summary>
            Required. Destination Port (single port) or Destination Port Range
            (separated by “-“) or star (*) for all ports. All numbers are
            inclusive. Example: 80, 80-80, 80-81, *
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.IsDefault">
            <summary>
            Required. Specified if this is a default Network Security Rule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.Name">
            <summary>
            Required. Name of Rule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.Priority">
            <summary>
            Required. Priority of the Rule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.Protocol">
            <summary>
            Required. TCP, UDP, *.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.SourceAddressPrefix">
            <summary>
            Required. CIDR value of Source IP from which traffic is coming. You
            can specify star (*) to map all traffic or one of pre-defined TAGs
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.SourcePortRange">
            <summary>
            Required. Source Port (single port) or Source Port Range (separated
            by “-“) or star (*) for all ports. All numbers are inclusive.
            Example: 80, 80-80, 80-81, *
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.State">
            <summary>
            Required. The state of the Network Security Rule
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.Type">
            <summary>
            Required. Type of Rule. Possible values: Inbound (to be evaluated
            against ingress traffic), Outbound (to be evaluated against egress
            traffic).
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityRule.#ctor">
            <summary>
            Initializes a new instance of the NetworkSecurityRule class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters">
            <summary>
            Parameters supplied to the Set Network Security Rule operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters.Action">
            <summary>
            Required. Gets or sets Action. Allow/Deny. Whether to allow or deny
            traffic.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters.DestinationAddressPrefix">
            <summary>
            Required. Gets or sets DestinationAddressPrefix. CIDR value of
            Destination IP from which traffic is coming. You can specify star
            (*) to map all traffic or one of pre-defined TAGs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters.DestinationPortRange">
            <summary>
            Required. Gets or sets destination Port (single port) or
            Destination Port Range (separated by “-“) or star (*) for all
            ports. All numbers are inclusive. Example: 80, 80-80, 80-81, *
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters.Priority">
            <summary>
            Required. Gets or sets Priority. Value from 100 – 4096.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters.Protocol">
            <summary>
            Required. Gets or sets Protocol. TCP, UDP, *.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters.SourceAddressPrefix">
            <summary>
            Required. Gets or sets SourceAddressPrefix. CIDR value of Source IP
            from which traffic is coming. You can specify star (*) to map all
            traffic or one of pre-defined TAGs
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters.SourcePortRange">
            <summary>
            Required. Gets or sets Source Port (single port) or Source Port
            Range (separated by “-“) or star (*) for all ports. All numbers
            are inclusive. Example: 80, 80-80, 80-81, *
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters.Type">
            <summary>
            Required. Gets or sets type of Rule. Possible values: Inbound (to
            be evaluated against ingress traffic), Outbound (to be evaluated
            against egress traffic).
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters.#ctor">
            <summary>
            Initializes a new instance of the NetworkSecuritySetRuleParameters
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters">
            <summary>
            Parameters supplied to the Set Network Configuration operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters.Configuration">
            <summary>
            Required. The network configuration for this subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters.#ctor">
            <summary>
            Initializes a new instance of the NetworkSetConfigurationParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NetworkSetConfigurationParameters
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkStaticIPAvailabilityResponse">
            <summary>
            A response that indicates the availability of a static IP address, and
            if not, provides a list of suggestions.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkStaticIPAvailabilityResponse.AvailableAddresses">
            <summary>
            Optional. The list of the available IP addresses.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkStaticIPAvailabilityResponse.IsAvailable">
            <summary>
            Optional. Whether the IP address is available.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkStaticIPAvailabilityResponse.#ctor">
            <summary>
            Initializes a new instance of the
            NetworkStaticIPAvailabilityResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NextHop.IpAddress">
            <summary>
            Optional. Gets or sets the next hop IP addresses.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.NextHop.Type">
            <summary>
            Optional. Gets or sets the type of the next hop.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.NextHop.#ctor">
            <summary>
            Initializes a new instance of the NextHop class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.Probe.Host">
            <summary>
            Optional. Host name to send probe to.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.Probe.Interval">
            <summary>
            Optional. Probe interval in seconds. This is the time interval
            between two consecutive probes.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.Probe.Name">
            <summary>
            Optional. Name of the Probe.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Microsoft.WindowsAzure.Management.Network.Models.Probe.Path" -->
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.Probe.Protocol">
            <summary>
            Optional. Protocol used to send probe. Http and Https are valid
            protocols.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.Probe.Timeout">
            <summary>
            Optional. Probe timeout in seconds. Probe marked as failed if valid
            response is not received with this timeout period.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.Probe.UnhealthyThreshold">
            <summary>
            Optional. Probe retry count. Backend server is marked down after
            consecutive probe failure count reaches UnhealthyThreshold.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.Probe.#ctor">
            <summary>
            Initializes a new instance of the Probe class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.Protocol">
            <summary>
            The protocol used to talk to Backend Servers
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters.Operation">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters.#ctor">
            <summary>
            Initializes a new instance of the ResetGatewayParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters.GatewaySKU">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters.Operation">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters.#ctor">
            <summary>
            Initializes a new instance of the ResizeGatewayParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.Route.AddressPrefix">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.Route.Metric">
            <summary>
            Optional. Gets or sets the metric of this route.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.Route.Name">
            <summary>
            Optional. Gets or sets the name of this route.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.Route.NextHop">
            <summary>
            Optional. Gets or sets the next hop of this route.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.Route.State">
            <summary>
            Optional. Gets or sets the state of this route.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.Route.#ctor">
            <summary>
            Initializes a new instance of the Route class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.RouteTable.Label">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.RouteTable.Location">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.RouteTable.Name">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.RouteTable.RouteList">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.RouteTable.RouteTableState">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.RouteTable.#ctor">
            <summary>
            Initializes a new instance of the RouteTable class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters.AddressPrefix">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters.Name">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters.NextHop">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters.#ctor">
            <summary>
            Initializes a new instance of the SetRouteParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters">
            <summary>
            Parameters supplied to the Start Public Diagnostics operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters.CaptureDurationInSeconds">
            <summary>
            Optional. The duration of the capture in seconds (between 1 and 300)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters.ContainerName">
            <summary>
            Optional. The container name provided by customer (optional)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters.CustomerStorageKey">
            <summary>
            Optional. The customer's storage account key
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters.CustomerStorageName">
            <summary>
            Optional. The customer's storage account name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters.Operation">
            <summary>
            Optional. The update gateway diagnostics operation to perform on
            the gateway tenant
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters.#ctor">
            <summary>
            Initializes a new instance of the
            StartGatewayPublicDiagnosticsParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters">
            <summary>
            Parameters supplied to the Start Public Diagnostics operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters.Operation">
            <summary>
            Optional. The update gateway diagnostics operation to perform on
            the gateway tenant
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters.#ctor">
            <summary>
            Initializes a new instance of the
            StopGatewayPublicDiagnosticsParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters">
            <summary>
            The update parameters for application gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters.Description">
            <summary>
            Optional. Gateway Description.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters.GatewaySize">
            <summary>
            Optional. The size of each gateway instance.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters.InstanceCount">
            <summary>
            Optional. The number of instances to create for this gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters.Subnets">
            <summary>
            Optional. Subnets in the vnet to which the gateway belongs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters.VnetName">
            <summary>
            Optional. The vnet to which the gateway belongs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters.#ctor">
            <summary>
            Initializes a new instance of the
            UpdateApplicationGatewayParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters">
            <summary>
            Represents the parameters necessary to the update a gateway connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters.EnableBgp">
            <summary>
            Optional. Whether to establish a BGP session over this connection
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters.RoutingWeight">
            <summary>
            Required. The Routing Weight
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters.SharedKey">
            <summary>
            Optional. Ipsec share key
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters.#ctor">
            <summary>
            Initializes a new instance of the UpdateGatewayConnectionParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the UpdateGatewayConnectionParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters.AddressSpace">
            <summary>
            Optional. Address space of local network gateway
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters.BgpSettings">
            <summary>
            Optional. Local network gateway's BGP speaker settings
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters.#ctor">
            <summary>
            Initializes a new instance of the
            UpdateLocalNetworkGatewayParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters">
            <summary>
            Parameters supplied to the Create Virtual Network Gateway operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters.BgpSettings">
            <summary>
            Optional. BGP settings for this virtual network gateway
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters.GatewayName">
            <summary>
            Optional. The name of the virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters.GatewaySKU">
            <summary>
            Optional. The SKU of this virtual network gateway. Valid values are
            Default, HighPerformance and Standard.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters.GatewayType">
            <summary>
            Optional. The routing type for this virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters.Location">
            <summary>
            Optional. The location of the virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters.VnetId">
            <summary>
            Optional. Virtual network Id.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            VirtualNetworkGatewayCreateParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.BgpSettings">
            <summary>
            Optional. Virtual network gateway's BGP settings
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.DefaultSite">
            <summary>
            Optional. The default site on the gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.EnableBgp">
            <summary>
            Optional. EnableBgp flag
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.GatewayId">
            <summary>
            Optional. The local network Gateway Id
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.GatewayName">
            <summary>
            Optional. The virtual network gateway Name.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.GatewaySKU">
            <summary>
            Optional. The SKU for this virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.GatewayType">
            <summary>
            Optional. The type of gateway routing used for this virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.LastEvent">
            <summary>
            Optional. The last recorded event for this virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.Location">
            <summary>
            Optional. Location
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.State">
            <summary>
            Optional. The provisioning state of the virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.SubnetId">
            <summary>
            Optional. SubnetId
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.VipAddress">
            <summary>
            Optional. The virtual IP address for this virtual network gateway.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.VnetId">
            <summary>
            Optional. VnetId
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse.#ctor">
            <summary>
            Initializes a new instance of the VirtualNetworkGatewayGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkState">
            <summary>
            Possible values for the Virtual Network State.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.XrpMigrationResourceType">
            <summary>
            Known values of xRP migration resource types.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.XrpMigrationValidationMessageCategory">
            <summary>
            Known values of xRP migration validation category.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.ApplicationGateways">
            <summary>
            The Application Gateway Management API includes operations for
            managing application gateways in your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.ClientRootCertificates">
            <summary>
            The Network Management API includes operations for managing the
            client root certificates for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.Gateways">
            <summary>
            The Network Management API includes operations for managing the
            gateways for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.IPForwarding">
            <summary>
            The Network Management API includes operations for managing the IP
            Forwarding for your roles and network interfaces in your
            subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.Networks">
            <summary>
            The Network Management API includes operations for managing the
            virtual networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx
            for more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.NetworkSecurityGroups">
            <summary>
            The Network Management API includes operations for managing the
            Network Security Groups for your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.ReservedIPs">
            <summary>
            The Network Management API includes operations for managing the
            reserved IPs for your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.Routes">
            <summary>
            The Network Management API includes operations for managing the
            routes for your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.StaticIPs">
            <summary>
            The Network Management API includes operations for managing the
            static IPs for your subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.VirtualIPs">
            <summary>
            The Network Management API includes operations for managing the
            Virtual IPs for your deployment.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.#ctor">
            <summary>
            Initializes a new instance of the NetworkManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the NetworkManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the NetworkManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the NetworkManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the NetworkManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the NetworkManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.WindowsAzure.Management.Network.NetworkManagementClient})">
            <summary>
            Clones properties from current instance to another
            NetworkManagementClient instance
            </summary>
            <param name='client'>
            Instance of NetworkManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.NetworkManagementClientExtensions">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClientExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.Network.INetworkManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.
            </param>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClientExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.Network.INetworkManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkManagementClient.
            </param>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.NetworkOperations">
            <summary>
            The Network Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.#ctor(Microsoft.WindowsAzure.Management.Network.NetworkManagementClient)">
            <summary>
            Initializes a new instance of the NetworkOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.AbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort Virtual Network migration api validates and aborts the given
            virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.BeginAbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort Virtual Network migration api validates and aborts the given
            virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.BeginCommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit Virtual Network migration api validates and commits the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.BeginPrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare Virtual Network migration api validates and prepare the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.BeginSettingConfigurationAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Setting Network Configuration operation asynchronously
            configures the virtual network. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx
            for more information)
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Configuration
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.CommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit Virtual Network migration api validates and commits the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.GetConfigurationAsync(System.Threading.CancellationToken)">
            <summary>
            The Get Network Configuration operation retrieves the network
            configuration file for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Network Configuration operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Virtual network sites operation retrieves the virtual
            networks configured for the subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157185.aspx
            for more information)
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response structure for the Network Operations List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.PrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare Virtual Network migration api validates and prepare the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.SetConfigurationAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters,System.Threading.CancellationToken)">
            <summary>
            The Set Network Configuration operation asynchronously configures
            the virtual network. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx
            for more information)
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Configuration
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperations.ValidateMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare Virtual Network migration api validates the given virtual
            network for IaaS Classic to ARM migration.
            </summary>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.AbortMigration(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Abort Virtual Network migration api validates and aborts the given
            virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.AbortMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Abort Virtual Network migration api validates and aborts the given
            virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.BeginAbortMigration(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Abort Virtual Network migration api validates and aborts the given
            virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.BeginAbortMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Abort Virtual Network migration api validates and aborts the given
            virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.BeginCommitMigration(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Commit Virtual Network migration api validates and commits the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.BeginCommitMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Commit Virtual Network migration api validates and commits the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.BeginPrepareMigration(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Prepare Virtual Network migration api validates and prepare the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.BeginPrepareMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Prepare Virtual Network migration api validates and prepare the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.BeginSettingConfiguration(Microsoft.WindowsAzure.Management.Network.INetworkOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters)">
            <summary>
            The Begin Setting Network Configuration operation asynchronously
            configures the virtual network. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Configuration
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.BeginSettingConfigurationAsync(Microsoft.WindowsAzure.Management.Network.INetworkOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters)">
            <summary>
            The Begin Setting Network Configuration operation asynchronously
            configures the virtual network. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Configuration
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.CommitMigration(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Commit Virtual Network migration api validates and commits the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.CommitMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Commit Virtual Network migration api validates and commits the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.GetConfiguration(Microsoft.WindowsAzure.Management.Network.INetworkOperations)">
            <summary>
            The Get Network Configuration operation retrieves the network
            configuration file for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <returns>
            The Get Network Configuration operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.GetConfigurationAsync(Microsoft.WindowsAzure.Management.Network.INetworkOperations)">
            <summary>
            The Get Network Configuration operation retrieves the network
            configuration file for the given subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <returns>
            The Get Network Configuration operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.List(Microsoft.WindowsAzure.Management.Network.INetworkOperations)">
            <summary>
            The List Virtual network sites operation retrieves the virtual
            networks configured for the subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157185.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <returns>
            The response structure for the Network Operations List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Network.INetworkOperations)">
            <summary>
            The List Virtual network sites operation retrieves the virtual
            networks configured for the subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157185.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <returns>
            The response structure for the Network Operations List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.PrepareMigration(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Prepare Virtual Network migration api validates and prepare the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.PrepareMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Prepare Virtual Network migration api validates and prepare the
            given virtual network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.SetConfiguration(Microsoft.WindowsAzure.Management.Network.INetworkOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters)">
            <summary>
            The Set Network Configuration operation asynchronously configures
            the virtual network. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Configuration
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.SetConfigurationAsync(Microsoft.WindowsAzure.Management.Network.INetworkOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters)">
            <summary>
            The Set Network Configuration operation asynchronously configures
            the virtual network. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Configuration
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.ValidateMigration(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Prepare Virtual Network migration api validates the given virtual
            network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkOperationsExtensions.ValidateMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkOperations,System.String)">
            <summary>
            Prepare Virtual Network migration api validates the given virtual
            network for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkOperations.
            </param>
            <param name='virtualNetworkName'>
            Required. Name of the Virtual Network to be migrated.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations">
            <summary>
            The Network Management API includes operations for managing the Network
            Security Groups for your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.#ctor(Microsoft.WindowsAzure.Management.Network.NetworkManagementClient)">
            <summary>
            Initializes a new instance of the NetworkSecurityGroupOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.AbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.AddToNetworkInterfaceAsync(System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a network interface.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            a network interface operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.AddToRoleAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a Role.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            Role operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.AddToSubnetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a subnet.
            </summary>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            subnet operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginAbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginAddingToNetworkInterfaceAsync(System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a network interface.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            a network interface operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginAddingToRoleAsync(System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a Role.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            Role operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginAddingToSubnetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a Network Security Group to a subnet.
            </summary>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            subnet operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginCommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Network Security Group.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the Create Network Security Group
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginDeletingAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the pecified Network Security Group from your
            subscription.If the Network Security group is still associated
            with some VM/Role/Subnet, the deletion will fail. In order to
            successfully delete the Network Security, it needs to be not used.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginDeletingRuleAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a rule from the specified Network Security Group.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginPrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginRemovingFromNetworkInterfaceAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a network interface.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginRemovingFromRoleAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a role.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginRemovingFromSubnetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a subnet.
            </summary>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.BeginSettingRuleAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters,System.Threading.CancellationToken)">
            <summary>
            Sets a new Network Security Rule to existing Network Security Group.
            </summary>
            <param name='networkSecurityGroupName'>
            Optional.
            </param>
            <param name='ruleName'>
            Optional.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Security Rule
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.CommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.CreateAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Network Security Group.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the Create Network Security Group
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Network Security Group operation removes thespecified
            Network Security Group from your subscription.If the Network
            Security group is still associated with some VM/Role/Subnet, the
            deletion will fail. In order to successfully delete the Network
            Security, it needs to be not used.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.DeleteRuleAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Network Security Rule operation removes a rule from the
            specified Network Security Group.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the details for the specified Network Security Group in the
            subscription.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group to retrieve.
            </param>
            <param name='detailLevel'>
            Optional. Use 'Full' to list rules.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A Network Security Group associated with your subscription.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.GetForNetworkInterfaceAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the Network Security Group applied to a specific network
            interface.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.GetForRoleAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the Network Security Group applied to a specific role.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.GetForSubnetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the Network Security Group applied to a specific subnet.
            </summary>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Lists all of the Network Security Groups for the subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Definitions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.PrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.RemoveFromNetworkInterfaceAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a network interface.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.RemoveFromRoleAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a role.
            </summary>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.RemoveFromSubnetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Removes a Network Security Group from a subnet.
            </summary>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.SetRuleAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters,System.Threading.CancellationToken)">
            <summary>
            Add new Network Security Rule to existing Network Security Group.
            </summary>
            <param name='networkSecurityGroupName'>
            Optional.
            </param>
            <param name='ruleName'>
            Optional.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Security Rule
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperations.ValidateMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Validate network security group migration api validates the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AbortMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AbortMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToNetworkInterface(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            a network interface operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            a network interface operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToRole(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a Role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            Role operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToRoleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a Role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            Role operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToSubnet(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a subnet.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            subnet operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToSubnetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a subnet.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            subnet operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAbortMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAbortMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToNetworkInterface(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            a network interface operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            a network interface operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToRole(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a Role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            Role operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToRoleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a Role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            Role operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToSubnet(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a subnet.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            subnet operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToSubnetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)">
            <summary>
            Adds a Network Security Group to a subnet.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Add Network Security Group to
            subnet operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCommitMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCommitMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCreating(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters)">
            <summary>
            Creates a new Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Network Security Group
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters)">
            <summary>
            Creates a new Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Network Security Group
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Deletes the pecified Network Security Group from your
            subscription.If the Network Security group is still associated
            with some VM/Role/Subnet, the deletion will fail. In order to
            successfully delete the Network Security, it needs to be not used.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Deletes the pecified Network Security Group from your
            subscription.If the Network Security group is still associated
            with some VM/Role/Subnet, the deletion will fail. In order to
            successfully delete the Network Security, it needs to be not used.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeletingRule(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)">
            <summary>
            Deletes a rule from the specified Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeletingRuleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)">
            <summary>
            Deletes a rule from the specified Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginPrepareMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginPrepareMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromNetworkInterface(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromRole(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromRoleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromSubnet(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a subnet.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromSubnetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a subnet.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginSettingRule(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters)">
            <summary>
            Sets a new Network Security Rule to existing Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Optional.
            </param>
            <param name='ruleName'>
            Optional.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Security Rule
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginSettingRuleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters)">
            <summary>
            Sets a new Network Security Rule to existing Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Optional.
            </param>
            <param name='ruleName'>
            Optional.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Security Rule
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.CommitMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.CommitMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters)">
            <summary>
            Creates a new Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Network Security Group
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters)">
            <summary>
            Creates a new Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Network Security Group
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            The Delete Network Security Group operation removes thespecified
            Network Security Group from your subscription.If the Network
            Security group is still associated with some VM/Role/Subnet, the
            deletion will fail. In order to successfully delete the Network
            Security, it needs to be not used.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            The Delete Network Security Group operation removes thespecified
            Network Security Group from your subscription.If the Network
            Security group is still associated with some VM/Role/Subnet, the
            deletion will fail. In order to successfully delete the Network
            Security, it needs to be not used.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.DeleteRule(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)">
            <summary>
            The Delete Network Security Rule operation removes a rule from the
            specified Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.DeleteRuleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)">
            <summary>
            The Delete Network Security Rule operation removes a rule from the
            specified Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)">
            <summary>
            Gets the details for the specified Network Security Group in the
            subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group to retrieve.
            </param>
            <param name='detailLevel'>
            Optional. Use 'Full' to list rules.
            </param>
            <returns>
            A Network Security Group associated with your subscription.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)">
            <summary>
            Gets the details for the specified Network Security Group in the
            subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. The name of the Network Security Group to retrieve.
            </param>
            <param name='detailLevel'>
            Optional. Use 'Full' to list rules.
            </param>
            <returns>
            A Network Security Group associated with your subscription.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForNetworkInterface(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the Network Security Group applied to a specific network
            interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the Network Security Group applied to a specific network
            interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForRole(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)">
            <summary>
            Gets the Network Security Group applied to a specific role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForRoleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)">
            <summary>
            Gets the Network Security Group applied to a specific role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForSubnet(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)">
            <summary>
            Gets the Network Security Group applied to a specific subnet.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForSubnetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)">
            <summary>
            Gets the Network Security Group applied to a specific subnet.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <returns>
            The Network Security Group associated with an entity: subnet,
            network interface or role.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.List(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations)">
            <summary>
            Lists all of the Network Security Groups for the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <returns>
            The List Definitions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations)">
            <summary>
            Lists all of the Network Security Groups for the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <returns>
            The List Definitions operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.PrepareMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.PrepareMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromNetworkInterface(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a network interface.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkInterfaceName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromRole(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromRoleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a role.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='serviceName'>
            Required.
            </param>
            <param name='deploymentName'>
            Required.
            </param>
            <param name='roleName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromSubnet(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a subnet.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromSubnetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)">
            <summary>
            Removes a Network Security Group from a subnet.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='virtualNetworkName'>
            Required.
            </param>
            <param name='subnetName'>
            Required.
            </param>
            <param name='networkSecurityGroupName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.SetRule(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters)">
            <summary>
            Add new Network Security Rule to existing Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Optional.
            </param>
            <param name='ruleName'>
            Optional.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Security Rule
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.SetRuleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters)">
            <summary>
            Add new Network Security Rule to existing Network Security Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Optional.
            </param>
            <param name='ruleName'>
            Optional.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Set Network Security Rule
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.ValidateMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Validate network security group migration api validates the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.ValidateMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)">
            <summary>
            Validate network security group migration api validates the given
            network security group for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
            </param>
            <param name='networkSecurityGroupName'>
            Required. Name of the network security group to be migrated.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations">
            <summary>
            The Network Management API includes operations for managing the
            reserved IPs for your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.#ctor(Microsoft.WindowsAzure.Management.Network.NetworkManagementClient)">
            <summary>
            Initializes a new instance of the ReservedIPOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.AbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.AssociateAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters,System.Threading.CancellationToken)">
            <summary>
            The Associate Reserved IP operation associates a Reserved IP with a
            service.
            </summary>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to associate Reserved IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.BeginAbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.BeginAssociatingAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters,System.Threading.CancellationToken)">
            <summary>
            The BeginAssociate begins to associate a Reserved IP with a service.
            </summary>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin associating Reserved IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.BeginCommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Begin Creating Reserved IP operation creates a reserved IP from
            your the subscription.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Reserved IP
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.BeginDeletingAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Deleting Reserved IP operation removes a reserved IP from
            your the subscription.
            </summary>
            <param name='ipName'>
            Required. The name of the reserved IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.BeginDisassociatingAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters,System.Threading.CancellationToken)">
            <summary>
            The BeginDisassociate begins to disassociate a Reserved IP from a
            service.
            </summary>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin disassociating Reserved
            IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.BeginPrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.CommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.CreateAsync(Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters,System.Threading.CancellationToken)">
            <summary>
            The Create Reserved IP operation creates a reserved IP from your
            the subscription.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the Create Reserved IP operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Delete Reserved IP operation removes a reserved IP from your
            the subscription.
            </summary>
            <param name='ipName'>
            Required. The name of the reserved IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.DisassociateAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters,System.Threading.CancellationToken)">
            <summary>
            The Disassociate Reserved IP operation disassociates a Reserved IP
            from a service.
            </summary>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to disassociate Reserved IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Reserved IP operation retrieves the details for the virtual
            IP reserved for the subscription.
            </summary>
            <param name='ipName'>
            Required. The name of the reserved IP to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A reserved IP associated with your subscription.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Reserved IP operation retrieves all of the virtual IPs
            reserved for the subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response structure for the Server List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.PrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.ValidateMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Validate reservedip migration api validates the given reservedip
            for IaaS Classic to ARM migration.
            </summary>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.AbortMigration(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.AbortMigrationAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.Associate(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters)">
            <summary>
            The Associate Reserved IP operation associates a Reserved IP with a
            service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to associate Reserved IP.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.AssociateAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters)">
            <summary>
            The Associate Reserved IP operation associates a Reserved IP with a
            service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to associate Reserved IP.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginAbortMigration(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginAbortMigrationAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Abort resservedIP migration api validates and aborts the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginAssociating(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters)">
            <summary>
            The BeginAssociate begins to associate a Reserved IP with a service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin associating Reserved IP.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginAssociatingAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters)">
            <summary>
            The BeginAssociate begins to associate a Reserved IP with a service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin associating Reserved IP.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginCommitMigration(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginCommitMigrationAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginCreating(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters)">
            <summary>
            The Begin Creating Reserved IP operation creates a reserved IP from
            your the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Reserved IP
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters)">
            <summary>
            The Begin Creating Reserved IP operation creates a reserved IP from
            your the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin Creating Reserved IP
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            The Begin Deleting Reserved IP operation removes a reserved IP from
            your the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. The name of the reserved IP.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            The Begin Deleting Reserved IP operation removes a reserved IP from
            your the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. The name of the reserved IP.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginDisassociating(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters)">
            <summary>
            The BeginDisassociate begins to disassociate a Reserved IP from a
            service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin disassociating Reserved
            IP.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginDisassociatingAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters)">
            <summary>
            The BeginDisassociate begins to disassociate a Reserved IP from a
            service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Begin disassociating Reserved
            IP.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginPrepareMigration(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.BeginPrepareMigrationAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.CommitMigration(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.CommitMigrationAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Commit resservedIP migration api validates and commits the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters)">
            <summary>
            The Create Reserved IP operation creates a reserved IP from your
            the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Reserved IP operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters)">
            <summary>
            The Create Reserved IP operation creates a reserved IP from your
            the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Reserved IP operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            The Delete Reserved IP operation removes a reserved IP from your
            the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. The name of the reserved IP.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            The Delete Reserved IP operation removes a reserved IP from your
            the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. The name of the reserved IP.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.Disassociate(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters)">
            <summary>
            The Disassociate Reserved IP operation disassociates a Reserved IP
            from a service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to disassociate Reserved IP.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.DisassociateAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPMobilityParameters)">
            <summary>
            The Disassociate Reserved IP operation disassociates a Reserved IP
            from a service.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='reservedIpName'>
            Required. The name of the reserved IP.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to disassociate Reserved IP.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            The Get Reserved IP operation retrieves the details for the virtual
            IP reserved for the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. The name of the reserved IP to retrieve.
            </param>
            <returns>
            A reserved IP associated with your subscription.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            The Get Reserved IP operation retrieves the details for the virtual
            IP reserved for the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. The name of the reserved IP to retrieve.
            </param>
            <returns>
            A reserved IP associated with your subscription.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.List(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations)">
            <summary>
            The List Reserved IP operation retrieves all of the virtual IPs
            reserved for the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <returns>
            The response structure for the Server List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations)">
            <summary>
            The List Reserved IP operation retrieves all of the virtual IPs
            reserved for the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <returns>
            The response structure for the Server List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.PrepareMigration(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.PrepareMigrationAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Prepare resservedIP migration api validates and prepares the given
            reservedIP for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.ValidateMigration(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Validate reservedip migration api validates the given reservedip
            for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.ReservedIPOperationsExtensions.ValidateMigrationAsync(Microsoft.WindowsAzure.Management.Network.IReservedIPOperations,System.String)">
            <summary>
            Validate reservedip migration api validates the given reservedip
            for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
            </param>
            <param name='ipName'>
            Required. Name of the reservedIP to be migrated.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.RouteOperations">
            <summary>
            The Network Management API includes operations for managing the routes
            for your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.#ctor(Microsoft.WindowsAzure.Management.Network.NetworkManagementClient)">
            <summary>
            Initializes a new instance of the RouteOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.RouteOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.AbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort routetable migration api validates and aborts the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.AddRouteTableToSubnetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.AddRouteTableToSubnetParameters,System.Threading.CancellationToken)">
            <summary>
            Set the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be added
            to.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to add a route table to the
            provided subnet.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.BeginAbortMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Abort routetable migration api validates and aborts the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.BeginAddRouteTableToSubnetAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.AddRouteTableToSubnetParameters,System.Threading.CancellationToken)">
            <summary>
            Set the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be added
            to.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to add a route table to the
            provided subnet.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.BeginCommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit routetable migration api validates and commits the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.BeginCreateRouteTableAsync(Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters,System.Threading.CancellationToken)">
            <summary>
            Create the specified route table for this subscription.
            </summary>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.BeginDeleteRouteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.BeginDeleteRouteTableAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the specified route table for this subscription.
            </summary>
            <param name='routeTableName'>
            Required. The name of the route table to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.BeginPrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare routetable migration api validates and prepares the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.BeginRemoveRouteTableFromSubnetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Remove the route table from the provided subnet in the provided
            virtual network in this subscription.
            </summary>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be
            removed from.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.BeginSetRouteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters,System.Threading.CancellationToken)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.CommitMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Commit routetable migration api validates and commits the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.CreateRouteTableAsync(Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters,System.Threading.CancellationToken)">
            <summary>
            Create the specified route table for this subscription.
            </summary>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.DeleteRouteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.DeleteRouteTableAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Delete the specified route table for this subscription.
            </summary>
            <param name='routeTableName'>
            Required. The name of the route table to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.GetEffectiveRouteTableForNetworkInterfaceAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the effective route table for the provided network interface in
            this subscription.
            </summary>
            <param name='serviceName'>
            Required. The name of the cloud service.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='roleinstanceName'>
            Required. The name of the role instance.
            </param>
            <param name='networkInterfaceName'>
            Required. The name of the network interface.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.GetEffectiveRouteTableForRoleInstanceAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the effective route table for the provided role instance in
            this subscription.
            </summary>
            <param name='serviceName'>
            Required. The name of the cloud service.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='roleinstanceName'>
            Required. The name of the role instance.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.GetRouteTableAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Get the specified route table for this subscription.
            </summary>
            <param name='routeTableName'>
            Required. The name of the route table in this subscription to
            retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.GetRouteTableForSubnetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.GetRouteTableWithDetailsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the specified route table for this subscription.
            </summary>
            <param name='routeTableName'>
            Required. The name of the route table in this subscription to
            retrieve.
            </param>
            <param name='detailLevel'>
            Required. The amount of detail about the requested route table that
            will be returned.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.ListRouteTablesAsync(System.Threading.CancellationToken)">
            <summary>
            List the existing route tables for this subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.PrepareMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Prepare routetable migration api validates and prepares the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.RemoveRouteTableFromSubnetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Remove the route table from the provided subnet in the provided
            virtual network in this subscription.
            </summary>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be
            removed from.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.SetRouteAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters,System.Threading.CancellationToken)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperations.ValidateMigrationAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Validate routetable migration api validates the given routetable
            for IaaS Classic to ARM migration.
            </summary>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.AbortMigration(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Abort routetable migration api validates and aborts the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.AbortMigrationAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Abort routetable migration api validates and aborts the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.AddRouteTableToSubnet(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.AddRouteTableToSubnetParameters)">
            <summary>
            Set the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be added
            to.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to add a route table to the
            provided subnet.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.AddRouteTableToSubnetAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.AddRouteTableToSubnetParameters)">
            <summary>
            Set the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be added
            to.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to add a route table to the
            provided subnet.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginAbortMigration(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Abort routetable migration api validates and aborts the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginAbortMigrationAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Abort routetable migration api validates and aborts the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginAddRouteTableToSubnet(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.AddRouteTableToSubnetParameters)">
            <summary>
            Set the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be added
            to.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to add a route table to the
            provided subnet.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginAddRouteTableToSubnetAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.AddRouteTableToSubnetParameters)">
            <summary>
            Set the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be added
            to.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to add a route table to the
            provided subnet.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginCommitMigration(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Commit routetable migration api validates and commits the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginCommitMigrationAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Commit routetable migration api validates and commits the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginCreateRouteTable(Microsoft.WindowsAzure.Management.Network.IRouteOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters)">
            <summary>
            Create the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginCreateRouteTableAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters)">
            <summary>
            Create the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginDeleteRoute(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginDeleteRouteAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginDeleteRouteTable(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Delete the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginDeleteRouteTableAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Delete the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginPrepareMigration(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Prepare routetable migration api validates and prepares the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginPrepareMigrationAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Prepare routetable migration api validates and prepares the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginRemoveRouteTableFromSubnet(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Remove the route table from the provided subnet in the provided
            virtual network in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be
            removed from.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginRemoveRouteTableFromSubnetAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Remove the route table from the provided subnet in the provided
            virtual network in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be
            removed from.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginSetRoute(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.BeginSetRouteAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.CommitMigration(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Commit routetable migration api validates and commits the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.CommitMigrationAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Commit routetable migration api validates and commits the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.CreateRouteTable(Microsoft.WindowsAzure.Management.Network.IRouteOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters)">
            <summary>
            Create the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.CreateRouteTableAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateRouteTableParameters)">
            <summary>
            Create the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.DeleteRoute(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.DeleteRouteAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.DeleteRouteTable(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Delete the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.DeleteRouteTableAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Delete the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.GetEffectiveRouteTableForNetworkInterface(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get the effective route table for the provided network interface in
            this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the cloud service.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='roleinstanceName'>
            Required. The name of the role instance.
            </param>
            <param name='networkInterfaceName'>
            Required. The name of the network interface.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.GetEffectiveRouteTableForNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Get the effective route table for the provided network interface in
            this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the cloud service.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='roleinstanceName'>
            Required. The name of the role instance.
            </param>
            <param name='networkInterfaceName'>
            Required. The name of the network interface.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.GetEffectiveRouteTableForRoleInstance(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,System.String)">
            <summary>
            Get the effective route table for the provided role instance in
            this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the cloud service.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='roleinstanceName'>
            Required. The name of the role instance.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.GetEffectiveRouteTableForRoleInstanceAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,System.String)">
            <summary>
            Get the effective route table for the provided role instance in
            this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the cloud service.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment.
            </param>
            <param name='roleinstanceName'>
            Required. The name of the role instance.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.GetRouteTable(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Get the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table in this subscription to
            retrieve.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.GetRouteTableAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Get the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table in this subscription to
            retrieve.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.GetRouteTableForSubnet(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Get the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.GetRouteTableForSubnetAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Get the specified route table for the provided subnet in the
            provided virtual network in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.GetRouteTableWithDetails(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Get the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table in this subscription to
            retrieve.
            </param>
            <param name='detailLevel'>
            Required. The amount of detail about the requested route table that
            will be returned.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.GetRouteTableWithDetailsAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Get the specified route table for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table in this subscription to
            retrieve.
            </param>
            <param name='detailLevel'>
            Required. The amount of detail about the requested route table that
            will be returned.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.ListRouteTables(Microsoft.WindowsAzure.Management.Network.IRouteOperations)">
            <summary>
            List the existing route tables for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.ListRouteTablesAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations)">
            <summary>
            List the existing route tables for this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.PrepareMigration(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Prepare routetable migration api validates and prepares the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.PrepareMigrationAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Prepare routetable migration api validates and prepares the given
            routetable for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.RemoveRouteTableFromSubnet(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Remove the route table from the provided subnet in the provided
            virtual network in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be
            removed from.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.RemoveRouteTableFromSubnetAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String)">
            <summary>
            Remove the route table from the provided subnet in the provided
            virtual network in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='vnetName'>
            Required. The name of the virtual network that contains the
            provided subnet.
            </param>
            <param name='subnetName'>
            Required. The name of the subnet that the route table will be
            removed from.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.SetRoute(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.SetRouteAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters)">
            <summary>
            Set the specified route for the provided table in this subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. The name of the route table where the provided route will
            be set.
            </param>
            <param name='routeName'>
            Required. The name of the route that will be set on the provided
            route table.
            </param>
            <param name='parameters'>
            Required. The parameters necessary to create a new route table.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.ValidateMigration(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Validate routetable migration api validates the given routetable
            for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.RouteOperationsExtensions.ValidateMigrationAsync(Microsoft.WindowsAzure.Management.Network.IRouteOperations,System.String)">
            <summary>
            Validate routetable migration api validates the given routetable
            for IaaS Classic to ARM migration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IRouteOperations.
            </param>
            <param name='routeTableName'>
            Required. Name of the routetable to be migrated.
            </param>
            <returns>
            The Validate Network Migration operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.StaticIPOperations">
            <summary>
            The Network Management API includes operations for managing the static
            IPs for your subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.StaticIPOperations.#ctor(Microsoft.WindowsAzure.Management.Network.NetworkManagementClient)">
            <summary>
            Initializes a new instance of the StaticIPOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.StaticIPOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.StaticIPOperations.CheckAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Check Static IP operation retrieves the details for the
            availability of static IP addresses for the given virtual network.
            </summary>
            <param name='networkName'>
            Required. The name of the virtual network.
            </param>
            <param name='ipAddress'>
            Required. The address of the static IP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A response that indicates the availability of a static IP address,
            and if not, provides a list of suggestions.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.StaticIPOperationsExtensions">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.StaticIPOperationsExtensions.Check(Microsoft.WindowsAzure.Management.Network.IStaticIPOperations,System.String,System.String)">
            <summary>
            The Check Static IP operation retrieves the details for the
            availability of static IP addresses for the given virtual network.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IStaticIPOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network.
            </param>
            <param name='ipAddress'>
            Required. The address of the static IP.
            </param>
            <returns>
            A response that indicates the availability of a static IP address,
            and if not, provides a list of suggestions.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.StaticIPOperationsExtensions.CheckAsync(Microsoft.WindowsAzure.Management.Network.IStaticIPOperations,System.String,System.String)">
            <summary>
            The Check Static IP operation retrieves the details for the
            availability of static IP addresses for the given virtual network.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IStaticIPOperations.
            </param>
            <param name='networkName'>
            Required. The name of the virtual network.
            </param>
            <param name='ipAddress'>
            Required. The address of the static IP.
            </param>
            <returns>
            A response that indicates the availability of a static IP address,
            and if not, provides a list of suggestions.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.VirtualIPOperations">
            <summary>
            The Network Management API includes operations for managing the Virtual
            IPs for your deployment.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperations.#ctor(Microsoft.WindowsAzure.Management.Network.NetworkManagementClient)">
            <summary>
            Initializes a new instance of the VirtualIPOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.VirtualIPOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperations.AddAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Add Virtual IP operation adds a logical Virtual IP to the
            deployment.
            </summary>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment where the logical Virtual IP
            is to be added.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be added.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperations.BeginAddingAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Adding Virtual IP operation adds a logical Virtual IP to
            the deployment.
            </summary>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment where the logical Virtual IP
            is to be added.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be added.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperations.BeginRemovingAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Begin Removing Virtual IP operation removes a logical Virtual
            IP from the deployment.
            </summary>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment whose logical Virtual IP is to
            be removed.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be added.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperations.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Virtual IP operation removes a logical Virtual IP from
            the deployment.
            </summary>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment whose logical Virtual IP is to
            be removed.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be removed.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.VirtualIPOperationsExtensions">
            <summary>
            The Service Management API includes operations for managing the virtual
            networks for your subscription. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperationsExtensions.Add(Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations,System.String,System.String,System.String)">
            <summary>
            The Add Virtual IP operation adds a logical Virtual IP to the
            deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment where the logical Virtual IP
            is to be added.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be added.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperationsExtensions.AddAsync(Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations,System.String,System.String,System.String)">
            <summary>
            The Add Virtual IP operation adds a logical Virtual IP to the
            deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment where the logical Virtual IP
            is to be added.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be added.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperationsExtensions.BeginAdding(Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations,System.String,System.String,System.String)">
            <summary>
            The Begin Adding Virtual IP operation adds a logical Virtual IP to
            the deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment where the logical Virtual IP
            is to be added.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be added.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperationsExtensions.BeginAddingAsync(Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations,System.String,System.String,System.String)">
            <summary>
            The Begin Adding Virtual IP operation adds a logical Virtual IP to
            the deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment where the logical Virtual IP
            is to be added.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be added.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperationsExtensions.BeginRemoving(Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations,System.String,System.String,System.String)">
            <summary>
            The Begin Removing Virtual IP operation removes a logical Virtual
            IP from the deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment whose logical Virtual IP is to
            be removed.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be added.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperationsExtensions.BeginRemovingAsync(Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations,System.String,System.String,System.String)">
            <summary>
            The Begin Removing Virtual IP operation removes a logical Virtual
            IP from the deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment whose logical Virtual IP is to
            be removed.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be added.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperationsExtensions.Remove(Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations,System.String,System.String,System.String)">
            <summary>
            The Remove Virtual IP operation removes a logical Virtual IP from
            the deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment whose logical Virtual IP is to
            be removed.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be removed.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.VirtualIPOperationsExtensions.RemoveAsync(Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations,System.String,System.String,System.String)">
            <summary>
            The Remove Virtual IP operation removes a logical Virtual IP from
            the deployment.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Network.IVirtualIPOperations.
            </param>
            <param name='serviceName'>
            Required. The name of the hosted service that contains the given
            deployment.
            </param>
            <param name='deploymentName'>
            Required. The name of the deployment whose logical Virtual IP is to
            be removed.
            </param>
            <param name='virtualIPName'>
            Required. The name of the logical Virtual IP to be removed.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
    </members>
</doc>