Share via


ChangeAnalysis Class

Definition

Low-level API implementation for the ChangeAnalysis service.

public class ChangeAnalysis
type ChangeAnalysis = class
Public Class ChangeAnalysis
Inheritance
ChangeAnalysis

Constructors

ChangeAnalysis()

Methods

ChangeAnalysisListByResourceGroup(String, String, DateTime, DateTime, String, Func<HttpResponseMessage,Task<IChangeList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

ChangeAnalysisListByResourceGroupViaIdentity(String, DateTime, DateTime, String, Func<HttpResponseMessage,Task<IChangeList>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

ChangeAnalysisListByResourceId(String, DateTime, DateTime, String, Func<HttpResponseMessage,Task<IChangeList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Customer data is always masked if query at subscription or resource group level. For query on a single resource, customer data is masked if the user doesn’t have access.

ChangeAnalysisListByResourceIdViaIdentity(String, DateTime, DateTime, String, Func<HttpResponseMessage,Task<IChangeList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Customer data is always masked if query at subscription or resource group level. For query on a single resource, customer data is masked if the user doesn’t have access.

ChangeAnalysisListBySubscription(String, DateTime, DateTime, String, Func<HttpResponseMessage,Task<IChangeList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

ChangeAnalysisListBySubscriptionViaIdentity(String, DateTime, DateTime, String, Func<HttpResponseMessage,Task<IChangeList>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

OperationsList(String, Func<HttpResponseMessage,Task<IResourceProviderOperationList>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.

OperationsListViaIdentity(String, String, Func<HttpResponseMessage, Task<IResourceProviderOperationList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the supported operations by the Microsoft.ChangeAnalysis resource provider along with their descriptions.

Applies to