SAPApplicationServerInstances interface
Interface representing a SAPApplicationServerInstances.
Methods
begin |
Puts the SAP Application Server Instance resource. |
begin |
Puts the SAP Application Server Instance resource. |
begin |
Deletes the SAP Application Server Instance resource. |
begin |
Deletes the SAP Application Server Instance resource. |
begin |
Starts the SAP Application Server Instance. |
begin |
Starts the SAP Application Server Instance. |
begin |
Stops the SAP Application Server Instance. |
begin |
Stops the SAP Application Server Instance. |
get(string, string, string, SAPApplication |
Gets the SAP Application Server Instance corresponding to the Virtual Instance for SAP solutions resource. |
list(string, string, SAPApplication |
Lists the SAP Application Server Instance resources for a given Virtual Instance for SAP solutions resource. |
update(string, string, string, SAPApplication |
Updates the SAP Application server instance resource. This can be used to update tags on the resource. |
Method Details
beginCreate(string, string, string, SAPApplicationServerInstancesCreateOptionalParams)
Puts the SAP Application Server Instance resource.
This will be used by service only. PUT by
end user will return a Bad Request error.
function beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstance>, SAPApplicationServerInstance>>
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
- applicationInstanceName
-
string
The name of SAP Application Server instance resource.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<SAPApplicationServerInstance>, SAPApplicationServerInstance>>
beginCreateAndWait(string, string, string, SAPApplicationServerInstancesCreateOptionalParams)
Puts the SAP Application Server Instance resource.
This will be used by service only. PUT by
end user will return a Bad Request error.
function beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesCreateOptionalParams): Promise<SAPApplicationServerInstance>
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
- applicationInstanceName
-
string
The name of SAP Application Server instance resource.
The options parameters.
Returns
Promise<SAPApplicationServerInstance>
beginDelete(string, string, string, SAPApplicationServerInstancesDeleteOptionalParams)
Deletes the SAP Application Server Instance resource.
This operation will be used by service
only. Delete by end user will return a Bad Request error.
function beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesDeleteHeaders>, SAPApplicationServerInstancesDeleteHeaders>>
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
- applicationInstanceName
-
string
The name of SAP Application Server instance resource.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<SAPApplicationServerInstancesDeleteHeaders>, SAPApplicationServerInstancesDeleteHeaders>>
beginDeleteAndWait(string, string, string, SAPApplicationServerInstancesDeleteOptionalParams)
Deletes the SAP Application Server Instance resource.
This operation will be used by service
only. Delete by end user will return a Bad Request error.
function beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesDeleteOptionalParams): Promise<SAPApplicationServerInstancesDeleteHeaders>
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
- applicationInstanceName
-
string
The name of SAP Application Server instance resource.
The options parameters.
Returns
beginStartInstance(string, string, string, SAPApplicationServerInstancesStartInstanceOptionalParams)
Starts the SAP Application Server Instance.
function beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStartInstanceOptionalParams): 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
- applicationInstanceName
-
string
The name of SAP Application Server instance resource.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginStartInstanceAndWait(string, string, string, SAPApplicationServerInstancesStartInstanceOptionalParams)
Starts the SAP Application Server Instance.
function beginStartInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStartInstanceOptionalParams): 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
- applicationInstanceName
-
string
The name of SAP Application Server instance resource.
The options parameters.
Returns
Promise<OperationStatusResult>
beginStopInstance(string, string, string, SAPApplicationServerInstancesStopInstanceOptionalParams)
Stops the SAP Application Server Instance.
function beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStopInstanceOptionalParams): 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
- applicationInstanceName
-
string
The name of SAP Application Server instance resource.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginStopInstanceAndWait(string, string, string, SAPApplicationServerInstancesStopInstanceOptionalParams)
Stops the SAP Application Server Instance.
function beginStopInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStopInstanceOptionalParams): 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
- applicationInstanceName
-
string
The name of SAP Application Server instance resource.
The options parameters.
Returns
Promise<OperationStatusResult>
get(string, string, string, SAPApplicationServerInstancesGetOptionalParams)
Gets the SAP Application Server Instance corresponding to the Virtual Instance for SAP solutions resource.
function get(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesGetOptionalParams): Promise<SAPApplicationServerInstance>
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
- applicationInstanceName
-
string
The name of SAP Application Server instance resource.
The options parameters.
Returns
Promise<SAPApplicationServerInstance>
list(string, string, SAPApplicationServerInstancesListOptionalParams)
Lists the SAP Application Server Instance resources for a given Virtual Instance for SAP solutions resource.
function list(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPApplicationServerInstancesListOptionalParams): PagedAsyncIterableIterator<SAPApplicationServerInstance, SAPApplicationServerInstance[], PageSettings>
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
update(string, string, string, SAPApplicationServerInstancesUpdateOptionalParams)
Updates the SAP Application server instance resource. This can be used to update tags on the resource.
function update(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesUpdateOptionalParams): Promise<SAPApplicationServerInstance>
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
- applicationInstanceName
-
string
The name of SAP Application Server instance resource.
The options parameters.
Returns
Promise<SAPApplicationServerInstance>
Azure SDK for JavaScript