Share via


IApplicationGatewayOperations Interface

 

The Application Gateway Management API includes operations for managing application gateways in your subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for more information)

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

Syntax

public interface IApplicationGatewayOperations
public interface class IApplicationGatewayOperations
type IApplicationGatewayOperations = interface end
Public Interface IApplicationGatewayOperations

Methods

Name Description
AddCertificateAsync(String, String, ApplicationGatewayCertificate, CancellationToken)

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

BeginAddCertificateAsync(String, String, ApplicationGatewayCertificate, CancellationToken)

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

BeginCreateApplicationGatewayAsync(CreateApplicationGatewayParameters, CancellationToken)

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

BeginDeleteApplicationGatewayAsync(String, CancellationToken)

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

BeginDeleteApplicationGatewayCertificateAsync(String, String, CancellationToken)

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

BeginExecuteOperationAsync(String, ApplicationGatewayOperation, CancellationToken)

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

BeginSetConfigAsync(String, ApplicationGatewaySetConfiguration, CancellationToken)

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

BeginUpdateApplicationGatewayAsync(String, UpdateApplicationGatewayParameters, CancellationToken)

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

CreateAsync(CreateApplicationGatewayParameters, CancellationToken)

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

DeleteAsync(String, CancellationToken)

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

DeleteCertificateAsync(String, String, CancellationToken)

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

ExecuteOperationAsync(String, ApplicationGatewayOperation, CancellationToken)

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

GetAsync(String, CancellationToken)

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

GetCertificateAsync(String, String, CancellationToken)

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

GetConfigAsync(String, CancellationToken)

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

GetOperationStatusAsync(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 https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

ListAsync(CancellationToken)

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

ListCertificateAsync(String, CancellationToken)

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

SetConfigAsync(String, ApplicationGatewaySetConfiguration, CancellationToken)

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

UpdateAsync(String, UpdateApplicationGatewayParameters, CancellationToken)

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

Extension Methods

Name Description
AddCertificate(String, String, ApplicationGatewayCertificate)

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

AddCertificateAsync(String, String, ApplicationGatewayCertificate)

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

BeginAddCertificate(String, String, ApplicationGatewayCertificate)

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

BeginAddCertificateAsync(String, String, ApplicationGatewayCertificate)

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

BeginCreateApplicationGateway(CreateApplicationGatewayParameters)

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

BeginCreateApplicationGatewayAsync(CreateApplicationGatewayParameters)

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

BeginDeleteApplicationGateway(String)

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

BeginDeleteApplicationGatewayAsync(String)

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

BeginDeleteApplicationGatewayCertificate(String, String)

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

BeginDeleteApplicationGatewayCertificateAsync(String, String)

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

BeginExecuteOperation(String, ApplicationGatewayOperation)

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

BeginExecuteOperationAsync(String, ApplicationGatewayOperation)

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

BeginSetConfig(String, ApplicationGatewaySetConfiguration)

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

BeginSetConfigAsync(String, ApplicationGatewaySetConfiguration)

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

BeginUpdateApplicationGateway(String, UpdateApplicationGatewayParameters)

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

BeginUpdateApplicationGatewayAsync(String, UpdateApplicationGatewayParameters)

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

Create(CreateApplicationGatewayParameters)

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

CreateAsync(CreateApplicationGatewayParameters)

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

Delete(String)

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

DeleteAsync(String)

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

DeleteCertificate(String, String)

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

DeleteCertificateAsync(String, String)

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

ExecuteOperation(String, ApplicationGatewayOperation)

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

ExecuteOperationAsync(String, ApplicationGatewayOperation)

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

Get(String)

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

GetAsync(String)

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

GetCertificate(String, String)

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

GetCertificateAsync(String, String)

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

GetConfig(String)

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

GetConfigAsync(String)

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

GetOperationStatus(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 https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

GetOperationStatusAsync(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 https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)(Defined by ApplicationGatewayOperationsExtensions.)

List()

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

ListAsync()

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

ListCertificate(String)

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

ListCertificateAsync(String)

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

SetConfig(String, ApplicationGatewaySetConfiguration)

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

SetConfigAsync(String, ApplicationGatewaySetConfiguration)

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

Update(String, UpdateApplicationGatewayParameters)

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

UpdateAsync(String, UpdateApplicationGatewayParameters)

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

See Also

Microsoft.WindowsAzure.Management.Network Namespace

Return to top