IApplicationGatewayOperations Methods

 

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

NameDescription
System_CAPS_pubmethodAddCertificateAsync(String^, String^, ApplicationGatewayCertificate^, CancellationToken)

The Add certificate operation adds the ssl certificate to the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodBeginAddCertificateAsync(String^, String^, ApplicationGatewayCertificate^, CancellationToken)

The Begin Add certificate operation adds the ssl certificate to the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodBeginCreateApplicationGatewayAsync(CreateApplicationGatewayParameters^, CancellationToken)

The Begin Create Application Gateway operation creates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodBeginDeleteApplicationGatewayAsync(String^, CancellationToken)

The Begin Delete Application Gateway operation deletes Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodBeginDeleteApplicationGatewayCertificateAsync(String^, String^, CancellationToken)

The Begin Delete Application Gateway certificate. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodBeginExecuteOperationAsync(String^, ApplicationGatewayOperation^, CancellationToken)

The Execute Application Gateway Operation executes specified operation on Application Gateway . (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodBeginSetConfigAsync(String^, ApplicationGatewaySetConfiguration^, CancellationToken)

The Begin Set Application Gateway config operation sets the specified config on the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodBeginUpdateApplicationGatewayAsync(String^, UpdateApplicationGatewayParameters^, CancellationToken)

The Begin Update Application Gateway operation updates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodCreateAsync(CreateApplicationGatewayParameters^, CancellationToken)

The Create Application Gateway operation creates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodDeleteAsync(String^, CancellationToken)

The Delete Application Gateway operation deletes Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodDeleteCertificateAsync(String^, String^, CancellationToken)

The Delete Application Gateway certificate operation. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodExecuteOperationAsync(String^, ApplicationGatewayOperation^, CancellationToken)

The Execute Application Gateway Operation executes specofoed operation in the Application Gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodGetAsync(String^, CancellationToken)

The Get Application Gateway operation retrieves the application gateway provisioned for the given subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)

System_CAPS_pubmethodGetCertificateAsync(String^, String^, CancellationToken)

The Get Application Gateway certificate operation retrieves the ssl certificate provisioned for the given gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)

System_CAPS_pubmethodGetConfigAsync(String^, CancellationToken)

The Get Application Gateway Configuration operation retrieves the configuration of the gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)

System_CAPS_pubmethodGetOperationStatusAsync(String^, CancellationToken)

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)

System_CAPS_pubmethodListAsync(CancellationToken)

The List Application Gateway operation retrieves all application gateays for the given subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)

System_CAPS_pubmethodListCertificateAsync(String^, CancellationToken)

The List Application Gateway certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)

System_CAPS_pubmethodSetConfigAsync(String^, ApplicationGatewaySetConfiguration^, CancellationToken)

The Set Application Gateway Config operation sets the specified config on the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

System_CAPS_pubmethodUpdateAsync(String^, UpdateApplicationGatewayParameters^, CancellationToken)

The Update Application Gateway operation updates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

NameDescription
System_CAPS_pubmethodAddCertificate(String^, String^, ApplicationGatewayCertificate^)

The Add certificate operation adds the ssl certificate to the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodAddCertificateAsync(String^, String^, ApplicationGatewayCertificate^)

The Add certificate operation adds the ssl certificate to the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginAddCertificate(String^, String^, ApplicationGatewayCertificate^)

The Begin Add certificate operation adds the ssl certificate to the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginAddCertificateAsync(String^, String^, ApplicationGatewayCertificate^)

The Begin Add certificate operation adds the ssl certificate to the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginCreateApplicationGateway(CreateApplicationGatewayParameters^)

The Begin Create Application Gateway operation creates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginCreateApplicationGatewayAsync(CreateApplicationGatewayParameters^)

The Begin Create Application Gateway operation creates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginDeleteApplicationGateway(String^)

The Begin Delete Application Gateway operation deletes Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginDeleteApplicationGatewayAsync(String^)

The Begin Delete Application Gateway operation deletes Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginDeleteApplicationGatewayCertificate(String^, String^)

The Begin Delete Application Gateway certificate. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginDeleteApplicationGatewayCertificateAsync(String^, String^)

The Begin Delete Application Gateway certificate. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginExecuteOperation(String^, ApplicationGatewayOperation^)

The Execute Application Gateway Operation executes specified operation on Application Gateway . (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginExecuteOperationAsync(String^, ApplicationGatewayOperation^)

The Execute Application Gateway Operation executes specified operation on Application Gateway . (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginSetConfig(String^, ApplicationGatewaySetConfiguration^)

The Begin Set Application Gateway config operation sets the specified config on the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginSetConfigAsync(String^, ApplicationGatewaySetConfiguration^)

The Begin Set Application Gateway config operation sets the specified config on the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginUpdateApplicationGateway(String^, UpdateApplicationGatewayParameters^)

The Begin Update Application Gateway operation updates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodBeginUpdateApplicationGatewayAsync(String^, UpdateApplicationGatewayParameters^)

The Begin Update Application Gateway operation updates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodCreate(CreateApplicationGatewayParameters^)

The Create Application Gateway operation creates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(CreateApplicationGatewayParameters^)

The Create Application Gateway operation creates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodDelete(String^)

The Delete Application Gateway operation deletes Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(String^)

The Delete Application Gateway operation deletes Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodDeleteCertificate(String^, String^)

The Delete Application Gateway certificate operation. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodDeleteCertificateAsync(String^, String^)

The Delete Application Gateway certificate operation. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodExecuteOperation(String^, ApplicationGatewayOperation^)

The Execute Application Gateway Operation executes specofoed operation in the Application Gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodExecuteOperationAsync(String^, ApplicationGatewayOperation^)

The Execute Application Gateway Operation executes specofoed operation in the Application Gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodGet(String^)

The Get Application Gateway operation retrieves the application gateway provisioned for the given subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodGetAsync(String^)

The Get Application Gateway operation retrieves the application gateway provisioned for the given subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodGetCertificate(String^, String^)

The Get Application Gateway certificate operation retrieves the ssl certificate provisioned for the given gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodGetCertificateAsync(String^, String^)

The Get Application Gateway certificate operation retrieves the ssl certificate provisioned for the given gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodGetConfig(String^)

The Get Application Gateway Configuration operation retrieves the configuration of the gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodGetConfigAsync(String^)

The Get Application Gateway Configuration operation retrieves the configuration of the gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodGetOperationStatus(String^)

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)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodGetOperationStatusAsync(String^)

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)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodList()

The List Application Gateway operation retrieves all application gateays for the given subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodListAsync()

The List Application Gateway operation retrieves all application gateays for the given subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodListCertificate(String^)

The List Application Gateway certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodListCertificateAsync(String^)

The List Application Gateway certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodSetConfig(String^, ApplicationGatewaySetConfiguration^)

The Set Application Gateway Config operation sets the specified config on the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodSetConfigAsync(String^, ApplicationGatewaySetConfiguration^)

The Set Application Gateway Config operation sets the specified config on the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodUpdate(String^, UpdateApplicationGatewayParameters^)

The Update Application Gateway operation updates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

System_CAPS_pubmethodUpdateAsync(String^, UpdateApplicationGatewayParameters^)

The Update Application Gateway operation updates Application Gateway with the specified parameters. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

Return to top
Show: