OperationsManagementManager Class
- java.
lang. Object - com.
azure. resourcemanager. operationsmanagement. OperationsManagementManager
- com.
public final class OperationsManagementManager
Entry point to OperationsManagementManager. Operations Management Client.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Operations |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Operations |
|
static
Operations |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Operations |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Operations |
|
Management |
managementAssociations()
Gets the resource collection API of Management |
|
Management |
managementConfigurations()
Gets the resource collection API of Management |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Operations |
serviceClient()
Gets wrapped service client Operations |
| Solutions |
solutions()
Gets the resource collection API of Solutions. |
Methods inherited from java.lang.Object
Method Details
authenticate
public static OperationsManagementManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of OperationsManagement service API entry point.
Parameters:
Returns:
authenticate
public static OperationsManagementManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of OperationsManagement service API entry point.
Parameters:
Returns:
configure
public static OperationsManagementManager.Configurable configure()
Gets a Configurable instance that can be used to create OperationsManagementManager with optional configuration.
Returns:
managementAssociations
public ManagementAssociations managementAssociations()
Gets the resource collection API of ManagementAssociations.
Returns:
managementConfigurations
public ManagementConfigurations managementConfigurations()
Gets the resource collection API of ManagementConfigurations. It manages ManagementConfiguration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
serviceClient
public OperationsManagementClient serviceClient()
Gets wrapped service client OperationsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
solutions
public Solutions solutions()
Gets the resource collection API of Solutions. It manages Solution.
Returns: