IApplicationGatewayOperations.BeginSetConfigAsync Method (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)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
Task<GatewayOperationResponse> BeginSetConfigAsync(
string gatewayName,
ApplicationGatewaySetConfiguration config,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginSetConfigAsync(
String^ gatewayName,
ApplicationGatewaySetConfiguration^ config,
CancellationToken cancellationToken
)
abstract BeginSetConfigAsync :
gatewayName:string *
config:ApplicationGatewaySetConfiguration *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginSetConfigAsync (
gatewayName As String,
config As ApplicationGatewaySetConfiguration,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
Parameters
gatewayName
Type: System.StringGateway name
config
Type: Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfigurationThe Begin Set Application Gateway Config operation sets the specified config on the application gateway
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IApplicationGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top