Language

IOrderItemResourceList Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.OrderItemResourceListTypeConverter))]
public interface IOrderItemResourceList : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.OrderItemResourceListTypeConverter))>]
type IOrderItemResourceList = interface
    interface IJsonSerializable
Public Interface IOrderItemResourceList
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
NextLink

Link for the next set of order item resources.

Value

List of order item resources.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to