次の方法で共有


OperationEntityListResult interface

ドメイン サービス操作応答の一覧。

プロパティ

nextLink

結果の次のページの継続トークン。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

value

操作の一覧。

プロパティの詳細

結果の次のページの継続トークン。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

nextLink?: string

プロパティ値

string

value

操作の一覧。

value?: OperationEntity[]

プロパティ値