SAPVirtualInstances interface

Interface representing a SAPVirtualInstances.

Methods

beginCreate(string, string, SAPVirtualInstancesCreateOptionalParams)

Creates a Virtual Instance for SAP solutions (VIS) resource

beginCreateAndWait(string, string, SAPVirtualInstancesCreateOptionalParams)

Creates a Virtual Instance for SAP solutions (VIS) resource

beginDelete(string, string, SAPVirtualInstancesDeleteOptionalParams)

Deletes a Virtual Instance for SAP solutions resource and its child resources, that is the associated Central Services Instance, Application Server Instances and Database Instance.

beginDeleteAndWait(string, string, SAPVirtualInstancesDeleteOptionalParams)

Deletes a Virtual Instance for SAP solutions resource and its child resources, that is the associated Central Services Instance, Application Server Instances and Database Instance.

beginStart(string, string, SAPVirtualInstancesStartOptionalParams)

Starts the SAP application, that is the Central Services instance and Application server instances.

beginStartAndWait(string, string, SAPVirtualInstancesStartOptionalParams)

Starts the SAP application, that is the Central Services instance and Application server instances.

beginStop(string, string, SAPVirtualInstancesStopOptionalParams)

Stops the SAP Application, that is the Application server instances and Central Services instance.

beginStopAndWait(string, string, SAPVirtualInstancesStopOptionalParams)

Stops the SAP Application, that is the Application server instances and Central Services instance.

beginUpdate(string, string, SAPVirtualInstancesUpdateOptionalParams)

Updates a Virtual Instance for SAP solutions resource

beginUpdateAndWait(string, string, SAPVirtualInstancesUpdateOptionalParams)

Updates a Virtual Instance for SAP solutions resource

get(string, string, SAPVirtualInstancesGetOptionalParams)

Gets a Virtual Instance for SAP solutions resource

listByResourceGroup(string, SAPVirtualInstancesListByResourceGroupOptionalParams)

Gets all Virtual Instances for SAP solutions resources in a Resource Group.

listBySubscription(SAPVirtualInstancesListBySubscriptionOptionalParams)

Gets all Virtual Instances for SAP solutions resources in a Subscription.

Method Details

beginCreate(string, string, SAPVirtualInstancesCreateOptionalParams)

Creates a Virtual Instance for SAP solutions (VIS) resource

function beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstance>, SAPVirtualInstance>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

string

The name of the Virtual Instances for SAP solutions resource

options
SAPVirtualInstancesCreateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<SAPVirtualInstance>, SAPVirtualInstance>>

beginCreateAndWait(string, string, SAPVirtualInstancesCreateOptionalParams)

Creates a Virtual Instance for SAP solutions (VIS) resource

function beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesCreateOptionalParams): Promise<SAPVirtualInstance>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

string

The name of the Virtual Instances for SAP solutions resource

options
SAPVirtualInstancesCreateOptionalParams

The options parameters.

Returns

beginDelete(string, string, SAPVirtualInstancesDeleteOptionalParams)

Deletes a Virtual Instance for SAP solutions resource and its child resources, that is the associated Central Services Instance, Application Server Instances and Database Instance.

function beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesDeleteHeaders>, SAPVirtualInstancesDeleteHeaders>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

string

The name of the Virtual Instances for SAP solutions resource

options
SAPVirtualInstancesDeleteOptionalParams

The options parameters.

Returns

beginDeleteAndWait(string, string, SAPVirtualInstancesDeleteOptionalParams)

Deletes a Virtual Instance for SAP solutions resource and its child resources, that is the associated Central Services Instance, Application Server Instances and Database Instance.

function beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesDeleteOptionalParams): Promise<SAPVirtualInstancesDeleteHeaders>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

string

The name of the Virtual Instances for SAP solutions resource

options
SAPVirtualInstancesDeleteOptionalParams

The options parameters.

Returns

beginStart(string, string, SAPVirtualInstancesStartOptionalParams)

Starts the SAP application, that is the Central Services instance and Application server instances.

function beginStart(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

string

The name of the Virtual Instances for SAP solutions resource

options
SAPVirtualInstancesStartOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginStartAndWait(string, string, SAPVirtualInstancesStartOptionalParams)

Starts the SAP application, that is the Central Services instance and Application server instances.

function beginStartAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStartOptionalParams): Promise<OperationStatusResult>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

string

The name of the Virtual Instances for SAP solutions resource

options
SAPVirtualInstancesStartOptionalParams

The options parameters.

Returns

beginStop(string, string, SAPVirtualInstancesStopOptionalParams)

Stops the SAP Application, that is the Application server instances and Central Services instance.

function beginStop(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

string

The name of the Virtual Instances for SAP solutions resource

options
SAPVirtualInstancesStopOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginStopAndWait(string, string, SAPVirtualInstancesStopOptionalParams)

Stops the SAP Application, that is the Application server instances and Central Services instance.

function beginStopAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStopOptionalParams): Promise<OperationStatusResult>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

string

The name of the Virtual Instances for SAP solutions resource

options
SAPVirtualInstancesStopOptionalParams

The options parameters.

Returns

beginUpdate(string, string, SAPVirtualInstancesUpdateOptionalParams)

Updates a Virtual Instance for SAP solutions resource

function beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstance>, SAPVirtualInstance>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

string

The name of the Virtual Instances for SAP solutions resource

options
SAPVirtualInstancesUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<SAPVirtualInstance>, SAPVirtualInstance>>

beginUpdateAndWait(string, string, SAPVirtualInstancesUpdateOptionalParams)

Updates a Virtual Instance for SAP solutions resource

function beginUpdateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesUpdateOptionalParams): Promise<SAPVirtualInstance>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

string

The name of the Virtual Instances for SAP solutions resource

options
SAPVirtualInstancesUpdateOptionalParams

The options parameters.

Returns

get(string, string, SAPVirtualInstancesGetOptionalParams)

Gets a Virtual Instance for SAP solutions resource

function get(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesGetOptionalParams): Promise<SAPVirtualInstance>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

string

The name of the Virtual Instances for SAP solutions resource

options
SAPVirtualInstancesGetOptionalParams

The options parameters.

Returns

listByResourceGroup(string, SAPVirtualInstancesListByResourceGroupOptionalParams)

Gets all Virtual Instances for SAP solutions resources in a Resource Group.

function listByResourceGroup(resourceGroupName: string, options?: SAPVirtualInstancesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SAPVirtualInstance, SAPVirtualInstance[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

Returns

listBySubscription(SAPVirtualInstancesListBySubscriptionOptionalParams)

Gets all Virtual Instances for SAP solutions resources in a Subscription.

function listBySubscription(options?: SAPVirtualInstancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SAPVirtualInstance, SAPVirtualInstance[], PageSettings>

Parameters

options
SAPVirtualInstancesListBySubscriptionOptionalParams

The options parameters.

Returns