WorkloadsSapVirtualInstanceMgmtClient Interface

public interface WorkloadsSapVirtualInstanceMgmtClient

The interface for WorkloadsSapVirtualInstanceMgmtClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Version parameter.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets Service host.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract SapApplicationServerInstancesClient getSapApplicationServerInstances()

Gets the SapApplicationServerInstancesClient object to access its operations.

abstract SapCentralServerInstancesClient getSapCentralServerInstances()

Gets the SapCentralServerInstancesClient object to access its operations.

abstract SapDatabaseInstancesClient getSapDatabaseInstances()

Gets the SapDatabaseInstancesClient object to access its operations.

abstract SapVirtualInstancesClient getSapVirtualInstances()

Gets the SapVirtualInstancesClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Version parameter.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets Service host.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getSapApplicationServerInstances

public abstract SapApplicationServerInstancesClient getSapApplicationServerInstances()

Gets the SapApplicationServerInstancesClient object to access its operations.

Returns:

the SapApplicationServerInstancesClient object.

getSapCentralServerInstances

public abstract SapCentralServerInstancesClient getSapCentralServerInstances()

Gets the SapCentralServerInstancesClient object to access its operations.

Returns:

the SapCentralServerInstancesClient object.

getSapDatabaseInstances

public abstract SapDatabaseInstancesClient getSapDatabaseInstances()

Gets the SapDatabaseInstancesClient object to access its operations.

Returns:

the SapDatabaseInstancesClient object.

getSapVirtualInstances

public abstract SapVirtualInstancesClient getSapVirtualInstances()

Gets the SapVirtualInstancesClient object to access its operations.

Returns:

the SapVirtualInstancesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

Applies to