Freigeben über


ApiResource.GetApiTagDescription(String, CancellationToken) Methode

Definition

Abrufen einer Tagbeschreibung im Bereich der API

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/tagDescriptions/{tagDescriptionId}
  • Vorgang IdApiTagDescription_Get
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.ApiTagDescriptionResource> GetApiTagDescription (string tagDescriptionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiTagDescription : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiTagDescriptionResource>
override this.GetApiTagDescription : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiTagDescriptionResource>
Public Overridable Function GetApiTagDescription (tagDescriptionId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiTagDescriptionResource)

Parameter

tagDescriptionId
String

Tagbeschreibungsbezeichner. Wird beim Erstellen von tagDescription für die API/Tag-Zuordnung verwendet. Basierend auf API- und Tagnamen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

tagDescriptionId ist NULL.

Gilt für: