IJobOperations.BeginStartAsync Method
Starts a stream analytics job. Asynchronous call.
Namespace: Microsoft.Azure.Management.StreamAnalytics
Assembly: Microsoft.Azure.Management.StreamAnalytics (in Microsoft.Azure.Management.StreamAnalytics.dll)
Usage
'Usage
Dim instance As IJobOperations
Dim resourceGroupName As String
Dim jobName As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of LongRunningOperationResponse)
returnValue = instance.BeginStartAsync(resourceGroupName, jobName, cancellationToken)
Syntax
'Declaration
Function BeginStartAsync ( _
resourceGroupName As String, _
jobName As String, _
cancellationToken As CancellationToken _
) As Task(Of LongRunningOperationResponse)
Task<LongRunningOperationResponse> BeginStartAsync (
string resourceGroupName,
string jobName,
CancellationToken cancellationToken
)
Task<LongRunningOperationResponse^>^ BeginStartAsync (
String^ resourceGroupName,
String^ jobName,
CancellationToken cancellationToken
)
Task<LongRunningOperationResponse> BeginStartAsync (
String resourceGroupName,
String jobName,
CancellationToken cancellationToken
)
function BeginStartAsync (
resourceGroupName : String,
jobName : String,
cancellationToken : CancellationToken
) : Task<LongRunningOperationResponse>
Parameters
- resourceGroupName
The resource group name of the stream analytics job.
- jobName
The name of the stream analytics job.
- cancellationToken
The cancellation token.
Return Value
A standard service response for long running operations.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
IJobOperations Interface
IJobOperations Members
Microsoft.Azure.Management.StreamAnalytics Namespace