Compartilhar via


DataProductResource.GetDataTypes(CancellationToken) Method

Definition

List data type by parent resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkAnalytics/dataProducts/{dataProductName}/dataTypes
  • Operation Id: DataTypes_ListByDataProduct
  • Default Api Version: 2023-11-15
public virtual Azure.Pageable<Azure.ResourceManager.NetworkAnalytics.Models.DataProductDataType> GetDataTypes (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataTypes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetworkAnalytics.Models.DataProductDataType>
override this.GetDataTypes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetworkAnalytics.Models.DataProductDataType>
Public Overridable Function GetDataTypes (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataProductDataType)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of DataProductDataType that may take multiple service requests to iterate over.

Applies to