WorkloadsSapVirtualInstanceManager Class

  • java.lang.Object
    • com.azure.resourcemanager.workloadssapvirtualinstance.WorkloadsSapVirtualInstanceManager

public final class WorkloadsSapVirtualInstanceManager

Entry point to WorkloadsSapVirtualInstanceManager. Workloads client provides access to various workload operations.

Method Summary

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

Creates an instance of Workloads Sap Virtual Instance service API entry point.

static WorkloadsSapVirtualInstanceManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Workloads Sap Virtual Instance service API entry point.

static Configurable configure()

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

Operations operations()

Gets the resource collection API of Operations.

SapApplicationServerInstances sapApplicationServerInstances()

Gets the resource collection API of SapApplicationServerInstances.

SapCentralServerInstances sapCentralServerInstances()

Gets the resource collection API of SapCentralServerInstances.

SapDatabaseInstances sapDatabaseInstances()

Gets the resource collection API of SapDatabaseInstances.

SapVirtualInstances sapVirtualInstances()

Gets the resource collection API of SapVirtualInstances.

WorkloadsSapVirtualInstanceMgmtClient serviceClient()

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

Creates an instance of Workloads Sap Virtual Instance service API entry point.

Parameters:

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

Returns:

the Workloads Sap Virtual Instance service API instance.

authenticate

public static WorkloadsSapVirtualInstanceManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Workloads Sap Virtual Instance service API entry point.

Parameters:

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

Returns:

the Workloads Sap Virtual Instance service API instance.

configure

public static WorkloadsSapVirtualInstanceManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

sapApplicationServerInstances

public SapApplicationServerInstances sapApplicationServerInstances()

Gets the resource collection API of SapApplicationServerInstances. It manages SapApplicationServerInstance.

Returns:

Resource collection API of SapApplicationServerInstances.

sapCentralServerInstances

public SapCentralServerInstances sapCentralServerInstances()

Gets the resource collection API of SapCentralServerInstances. It manages SapCentralServerInstance.

Returns:

Resource collection API of SapCentralServerInstances.

sapDatabaseInstances

public SapDatabaseInstances sapDatabaseInstances()

Gets the resource collection API of SapDatabaseInstances. It manages SapDatabaseInstance.

Returns:

Resource collection API of SapDatabaseInstances.

sapVirtualInstances

public SapVirtualInstances sapVirtualInstances()

Gets the resource collection API of SapVirtualInstances. It manages SapVirtualInstance.

Returns:

Resource collection API of SapVirtualInstances.

serviceClient

public WorkloadsSapVirtualInstanceMgmtClient serviceClient()

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

Returns:

Wrapped service client WorkloadsSapVirtualInstanceMgmtClient.

Applies to