AzureChangeAnalysisManager Class
- java.
lang. Object - com.
azure. resourcemanager. changeanalysis. AzureChangeAnalysisManager
- com.
public final class AzureChangeAnalysisManager
Entry point to AzureChangeAnalysisManager.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Azure |
|
static
Azure |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Azure |
| Changes |
changes()
Gets the resource collection API of Changes. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Azure |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Resource |
resourceChanges()
Gets the resource collection API of Resource |
|
Azure |
serviceClient()
Gets wrapped service client Azure |
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:
Returns:
authenticate
public static AzureChangeAnalysisManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of AzureChangeAnalysis service API entry point.
Parameters:
Returns:
changes
public Changes changes()
Gets the resource collection API of Changes.
Returns:
configure
public static AzureChangeAnalysisManager.Configurable configure()
Gets a Configurable instance that can be used to create AzureChangeAnalysisManager with optional configuration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
resourceChanges
public ResourceChanges resourceChanges()
Gets the resource collection API of ResourceChanges.
Returns:
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: