ApiManagementServiceResource.GetContentTypes(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.Pageable<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType> GetContentTypes (System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentTypes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType>
override this.GetContentTypes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.ApiManagementContentType>
Public Overridable Function GetContentTypes (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApiManagementContentType)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ApiManagementContentType that may take multiple service requests to iterate over.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET