ResourceProviderOperationList interface
Results of the request to list operations.
Properties
next |
The URL to use for getting the next set of results. |
value | List of operations supported by this resource provider. |
Property Details
nextLink
The URL to use for getting the next set of results.
nextLink?: string
Property Value
string
value
List of operations supported by this resource provider.
value?: ResourceProviderOperation[]
Property Value
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript