Delen via


SAPVirtualInstances interface

Interface die een SAPVirtualInstances vertegenwoordigt.

Methoden

beginCreate(string, string, SAPVirtualInstancesCreateOptionalParams)

Hiermee maakt u een resource voor een virtueel exemplaar voor SAP-oplossingen (VIS)

beginCreateAndWait(string, string, SAPVirtualInstancesCreateOptionalParams)

Hiermee maakt u een resource voor een virtueel exemplaar voor SAP-oplossingen (VIS)

beginDelete(string, string, SAPVirtualInstancesDeleteOptionalParams)

Hiermee verwijdert u een resource van een virtueel exemplaar voor SAP-oplossingen en de onderliggende resources, het bijbehorende Central Services-exemplaar, de toepassingsserverexemplaren en het database-exemplaar.

beginDeleteAndWait(string, string, SAPVirtualInstancesDeleteOptionalParams)

Hiermee verwijdert u een resource van een virtueel exemplaar voor SAP-oplossingen en de onderliggende resources, het bijbehorende Central Services-exemplaar, de toepassingsserverexemplaren en het database-exemplaar.

beginStart(string, string, SAPVirtualInstancesStartOptionalParams)

Hiermee start u de SAP-toepassing, het Central Services-exemplaar en de toepassingsserverexemplaren.

beginStartAndWait(string, string, SAPVirtualInstancesStartOptionalParams)

Hiermee start u de SAP-toepassing, het Central Services-exemplaar en de toepassingsserverexemplaren.

beginStop(string, string, SAPVirtualInstancesStopOptionalParams)

Hiermee stopt u de SAP-toepassing. Dit zijn de exemplaren van de toepassingsserver en het Central Services-exemplaar.

beginStopAndWait(string, string, SAPVirtualInstancesStopOptionalParams)

Hiermee stopt u de SAP-toepassing. Dit zijn de exemplaren van de toepassingsserver en het Central Services-exemplaar.

get(string, string, SAPVirtualInstancesGetOptionalParams)

Hiermee haalt u een resource voor een virtueel exemplaar voor SAP-oplossingen op

listByResourceGroup(string, SAPVirtualInstancesListByResourceGroupOptionalParams)

Hiermee worden alle virtuele exemplaren voor SAP-oplossingsresources in een resourcegroep opgeslagen.

listBySubscription(SAPVirtualInstancesListBySubscriptionOptionalParams)

Hiermee worden alle resources voor virtuele exemplaren voor SAP-oplossingen in een abonnement opgehaald.

update(string, string, SAPVirtualInstancesUpdateOptionalParams)

Updates een resource voor een virtueel exemplaar voor SAP-oplossingen

Methodedetails

beginCreate(string, string, SAPVirtualInstancesCreateOptionalParams)

Hiermee maakt u een resource voor een virtueel exemplaar voor SAP-oplossingen (VIS)

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

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

options
SAPVirtualInstancesCreateOptionalParams

De optiesparameters.

Retouren

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

beginCreateAndWait(string, string, SAPVirtualInstancesCreateOptionalParams)

Hiermee maakt u een resource voor een virtueel exemplaar voor SAP-oplossingen (VIS)

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

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

options
SAPVirtualInstancesCreateOptionalParams

De optiesparameters.

Retouren

beginDelete(string, string, SAPVirtualInstancesDeleteOptionalParams)

Hiermee verwijdert u een resource van een virtueel exemplaar voor SAP-oplossingen en de onderliggende resources, het bijbehorende Central Services-exemplaar, de toepassingsserverexemplaren en het database-exemplaar.

function beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesDeleteOptionalParams): 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 voor SAP-oplossingen

options
SAPVirtualInstancesDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, SAPVirtualInstancesDeleteOptionalParams)

Hiermee verwijdert u een resource van een virtueel exemplaar voor SAP-oplossingen en de onderliggende resources, het bijbehorende Central Services-exemplaar, de toepassingsserverexemplaren en het database-exemplaar.

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

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

options
SAPVirtualInstancesDeleteOptionalParams

De optiesparameters.

Retouren

beginStart(string, string, SAPVirtualInstancesStartOptionalParams)

Hiermee start u de SAP-toepassing, het Central Services-exemplaar en de toepassingsserverexemplaren.

function beginStart(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStartOptionalParams): 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 voor SAP-oplossingen

options
SAPVirtualInstancesStartOptionalParams

De optiesparameters.

Retouren

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

beginStartAndWait(string, string, SAPVirtualInstancesStartOptionalParams)

Hiermee start u de SAP-toepassing, het Central Services-exemplaar en de toepassingsserverexemplaren.

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

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

options
SAPVirtualInstancesStartOptionalParams

De optiesparameters.

Retouren

beginStop(string, string, SAPVirtualInstancesStopOptionalParams)

Hiermee stopt u de SAP-toepassing. Dit zijn de exemplaren van de toepassingsserver en het Central Services-exemplaar.

function beginStop(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStopOptionalParams): 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 voor SAP-oplossingen

options
SAPVirtualInstancesStopOptionalParams

De optiesparameters.

Retouren

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

beginStopAndWait(string, string, SAPVirtualInstancesStopOptionalParams)

Hiermee stopt u de SAP-toepassing. Dit zijn de exemplaren van de toepassingsserver en het Central Services-exemplaar.

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

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

options
SAPVirtualInstancesStopOptionalParams

De optiesparameters.

Retouren

get(string, string, SAPVirtualInstancesGetOptionalParams)

Hiermee haalt u een resource voor een virtueel exemplaar voor SAP-oplossingen op

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

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

options
SAPVirtualInstancesGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, SAPVirtualInstancesListByResourceGroupOptionalParams)

Hiermee worden alle virtuele exemplaren voor SAP-oplossingsresources in een resourcegroep opgeslagen.

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

Parameters

resourceGroupName

string

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

Retouren

listBySubscription(SAPVirtualInstancesListBySubscriptionOptionalParams)

Hiermee worden alle resources voor virtuele exemplaren voor SAP-oplossingen in een abonnement opgehaald.

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

Parameters

Retouren

update(string, string, SAPVirtualInstancesUpdateOptionalParams)

Updates een resource voor een virtueel exemplaar voor SAP-oplossingen

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

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

options
SAPVirtualInstancesUpdateOptionalParams

De optiesparameters.

Retouren