Partager via


SchemaRegistryOperationsExtensions.GetAsync Méthode

Définition

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

Paramètres

operations
ISchemaRegistryOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources dans l’abonnement Azure.

namespaceName
String

Nom de l’espace de noms

schemaGroupName
String

Nom du groupe de schémas

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à