SAPVirtualInstances interface
Interface representing a SAPVirtualInstances.
Methods
begin |
Creates a Virtual Instance for SAP solutions (VIS) resource |
begin |
Creates a Virtual Instance for SAP solutions (VIS) resource |
begin |
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. |
begin |
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. |
begin |
Starts the SAP application, that is the Central Services instance and Application server instances. |
begin |
Starts the SAP application, that is the Central Services instance and Application server instances. |
begin |
Stops the SAP Application, that is the Application server instances and Central Services instance. |
begin |
Stops the SAP Application, that is the Application server instances and Central Services instance. |
get(string, string, SAPVirtual |
Gets a Virtual Instance for SAP solutions resource |
list |
Gets all Virtual Instances for SAP solutions resources in a Resource Group. |
list |
Gets all Virtual Instances for SAP solutions resources in a Subscription. |
update(string, string, SAPVirtual |
Updates a Virtual Instance for SAP solutions resource |
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
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
The options parameters.
Returns
Promise<SAPVirtualInstance>
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<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
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
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<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
The options parameters.
Returns
Promise<OperationStatusResult>
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
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
The options parameters.
Returns
Promise<OperationStatusResult>
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
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
The options parameters.
Returns
Promise<OperationStatusResult>
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
The options parameters.
Returns
Promise<SAPVirtualInstance>
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.
The options parameters.
Returns
listBySubscription(SAPVirtualInstancesListBySubscriptionOptionalParams)
Gets all Virtual Instances for SAP solutions resources in a Subscription.
function listBySubscription(options?: SAPVirtualInstancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SAPVirtualInstance, SAPVirtualInstance[], PageSettings>
Parameters
The options parameters.
Returns
update(string, string, SAPVirtualInstancesUpdateOptionalParams)
Updates a Virtual Instance for SAP solutions resource
function update(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
The options parameters.
Returns
Promise<SAPVirtualInstance>