Freigeben über


EventHubsNamespaceResource.GetEventHubsSchemaGroup Methode

Definition

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/schemagroups/{schemaGroupName}
  • Vorgang IdSchemaRegistry_Get
public virtual Azure.Response<Azure.ResourceManager.EventHubs.EventHubsSchemaGroupResource> GetEventHubsSchemaGroup (string schemaGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEventHubsSchemaGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventHubs.EventHubsSchemaGroupResource>
override this.GetEventHubsSchemaGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventHubs.EventHubsSchemaGroupResource>
Public Overridable Function GetEventHubsSchemaGroup (schemaGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EventHubsSchemaGroupResource)

Parameter

schemaGroupName
String

Der Name der Schemagruppe.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

schemaGroupName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

schemaGroupName ist NULL.

Gilt für: