ApiManagementServiceResource.GetContentTypesAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes
- Operation Id: ContentType_ListByService
- Default Api Version: 2023-03-01-preview
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType> GetContentTypesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentTypesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType>
override this.GetContentTypesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType>
Public Overridable Function GetContentTypesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApiManagementContentType)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ApiManagementContentType that may take multiple service requests to iterate over.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET