Compartir a través de


IEventHubAuthorizationRules.ListByEventHubAsync Método

Definición

Enumera las reglas de autorización de un centro de eventos en un espacio de nombres en un grupo de recursos.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>> ListByEventHubAsync (string resourceGroupName, string namespaceName, string eventHubName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByEventHubAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>>
Public Function ListByEventHubAsync (resourceGroupName As String, namespaceName As String, eventHubName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IEventHubAuthorizationRule))

Parámetros

resourceGroupName
String

Nombre del grupo de recursos del espacio de nombres.

namespaceName
String

Nombre del espacio de nombres primario del centro de eventos.

eventHubName
String

Nombre del centro de eventos.

cancellationToken
CancellationToken

Devoluciones

Se aplica a