Delen via


SAPApplicationServerInstances interface

Interface die een SAPApplicationServerInstances vertegenwoordigt.

Methoden

beginCreate(string, string, string, SAPApplicationServerInstancesCreateOptionalParams)

Hiermee plaatst u de resource van het SAP-toepassingsserverexemplaar.

Dit wordt alleen door de service gebruikt. PUT by end user retourneert de fout Ongeldige aanvraag.

beginCreateAndWait(string, string, string, SAPApplicationServerInstancesCreateOptionalParams)

Hiermee plaatst u de resource van het SAP-toepassingsserverexemplaar.

Dit wordt alleen door de service gebruikt. PUT by end user retourneert de fout Ongeldige aanvraag.

beginDelete(string, string, string, SAPApplicationServerInstancesDeleteOptionalParams)

Hiermee verwijdert u de resource sap-toepassingsserverexemplaar.

Deze bewerking wordt alleen door de service gebruikt. Verwijderen door eindgebruiker retourneert de fout Ongeldige aanvraag.

beginDeleteAndWait(string, string, string, SAPApplicationServerInstancesDeleteOptionalParams)

Hiermee verwijdert u de resource sap-toepassingsserverexemplaar.

Deze bewerking wordt alleen door de service gebruikt. Verwijderen door eindgebruiker retourneert de fout Ongeldige aanvraag.

beginStartInstance(string, string, string, SAPApplicationServerInstancesStartInstanceOptionalParams)

Hiermee start u het SAP-toepassingsserverexemplaar.

beginStartInstanceAndWait(string, string, string, SAPApplicationServerInstancesStartInstanceOptionalParams)

Hiermee start u het SAP-toepassingsserverexemplaar.

beginStopInstance(string, string, string, SAPApplicationServerInstancesStopInstanceOptionalParams)

Stopt het SAP-toepassingsserverexemplaar.

beginStopInstanceAndWait(string, string, string, SAPApplicationServerInstancesStopInstanceOptionalParams)

Stopt het SAP-toepassingsserverexemplaar.

get(string, string, string, SAPApplicationServerInstancesGetOptionalParams)

Hiermee haalt u het SAP-toepassingsserverexemplaar op dat overeenkomt met de resource virtual instance voor SAP-oplossingen.

list(string, string, SAPApplicationServerInstancesListOptionalParams)

Lijsten de resources van het SAP-toepassingsserverexemplaren voor een bepaald virtueel exemplaar voor SAP-oplossingen.

update(string, string, string, SAPApplicationServerInstancesUpdateOptionalParams)

Updates de resource van het SAP-toepassingsserverexemplaren. Dit kan worden gebruikt om tags op de resource bij te werken.

Methodedetails

beginCreate(string, string, string, SAPApplicationServerInstancesCreateOptionalParams)

Hiermee plaatst u de resource van het SAP-toepassingsserverexemplaar.

Dit wordt alleen door de service gebruikt. PUT by end user retourneert de fout Ongeldige aanvraag.

function beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstance>, SAPApplicationServerInstance>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

sapVirtualInstanceName

string

De naam van de resource Virtual Instances for SAP Solutions

applicationInstanceName

string

De naam van de resource van het SAP Application Server-exemplaar.

Retouren

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

beginCreateAndWait(string, string, string, SAPApplicationServerInstancesCreateOptionalParams)

Hiermee plaatst u de resource van het SAP-toepassingsserverexemplaar.

Dit wordt alleen door de service gebruikt. PUT by end user retourneert de fout Ongeldige aanvraag.

function beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesCreateOptionalParams): Promise<SAPApplicationServerInstance>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

sapVirtualInstanceName

string

De naam van de resource Virtual Instances for SAP Solutions

applicationInstanceName

string

De naam van de resource van het SAP Application Server-exemplaar.

Retouren

beginDelete(string, string, string, SAPApplicationServerInstancesDeleteOptionalParams)

Hiermee verwijdert u de resource sap-toepassingsserverexemplaar.

Deze bewerking wordt alleen door de service gebruikt. Verwijderen door eindgebruiker retourneert de fout Ongeldige aanvraag.

function beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPApplicationServerInstancesDeleteHeaders>, SAPApplicationServerInstancesDeleteHeaders>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

