Delen via


FunctionsOperationsExtensions.GetAsync Method

Definition

Gets details about the specified function.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StreamAnalytics.Models.Function> GetAsync (this Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations operations, string resourceGroupName, string jobName, string functionName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StreamAnalytics.Models.Function>
<Extension()>
Public Function GetAsync (operations As IFunctionsOperations, resourceGroupName As String, jobName As String, functionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Function)

Parameters

operations
IFunctionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

jobName
String

The name of the streaming job.

functionName
String

The name of the function.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to