IOperationListResult Interface

Definition

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

Properties

Name Description
NextLink

The link used to get the next page of DigitalTwins description objects.

Value

A list of DigitalTwins operations supported by the Microsoft.DigitalTwins resource provider.

Methods

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

Applies to