Class OperationsManagementManager

java.lang.Object
com.azure.resourcemanager.operationsmanagement.OperationsManagementManager

public final class OperationsManagementManager extends Object
Entry point to OperationsManagementManager. Operations Management Client.
  • Method Details

    • authenticate

      public static OperationsManagementManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of OperationsManagement service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the OperationsManagement service API instance.
    • authenticate

      public static OperationsManagementManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of OperationsManagement service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the OperationsManagement service API instance.
    • configure

      public static OperationsManagementManager.Configurable configure()
      Gets a Configurable instance that can be used to create OperationsManagementManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • solutions

      public Solutions solutions()
      Gets the resource collection API of Solutions. It manages Solution.
      Returns:
      Resource collection API of Solutions.
    • managementAssociations

      public ManagementAssociations managementAssociations()
      Gets the resource collection API of ManagementAssociations.
      Returns:
      Resource collection API of ManagementAssociations.
    • managementConfigurations

      public ManagementConfigurations managementConfigurations()
      Gets the resource collection API of ManagementConfigurations. It manages ManagementConfiguration.
      Returns:
      Resource collection API of ManagementConfigurations.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • serviceClient

      public OperationsManagementClient serviceClient()
      Returns:
      Wrapped service client OperationsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.