OperationsManagementManager Class

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

public final class OperationsManagementManager

Entry point to OperationsManagementManager. Operations Management Client.

Method Summary

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

Creates an instance of OperationsManagement service API entry point.

static OperationsManagementManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of OperationsManagement service API entry point.

static Configurable configure()

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

ManagementAssociations managementAssociations()

Gets the resource collection API of ManagementAssociations.

ManagementConfigurations managementConfigurations()

Gets the resource collection API of ManagementConfigurations.

Operations operations()

Gets the resource collection API of Operations.

OperationsManagementClient serviceClient()

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

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:

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

Returns:

the OperationsManagement service API instance.

authenticate

public static OperationsManagementManager authenticate(TokenCredential credential, 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.

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.

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()

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

Returns:

Wrapped service client OperationsManagementClient.

solutions

public Solutions solutions()

Gets the resource collection API of Solutions. It manages Solution.

Returns:

Resource collection API of Solutions.

Applies to