MockableChangeAnalysisSubscriptionResource.GetChangesBySubscription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List the changes of a subscription within the specified time range. Customer data will always be masked.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/changes
- Operation Id: Changes_ListChangesBySubscription
public virtual Azure.Pageable<Azure.ResourceManager.ChangeAnalysis.Models.DetectedChangeData> GetChangesBySubscription (DateTimeOffset startTime, DateTimeOffset endTime, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetChangesBySubscription : DateTimeOffset * DateTimeOffset * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ChangeAnalysis.Models.DetectedChangeData>
override this.GetChangesBySubscription : DateTimeOffset * DateTimeOffset * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ChangeAnalysis.Models.DetectedChangeData>
Public Overridable Function GetChangesBySubscription (startTime As DateTimeOffset, endTime As DateTimeOffset, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DetectedChangeData)
Parameters
- startTime
- DateTimeOffset
Specifies the start time of the changes request.
- endTime
- DateTimeOffset
Specifies the end time of the changes request.
- skipToken
- String
A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of DetectedChangeData that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET