Delen via


SAPVirtualInstances interface

Interface die een SAPVirtualInstances vertegenwoordigt.

Methoden

beginCreate(string, string, SAPVirtualInstancesCreateOptionalParams)

Hiermee maakt u een VIS-resource (Virtual Instance for SAP Solutions)

beginCreateAndWait(string, string, SAPVirtualInstancesCreateOptionalParams)

Hiermee maakt u een VIS-resource (Virtual Instance for SAP Solutions)

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, dat wil weten het Central Services-exemplaar en de toepassingsserverexemplaren.

beginStartAndWait(string, string, SAPVirtualInstancesStartOptionalParams)

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

beginStop(string, string, SAPVirtualInstancesStopOptionalParams)

Hiermee stopt u de SAP-toepassing, dat wil weten de exemplaren van de toepassingsserver en het Central Services-exemplaar.

beginStopAndWait(string, string, SAPVirtualInstancesStopOptionalParams)

Hiermee stopt u de SAP-toepassing, dat wil weten de exemplaren van de toepassingsserver en het Central Services-exemplaar.

beginUpdate(string, string, SAPVirtualInstancesUpdateOptionalParams)

een resource voor een virtueel exemplaar voor SAP-oplossingen Updates

beginUpdateAndWait(string, string, SAPVirtualInstancesUpdateOptionalParams)

een resource voor een virtueel exemplaar voor SAP-oplossingen Updates

get(string, string, SAPVirtualInstancesGetOptionalParams)

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

listByResourceGroup(string, SAPVirtualInstancesListByResourceGroupOptionalParams)

Hiermee haalt u alle virtuele exemplaren op voor resources van SAP-oplossingen in een resourcegroep.

listBySubscription(SAPVirtualInstancesListBySubscriptionOptionalParams)

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

Methodedetails

beginCreate(string, string, SAPVirtualInstancesCreateOptionalParams)

Hiermee maakt u een VIS-resource (Virtual Instance for SAP Solutions)

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 for SAP Solutions

options
SAPVirtualInstancesCreateOptionalParams

De optiesparameters.

Retouren

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

beginCreateAndWait(string, string, SAPVirtualInstancesCreateOptionalParams)

Hiermee maakt u een VIS-resource (Virtual Instance for SAP Solutions)

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 for SAP Solutions

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<SAPVirtualInstancesDeleteHeaders>, SAPVirtualInstancesDeleteHeaders>>

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

options
SAPVirtualInstancesDeleteOptionalParams

De optiesparameters.

Retouren

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<SAPVirtualInstancesDeleteHeaders>

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

options
SAPVirtualInstancesDeleteOptionalParams

De optiesparameters.

Retouren

beginStart(string, string, SAPVirtualInstancesStartOptionalParams)

Hiermee start u de SAP-toepassing, dat wil weten 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 for SAP Solutions

options
SAPVirtualInstancesStartOptionalParams

De optiesparameters.

Retouren

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

beginStartAndWait(string, string, SAPVirtualInstancesStartOptionalParams)

Hiermee start u de SAP-toepassing, dat wil weten 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 for SAP Solutions

options
SAPVirtualInstancesStartOptionalParams

De optiesparameters.

Retouren

beginStop(string, string, SAPVirtualInstancesStopOptionalParams)

Hiermee stopt u de SAP-toepassing, dat wil weten 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 for SAP Solutions

options
SAPVirtualInstancesStopOptionalParams

De optiesparameters.

Retouren

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

beginStopAndWait(string, string, SAPVirtualInstancesStopOptionalParams)

Hiermee stopt u de SAP-toepassing, dat wil weten 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 for SAP Solutions

options
SAPVirtualInstancesStopOptionalParams

De optiesparameters.

Retouren

beginUpdate(string, string, SAPVirtualInstancesUpdateOptionalParams)

een resource voor een virtueel exemplaar voor SAP-oplossingen Updates

function beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesUpdateOptionalParams): 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 for SAP Solutions

options
SAPVirtualInstancesUpdateOptionalParams

De optiesparameters.

Retouren

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

beginUpdateAndWait(string, string, SAPVirtualInstancesUpdateOptionalParams)

een resource voor een virtueel exemplaar voor SAP-oplossingen Updates

function beginUpdateAndWait(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 for SAP Solutions

options
SAPVirtualInstancesUpdateOptionalParams

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 for SAP Solutions

options
SAPVirtualInstancesGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, SAPVirtualInstancesListByResourceGroupOptionalParams)

Hiermee haalt u alle virtuele exemplaren op voor resources van SAP-oplossingen in een resourcegroep.

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