Freigeben über


EventHubsSchemaGroupCollection.Get(String, CancellationToken) 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> Get (string schemaGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventHubs.EventHubsSchemaGroupResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventHubs.EventHubsSchemaGroupResource>
Public Overridable Function Get (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: