Freigeben über


ApiManagementServiceResource.GetContentType(String, CancellationToken) Methode

Definition

Ruft die Details des Inhaltstyps des Entwicklerportals ab. Inhaltstypen beschreiben die Eigenschaften, Validierungsregeln und Einschränkungen von Inhaltselementen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • Vorgang IdContentType_Get
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType> GetContentType (string contentTypeId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentType : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType>
override this.GetContentType : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType>
Public Overridable Function GetContentType (contentTypeId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiManagementContentType)

Parameter

contentTypeId
String

Inhaltstypbezeichner.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

contentTypeId ist NULL.

Gilt für: