Share via


NamespacesOperationsExtensions.GetMessagingPlanAsync Method

Definition

Gets messaging plan for specified namespace.

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

Parameters

operations
INamespacesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group within the azure subscription.

namespaceName
String

The Namespace name

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to