ManagedOpsManager Class

  • java.lang.Object
    • com.azure.resourcemanager.managedops.ManagedOpsManager

public final class ManagedOpsManager

Entry point to ManagedOpsManager. Managed Operations API.

Method Summary

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

Creates an instance of ManagedOps service API entry point.

static ManagedOpsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of ManagedOps service API entry point.

static Configurable configure()

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

ManagedOps managedOps()

Gets the resource collection API of ManagedOps.

Operations operations()

Gets the resource collection API of Operations.

ManagedOpsManagementClient serviceClient()

Gets wrapped service client ManagedOpsManagementClient 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 ManagedOpsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of ManagedOps service API entry point.

Parameters:

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

Returns:

the ManagedOps service API instance.

authenticate

public static ManagedOpsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of ManagedOps service API entry point.

Parameters:

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

Returns:

the ManagedOps service API instance.

configure

public static ManagedOpsManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

managedOps

public ManagedOps managedOps()

Gets the resource collection API of ManagedOps. It manages ManagedOp.

Returns:

Resource collection API of ManagedOps.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

serviceClient

public ManagedOpsManagementClient serviceClient()

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

Returns:

Wrapped service client ManagedOpsManagementClient.

Applies to