ISEaddon/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.Models.GatewayDiagnosticsStatus">
            <summary>
            The status of a gateway diagnostics operation.
            </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="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="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="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="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="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="P:Microsoft.WindowsAzure.Management.Network.ClientRootCertificateOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.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.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.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.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.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.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.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.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.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="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.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.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.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.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.BeginUpdateDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics,System.Threading.CancellationToken)">
            <summary>
            The Begin Update 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 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.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.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.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.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.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.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.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.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.UpdateDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics,System.Threading.CancellationToken)">
            <summary>
            The Update 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 Update 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.#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="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.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.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.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.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.BeginUpdateDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics,System.Threading.CancellationToken)">
            <summary>
            The Begin Update 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 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.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.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.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.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.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.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.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.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.UpdateDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics,System.Threading.CancellationToken)">
            <summary>
            The Update 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 Update 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="P:Microsoft.WindowsAzure.Management.Network.GatewayOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.GatewayOperationsExtensions.BeginUpdateDiagnostics(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics)">
            <summary>
            The Begin Update 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 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.GatewayOperationsExtensions.BeginUpdateDiagnosticsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics)">
            <summary>
            The Begin Update 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 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.GatewayOperationsExtensions.UpdateDiagnostics(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics)">
            <summary>
            The Update 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 Update 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.GatewayOperationsExtensions.UpdateDiagnosticsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics)">
            <summary>
            The Update 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 Update 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="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="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="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.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.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.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.StaticIPs">
            <summary>
            The Network Management API includes operations for managing the
            static IPs for your subscription.
            </summary>
        </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.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.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.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="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.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.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.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="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="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="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="T:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateGetResponse">
            <summary>
            Response to the Get Client Root Certificate operation.
            </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="P:Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateGetResponse.Certificate">
            <summary>
            Optional. The current client root certificate for the network
            gateway.
            </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="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.ClientRootCertificates">
            <summary>
            Optional. The list of client root certificates.
            </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="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="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters">
            <summary>
            The parameters for the Connect, Disconnect, or Test request
            </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="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="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="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the GatewayCreateParameters class.
            </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="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayEvent">
            <summary>
            A management event for the virtual network gateway.
            </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="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="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters">
            <summary>
            The parameters to the Generate VPN Client Package request.
            </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="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters.ProcessorArchitecture">
            <summary>
            Required. The client processor architecture.
            </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="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters.#ctor">
            <summary>
            Initializes a new instance of the
            GatewayGetDeviceConfigurationScriptParameters class.
            </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="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse">
            <summary>
            The configuration script returned from the get device configuration
            script operation.
            </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="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse.ConfigurationScript">
            <summary>
            Optional. The requested configuration script for the local network
            device.
            </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="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayGetOperationStatusResponse
            class.
            </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="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="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse.ErrorDetails.#ctor">
            <summary>
            Initializes a new instance of the ErrorDetails class.
            </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="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </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="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="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse">
            <summary>
            The response to the get shared key request.
            </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="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="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse">
            <summary>
            The response to a ListConnections request to a Virtual Network Gateway.
            </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.Connections">
            <summary>
            Optional. The list of connections.
            </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="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="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse">
            <summary>
            The response to the list supported devices request.
            </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.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.OSFamily.#ctor">
            <summary>
            Initializes a new instance of the OSFamily 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="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="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Platform.#ctor">
            <summary>
            Initializes a new instance of the Platform class.
            </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="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.Vendor">
            <summary>
            The name and 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="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="T:Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </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="P:Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse.OperationId">
            <summary>
            Optional.
            </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="M:Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters.#ctor">
            <summary>
            Initializes a new instance of the GatewayResetSharedKeyParameters
            class.
            </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="T:Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters">
            <summary>
            The shared key value to set for the connection.
            </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="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="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.NetworkGetConfigurationResponse">
            <summary>
            The Get Network Configuration operation response.
            </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="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkGetConfigurationResponse.Configuration">
            <summary>
            Required. The network configuration for this subscription.
            </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="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.VirtualNetworkSites">
            <summary>
            Optional.
            </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="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.AddressSpace.AddressPrefixes">
            <summary>
            Optional. Address spaces, in CIDR format in the virtual network.
            </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="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.Connection.Type">
            <summary>
            Optional.
            </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="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="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="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Gateway.#ctor">
            <summary>
            Initializes a new instance of the Gateway class.
            </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="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.LocalNetworkSite">
            <summary>
            Contains the list of parameters defining 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.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.Subnet.#ctor">
            <summary>
            Initializes a new instance of the Subnet 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="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="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite.#ctor">
            <summary>
            Initializes a new instance of the VirtualNetworkSite class.
            </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.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="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="M:Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VPNClientAddressPool.#ctor">
            <summary>
            Initializes a new instance of the VPNClientAddressPool class.
            </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="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPCreateParameters">
            <summary>
            Parameters supplied to the Create Reserved IP operation.
            </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="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="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPGetResponse">
            <summary>
            A reserved IP associated with your subscription.
            </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="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="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse">
            <summary>
            The response structure for the Server List operation.
            </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="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIPs">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkReservedIPListResponse.ReservedIP">
            <summary>
            A reserved IP associated with your subscription.
            </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="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="T:Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters">
            <summary>
            Parameters supplied to the Set Network Configuration operation.
            </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="P:Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters.Configuration">
            <summary>
            Required. The network configuration for this subscription.
            </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="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.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="T:Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkState">
            <summary>
            Possible values for the Virtual Network State.
            </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="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.WindowsAzure.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'>
            Required. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.#ctor(Microsoft.WindowsAzure.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.WindowsAzure.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'>
            Required. 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.WindowsAzure.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(Microsoft.WindowsAzure.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="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.ParseLocalNetworkConnectionType(System.String)">
            <summary>
            Parse enum values for type LocalNetworkConnectionType.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.LocalNetworkConnectionTypeToString(Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkConnectionType)">
            <summary>
            Convert an enum of type LocalNetworkConnectionType to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.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.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.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.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.StaticIPs">
            <summary>
            The Network Management API includes operations for managing the
            static IPs for your subscription.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.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.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.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="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.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.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="P:Microsoft.WindowsAzure.Management.Network.NetworkOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.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.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.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.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.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.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.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.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.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="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="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.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.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="P:Microsoft.WindowsAzure.Management.Network.ReservedIPOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.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.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.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.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.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.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.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.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.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.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.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.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.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="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="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="P:Microsoft.WindowsAzure.Management.Network.StaticIPOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Network.NetworkManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.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.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.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.Models.UpdateGatewayPublicDiagnostics">
            <summary>
            Parameters supplied to the Create Virtual Network Gateway operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics.#ctor">
            <summary>
            Initializes a new instance of the UpdateGatewayPublicDiagnostics
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics.CaptureDurationInSeconds">
            <summary>
            Optional. The duration of the capture in seconds (between 1 and 300)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics.ContainerName">
            <summary>
            Optional. The container name provided by customer (optional)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics.CustomerStorageKey">
            <summary>
            Optional. The customer's storage account key
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics.CustomerStorageName">
            <summary>
            Optional. The customer's storage account name
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayPublicDiagnostics.Operation">
            <summary>
            Optional. The update gateway diagnostics operation to perform on
            the gateway tenant
            </summary>
        </member>
    </members>
</doc>