IEventHubAuthorizationRules.ListByEventHubAsync Método

Definição

Lista as regras de autorização de um hub de eventos em um namespace em um 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

Nome do grupo de recursos do namespace.

namespaceName
String

Nome do namespace pai do hub de eventos.

eventHubName
String

Nome do hub de eventos.

cancellationToken
CancellationToken

Retornos

Aplica-se a