Class WorkloadsManager
java.lang.Object
com.azure.resourcemanager.workloads.WorkloadsManager
Entry point to WorkloadsManager. Workloads client provides access to various workload operations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkloadsManager
authenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Workloads service API entry point.static WorkloadsManager
authenticate
(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Workloads service API entry point.Gets a Configurable instance that can be used to create WorkloadsManager with optional configuration.monitors()
Gets the resource collection API of Monitors.Gets the resource collection API of Operations.Gets the resource collection API of PhpWorkloads.Gets the resource collection API of ProviderInstances.Gets the resource collection API of ResourceProviders.Gets the resource collection API of SapApplicationServerInstances.Gets the resource collection API of SapCentralInstances.Gets the resource collection API of SapDatabaseInstances.Gets the resource collection API of SapVirtualInstances.skus()
Gets the resource collection API of Skus.Gets the resource collection API of WordpressInstances.
-
Method Details
-
authenticate
public static WorkloadsManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Workloads service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the Workloads service API instance.
-
authenticate
public static WorkloadsManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Workloads service API entry point.- Parameters:
httpPipeline
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the Workloads service API instance.
-
configure
Gets a Configurable instance that can be used to create WorkloadsManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
phpWorkloads
Gets the resource collection API of PhpWorkloads. It manages PhpWorkloadResource.- Returns:
- Resource collection API of PhpWorkloads.
-
wordpressInstances
Gets the resource collection API of WordpressInstances.- Returns:
- Resource collection API of WordpressInstances.
-
resourceProviders
Gets the resource collection API of ResourceProviders.- Returns:
- Resource collection API of ResourceProviders.
-
sapVirtualInstances
Gets the resource collection API of SapVirtualInstances. It manages SapVirtualInstance.- Returns:
- Resource collection API of SapVirtualInstances.
-
sapCentralInstances
Gets the resource collection API of SapCentralInstances. It manages SapCentralServerInstance.- Returns:
- Resource collection API of SapCentralInstances.
-
sapDatabaseInstances
Gets the resource collection API of SapDatabaseInstances. It manages SapDatabaseInstance.- Returns:
- Resource collection API of SapDatabaseInstances.
-
sapApplicationServerInstances
Gets the resource collection API of SapApplicationServerInstances. It manages SapApplicationServerInstance.- Returns:
- Resource collection API of SapApplicationServerInstances.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
monitors
Gets the resource collection API of Monitors. It manages Monitor.- Returns:
- Resource collection API of Monitors.
-
providerInstances
Gets the resource collection API of ProviderInstances. It manages ProviderInstance.- Returns:
- Resource collection API of ProviderInstances.
-
skus
Gets the resource collection API of Skus.- Returns:
- Resource collection API of Skus.
-
serviceClient
- Returns:
- Wrapped service client WorkloadsClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-