WorkloadsManager Class
- java.
lang. Object - com.
azure. resourcemanager. workloads. WorkloadsManager
- com.
public final class WorkloadsManager
Entry point to WorkloadsManager. Workloads client provides access to various workload operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Workloads |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Workloads service API entry point. |
|
static
Workloads |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Workloads service API entry point. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Workloads |
| Monitors |
monitors()
Gets the resource collection API of Monitors. |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Provider |
providerInstances()
Gets the resource collection API of Provider |
|
Resource |
resourceProviders()
Gets the resource collection API of Resource |
|
Sap |
sapApplicationServerInstances()
Gets the resource collection API of Sap |
|
Sap |
sapCentralInstances()
Gets the resource collection API of Sap |
|
Sap |
sapDatabaseInstances()
Gets the resource collection API of Sap |
|
Sap |
sapLandscapeMonitors()
Gets the resource collection API of Sap |
|
Sap |
sapVirtualInstances()
Gets the resource collection API of Sap |
|
Workloads |
serviceClient()
Gets wrapped service client Workloads |
Methods inherited from java.lang.Object
Method Details
authenticate
public static WorkloadsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Workloads service API entry point.
Parameters:
Returns:
authenticate
public static WorkloadsManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Workloads service API entry point.
Parameters:
Returns:
configure
public static WorkloadsManager.Configurable configure()
Gets a Configurable instance that can be used to create WorkloadsManager with optional configuration.
Returns:
monitors
public Monitors monitors()
Gets the resource collection API of Monitors. It manages Monitor.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
providerInstances
public ProviderInstances providerInstances()
Gets the resource collection API of ProviderInstances. It manages ProviderInstance.
Returns:
resourceProviders
public ResourceProviders resourceProviders()
Gets the resource collection API of ResourceProviders.
Returns:
sapApplicationServerInstances
public SapApplicationServerInstances sapApplicationServerInstances()
Gets the resource collection API of SapApplicationServerInstances. It manages SapApplicationServerInstance.
Returns:
sapCentralInstances
public SapCentralInstances sapCentralInstances()
Gets the resource collection API of SapCentralInstances. It manages SapCentralServerInstance.
Returns:
sapDatabaseInstances
public SapDatabaseInstances sapDatabaseInstances()
Gets the resource collection API of SapDatabaseInstances. It manages SapDatabaseInstance.
Returns:
sapLandscapeMonitors
public SapLandscapeMonitors sapLandscapeMonitors()
Gets the resource collection API of SapLandscapeMonitors.
Returns:
sapVirtualInstances
public SapVirtualInstances sapVirtualInstances()
Gets the resource collection API of SapVirtualInstances. It manages SapVirtualInstance.
Returns:
serviceClient
public WorkloadsClient serviceClient()
Gets wrapped service client WorkloadsClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns: