AzureChangeAnalysisManager Class

  • java.lang.Object
    • com.azure.resourcemanager.changeanalysis.AzureChangeAnalysisManager

public final class AzureChangeAnalysisManager

Entry point to AzureChangeAnalysisManager.

Method Summary

Modifier and Type Method and Description
static AzureChangeAnalysisManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of AzureChangeAnalysis service API entry point.

static AzureChangeAnalysisManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of AzureChangeAnalysis service API entry point.

Changes changes()

Gets the resource collection API of Changes.

static Configurable configure()

Gets a Configurable instance that can be used to create AzureChangeAnalysisManager with optional configuration.

Operations operations()

Gets the resource collection API of Operations.

ResourceChanges resourceChanges()

Gets the resource collection API of ResourceChanges.

AzureChangeAnalysisManagementClient serviceClient()

Gets wrapped service client AzureChangeAnalysisManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Methods inherited from java.lang.Object

Method Details

authenticate

public static AzureChangeAnalysisManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of AzureChangeAnalysis service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the AzureChangeAnalysis service API instance.

authenticate

public static AzureChangeAnalysisManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of AzureChangeAnalysis service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the AzureChangeAnalysis service API instance.

changes

public Changes changes()

Gets the resource collection API of Changes.

Returns:

Resource collection API of Changes.

configure

public static AzureChangeAnalysisManager.Configurable configure()

Gets a Configurable instance that can be used to create AzureChangeAnalysisManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

resourceChanges

public ResourceChanges resourceChanges()

Gets the resource collection API of ResourceChanges.

Returns:

Resource collection API of ResourceChanges.

serviceClient

public AzureChangeAnalysisManagementClient serviceClient()

Gets wrapped service client AzureChangeAnalysisManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client AzureChangeAnalysisManagementClient.

Applies to