共用方式為


IApplicationGatewayOperations Interface

Definition

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

public interface IApplicationGatewayOperations
type IApplicationGatewayOperations = interface
Public Interface IApplicationGatewayOperations

Methods

AddCertificateAsync(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)

BeginAddCertificateAsync(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)

BeginCreateApplicationGatewayAsync(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)

BeginDeleteApplicationGatewayAsync(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)

BeginDeleteApplicationGatewayCertificateAsync(String, String, CancellationToken)

The Begin Delete Application Gateway certificate. (see http://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 http://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 http://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 http://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 http://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 http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

DeleteCertificateAsync(String, String, CancellationToken)

The Delete Application Gateway certificate operation. (see http://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 http://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 http://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 http://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 http://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 http://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 http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)

ListCertificateAsync(String, CancellationToken)

The List Application Gateway certificates. (see http://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 http://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 http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

Extension Methods

AddCertificate(IApplicationGatewayOperations, 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)

AddCertificateAsync(IApplicationGatewayOperations, 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)

BeginAddCertificate(IApplicationGatewayOperations, 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)

BeginAddCertificateAsync(IApplicationGatewayOperations, 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)

BeginCreateApplicationGateway(IApplicationGatewayOperations, 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)

BeginCreateApplicationGatewayAsync(IApplicationGatewayOperations, 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)

BeginDeleteApplicationGateway(IApplicationGatewayOperations, 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)

BeginDeleteApplicationGatewayAsync(IApplicationGatewayOperations, 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)

BeginDeleteApplicationGatewayCertificate(IApplicationGatewayOperations, String, String)

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

BeginDeleteApplicationGatewayCertificateAsync(IApplicationGatewayOperations, String, String)

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

BeginExecuteOperation(IApplicationGatewayOperations, 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)

BeginExecuteOperationAsync(IApplicationGatewayOperations, 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)

BeginSetConfig(IApplicationGatewayOperations, 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)

BeginSetConfigAsync(IApplicationGatewayOperations, 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)

BeginUpdateApplicationGateway(IApplicationGatewayOperations, 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)

BeginUpdateApplicationGatewayAsync(IApplicationGatewayOperations, 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)

Create(IApplicationGatewayOperations, 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)

CreateAsync(IApplicationGatewayOperations, 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)

Delete(IApplicationGatewayOperations, 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)

DeleteAsync(IApplicationGatewayOperations, 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)

DeleteCertificate(IApplicationGatewayOperations, String, String)

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

DeleteCertificateAsync(IApplicationGatewayOperations, String, String)

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

ExecuteOperation(IApplicationGatewayOperations, 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)

ExecuteOperationAsync(IApplicationGatewayOperations, 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)

Get(IApplicationGatewayOperations, 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)

GetAsync(IApplicationGatewayOperations, 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)

GetCertificate(IApplicationGatewayOperations, 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)

GetCertificateAsync(IApplicationGatewayOperations, 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)

GetConfig(IApplicationGatewayOperations, 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)

GetConfigAsync(IApplicationGatewayOperations, 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)

GetOperationStatus(IApplicationGatewayOperations, 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)

GetOperationStatusAsync(IApplicationGatewayOperations, 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)

List(IApplicationGatewayOperations)

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)

ListAsync(IApplicationGatewayOperations)

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)

ListCertificate(IApplicationGatewayOperations, String)

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

ListCertificateAsync(IApplicationGatewayOperations, String)

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

SetConfig(IApplicationGatewayOperations, 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)

SetConfigAsync(IApplicationGatewayOperations, 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)

Update(IApplicationGatewayOperations, 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)

UpdateAsync(IApplicationGatewayOperations, 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)

Applies to