ApplicationGroupOperationsExtensions.GetAsync Method

Definition

Gets an ApplicationGroup for a Namespace.

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

Parameters

operations
IApplicationGroupOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group within the azure subscription.

namespaceName
String

The Namespace name

applicationGroupName
String

The Application Group name

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to