/// <summary>
 /// Start a stream analytics job. Asynchronous call.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.StreamAnalytics.IJobOperations.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Required. The resource group name of the stream analytics job.
 /// </param>
 /// <param name='jobName'>
 /// Required. The name of the stream analytics job.
 /// </param>
 /// <returns>
 /// A standard service response for long running operations.
 /// </returns>
 public static Task<LongRunningOperationResponse> BeginStartAsync(this IJobOperations operations, string resourceGroupName, string jobName)
 {
     return operations.BeginStartAsync(resourceGroupName, jobName, CancellationToken.None);
 }
 /// <summary>
 /// The Start ApplicationGateway operation starts application gatewayin
 /// the specified resource group through Network resource provider.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.Network.IApplicationGatewayOperations.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Required. The name of the resource group.
 /// </param>
 /// <param name='applicationGatewayName'>
 /// Required. The name of the application gateway.
 /// </param>
 /// <returns>
 /// Response for PutVirtualNetworkGateway Api servive call
 /// </returns>
 public static Task<VirtualNetworkGatewayPutResponse> BeginStartAsync(this IApplicationGatewayOperations operations, string resourceGroupName, string applicationGatewayName)
 {
     return operations.BeginStartAsync(resourceGroupName, applicationGatewayName, CancellationToken.None);
 }