ChangeAnalysis Class

Definition

Low-level API implementation for the ChangeAnalysis service.

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

Constructors

Name Description
ChangeAnalysis()

Methods

Name Description
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.

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.

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.

ChangeAnalysisListByResourceGroupViaIdentityWithResult(String, DateTime, DateTime, String, IEventListener, ISendAsync)
ChangeAnalysisListByResourceGroupWithResult(String, String, DateTime, DateTime, String, IEventListener, ISendAsync)
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.

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.

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.

ChangeAnalysisListByResourceIdViaIdentityWithResult(String, DateTime, DateTime, String, IEventListener, ISendAsync)
ChangeAnalysisListByResourceIdWithResult(String, DateTime, DateTime, String, IEventListener, ISendAsync)
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.

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.

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.

ChangeAnalysisListBySubscriptionViaIdentityWithResult(String, DateTime, DateTime, String, IEventListener, ISendAsync)
ChangeAnalysisListBySubscriptionWithResult(String, DateTime, DateTime, String, IEventListener, ISendAsync)
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.

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.

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.

OperationsListViaIdentityWithResult(String, String, IEventListener, ISendAsync)
OperationsListWithResult(String, IEventListener, ISendAsync)

Applies to