ChangeAnalysisExtensions Class
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.
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.
|
GetChangesByResourceGroupAsync(ResourceGroupResource, DateTimeOffset, DateTimeOffset, String, CancellationToken) |
List the changes of a resource group within the specified time range. Customer data will always be masked.
|
GetChangesBySubscription(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken) |
List the changes of a subscription within the specified time range. Customer data will always be masked.
|
GetChangesBySubscriptionAsync(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken) |
List the changes of a subscription within the specified time range. Customer data will always be masked.
|
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.
|
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.
|
Applies to
Azure SDK for .NET