/// <summary> /// Stop 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> BeginStopAsync(this IJobOperations operations, string resourceGroupName, string jobName) { return(operations.BeginStopAsync(resourceGroupName, jobName, CancellationToken.None)); }