Share via


ChangeAnalysisExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.ChangeAnalysis.

public static class ChangeAnalysisExtensions
type ChangeAnalysisExtensions = class
Public Module ChangeAnalysisExtensions
Inheritance
ChangeAnalysisExtensions

Methods

GetChangesByResourceGroup(ResourceGroupResource, DateTimeOffset, DateTimeOffset, String, CancellationToken)

List the changes of a resource group within the specified time range. Customer data will always be masked.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ChangeAnalysis/changes
  • Operation Id: Changes_ListChangesByResourceGroup
GetChangesByResourceGroupAsync(ResourceGroupResource, DateTimeOffset, DateTimeOffset, String, CancellationToken)

List the changes of a resource group within the specified time range. Customer data will always be masked.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ChangeAnalysis/changes
  • Operation Id: Changes_ListChangesByResourceGroup
GetChangesBySubscription(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken)

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
GetChangesBySubscriptionAsync(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken)

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
GetResourceChanges(TenantResource, String, DateTimeOffset, DateTimeOffset, String, CancellationToken)

List the changes of a resource within the specified time range. Customer data will be masked if the user doesn't have access.

  • Request Path: /{resourceId}/providers/Microsoft.ChangeAnalysis/resourceChanges
  • Operation Id: ResourceChanges_List
GetResourceChangesAsync(TenantResource, String, DateTimeOffset, DateTimeOffset, String, CancellationToken)

List the changes of a resource within the specified time range. Customer data will be masked if the user doesn't have access.

  • Request Path: /{resourceId}/providers/Microsoft.ChangeAnalysis/resourceChanges
  • Operation Id: ResourceChanges_List

Applies to