UpdatesOperations interface
Interface representing a Updates operations.
Properties
| list | Get updates to resources. |
| list |
Get updates to resources. |
Property Details
list
Get updates to resources.
list: (resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, options?: UpdatesListOptionalParams) => PagedAsyncIterableIterator<Update, Update[], PageSettings>
Property Value
(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, options?: UpdatesListOptionalParams) => PagedAsyncIterableIterator<Update, Update[], PageSettings>
listParent
Get updates to resources.
listParent: (resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, options?: UpdatesListParentOptionalParams) => PagedAsyncIterableIterator<Update, Update[], PageSettings>
Property Value
(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, options?: UpdatesListParentOptionalParams) => PagedAsyncIterableIterator<Update, Update[], PageSettings>