Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SAPCentralInstances

Package version

Interface representing a SAPCentralInstances.

Hierarchy

  • SAPCentralInstances

Implemented by

Index

Methods

beginCreate

beginCreateAndWait

  • Puts the SAP Central Instance.

    This will be used by service only. PUT by end user will return a Bad Request error.

    Parameters

    • resourceGroupName: string

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

    • sapVirtualInstanceName: string

      The name of the Virtual Instances for SAP.

    • centralInstanceName: string

      Central Instance name string modeled as parameter for auto generation to work correctly.

    • Optional options: SAPCentralInstancesCreateOptionalParams

      The options parameters.

    Returns Promise<SAPCentralInstancesCreateResponse>

beginDelete

beginDeleteAndWait

  • Deletes the SAP Central Instance.

    This will be used by service only. Delete by end user will return a Bad Request error.

    Parameters

    • resourceGroupName: string

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

    • sapVirtualInstanceName: string

      The name of the Virtual Instances for SAP.

    • centralInstanceName: string

      Central Instance name string modeled as parameter for auto generation to work correctly.

    • Optional options: SAPCentralInstancesDeleteOptionalParams

      The options parameters.

    Returns Promise<SAPCentralInstancesDeleteResponse>

beginUpdate

beginUpdateAndWait

get

list

Generated using TypeDoc