MockableEdgeOrderSubscriptionResource.GetProductFamilies 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.
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.Pageable<Azure.ResourceManager.EdgeOrder.Models.ProductFamily> GetProductFamilies (Azure.ResourceManager.EdgeOrder.Models.ProductFamiliesContent content, string expand = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProductFamilies : Azure.ResourceManager.EdgeOrder.Models.ProductFamiliesContent * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EdgeOrder.Models.ProductFamily>
override this.GetProductFamilies : Azure.ResourceManager.EdgeOrder.Models.ProductFamiliesContent * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EdgeOrder.Models.ProductFamily>
Public Overridable Function GetProductFamilies (content As ProductFamiliesContent, Optional expand As String = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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
A collection of ProductFamily that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
Azure SDK for .NET