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