sapVirtualInstanceName

string

De naam van de resource Virtual Instances for SAP Solutions

applicationInstanceName

string

De naam van de resource van het SAP Application Server-exemplaar.

Retouren

beginDeleteAndWait(string, string, string, SAPApplicationServerInstancesDeleteOptionalParams)

Hiermee verwijdert u de resource sap-toepassingsserverexemplaar.

Deze bewerking wordt alleen door de service gebruikt. Verwijderen door eindgebruiker retourneert de fout Ongeldige aanvraag.

function beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesDeleteOptionalParams): Promise<SAPApplicationServerInstancesDeleteHeaders>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

sapVirtualInstanceName

string

De naam van de resource Virtual Instances for SAP Solutions

applicationInstanceName

string

De naam van de resource van het SAP Application Server-exemplaar.

Retouren

beginStartInstance(string, string, string, SAPApplicationServerInstancesStartInstanceOptionalParams)

Hiermee start u het SAP-toepassingsserverexemplaar.

function beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStartInstanceOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

sapVirtualInstanceName

string

De naam van de resource Virtual Instances for SAP Solutions

applicationInstanceName

string

De naam van de resource van het SAP Application Server-exemplaar.

Retouren

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

beginStartInstanceAndWait(string, string, string, SAPApplicationServerInstancesStartInstanceOptionalParams)

Hiermee start u het SAP-toepassingsserverexemplaar.

function beginStartInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStartInstanceOptionalParams): Promise<OperationStatusResult>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

sapVirtualInstanceName

string

De naam van de resource Virtual Instances for SAP Solutions

applicationInstanceName

string

De naam van de resource van het SAP Application Server-exemplaar.

Retouren

beginStopInstance(string, string, string, SAPApplicationServerInstancesStopInstanceOptionalParams)

Stopt het SAP-toepassingsserverexemplaar.

function beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStopInstanceOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

sapVirtualInstanceName

string

De naam van de resource Virtual Instances for SAP Solutions

applicationInstanceName

string

De naam van de resource van het SAP Application Server-exemplaar.

Retouren

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

beginStopInstanceAndWait(string, string, string, SAPApplicationServerInstancesStopInstanceOptionalParams)

Stopt het SAP-toepassingsserverexemplaar.

function beginStopInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesStopInstanceOptionalParams): Promise<OperationStatusResult>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

sapVirtualInstanceName

string

De naam van de resource Virtual Instances for SAP Solutions

applicationInstanceName

string

De naam van de resource van het SAP Application Server-exemplaar.

Retouren

get(string, string, string, SAPApplicationServerInstancesGetOptionalParams)

Hiermee haalt u het SAP-toepassingsserverexemplaar op dat overeenkomt met de resource virtual instance voor SAP-oplossingen.

function get(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesGetOptionalParams): Promise<SAPApplicationServerInstance>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

sapVirtualInstanceName

string

De naam van de resource virtual instances voor SAP-oplossingen

applicationInstanceName

string

De naam van de resource van het SAP-toepassingsserverexemplaren.

options
SAPApplicationServerInstancesGetOptionalParams

De optiesparameters.

Retouren

list(string, string, SAPApplicationServerInstancesListOptionalParams)

Lijsten de resources van het SAP-toepassingsserverexemplaren voor een bepaald virtueel exemplaar voor SAP-oplossingen.

function list(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPApplicationServerInstancesListOptionalParams): PagedAsyncIterableIterator<SAPApplicationServerInstance, SAPApplicationServerInstance[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

sapVirtualInstanceName

string

De naam van de resource virtual instances voor SAP-oplossingen

Retouren

update(string, string, string, SAPApplicationServerInstancesUpdateOptionalParams)

Updates de resource van het SAP-toepassingsserverexemplaren. Dit kan worden gebruikt om tags op de resource bij te werken.

function update(resourceGroupName: string, sapVirtualInstanceName: string, applicationInstanceName: string, options?: SAPApplicationServerInstancesUpdateOptionalParams): Promise<SAPApplicationServerInstance>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

sapVirtualInstanceName

string

De naam van de resource virtual instances voor SAP-oplossingen

applicationInstanceName

string

De naam van de resource van het SAP-toepassingsserverexemplaren.

Retouren