Changes interface
Interface representing a Changes.
Methods
list |
List the changes of a resource group within the specified time range. Customer data will always be masked. |
list |
List the changes of a subscription within the specified time range. Customer data will always be masked. |
Method Details
listChangesByResourceGroup(string, Date, Date, ChangesListChangesByResourceGroupOptionalParams)
List the changes of a resource group within the specified time range. Customer data will always be masked.
function listChangesByResourceGroup(resourceGroupName: string, startTime: Date, endTime: Date, options?: ChangesListChangesByResourceGroupOptionalParams): PagedAsyncIterableIterator<Change, Change[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- startTime
-
Date
Specifies the start time of the changes request.
- endTime
-
Date
Specifies the end time of the changes request.
The options parameters.
Returns
listChangesBySubscription(Date, Date, ChangesListChangesBySubscriptionOptionalParams)
List the changes of a subscription within the specified time range. Customer data will always be masked.
function listChangesBySubscription(startTime: Date, endTime: Date, options?: ChangesListChangesBySubscriptionOptionalParams): PagedAsyncIterableIterator<Change, Change[], PageSettings>
Parameters
- startTime
-
Date
Specifies the start time of the changes request.
- endTime
-
Date
Specifies the end time of the changes request.
The options parameters.