MockableEdgeOrderSubscriptionResource.GetProductFamiliesAsync Method

Definition

This method provides the list of product families for the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/listProductFamilies
  • Operation Id: ListProductFamilies
public virtual Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.Models.ProductFamily> GetProductFamiliesAsync (Azure.ResourceManager.EdgeOrder.Models.ProductFamiliesContent content, string expand = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProductFamiliesAsync : Azure.ResourceManager.EdgeOrder.Models.ProductFamiliesContent * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.Models.ProductFamily>
override this.GetProductFamiliesAsync : Azure.ResourceManager.EdgeOrder.Models.ProductFamiliesContent * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.Models.ProductFamily>
Public Overridable Function GetProductFamiliesAsync (content As ProductFamiliesContent, Optional expand As String = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ProductFamily)

Parameters

content
ProductFamiliesContent

Filters for showing the product families.

expand
String

$expand is supported on configurations parameter for product, which provides details on the configurations for the product.

skipToken
String

$skipToken is supported on list of product families, which provides the next page in the list of product families.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ProductFamily that may take multiple service requests to iterate over.

Exceptions

content is null.

Applies to