Delen via


SAPVirtualInstances interface

Interface die een SAPVirtualInstances vertegenwoordigt.

Methoden

beginCreate(string, string, SAPVirtualInstancesCreateOptionalParams)

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

beginCreateAndWait(string, string, SAPVirtualInstancesCreateOptionalParams)

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

beginDelete(string, string, SAPVirtualInstancesDeleteOptionalParams)

Hiermee verwijdert u een virtuele instantie voor SAP-oplossingenresources en de bijbehorende onderliggende resources. Dit is het bijbehorende Central Services-exemplaar, Application Server Instances en Database Instance.

beginDeleteAndWait(string, string, SAPVirtualInstancesDeleteOptionalParams)

Hiermee verwijdert u een virtuele instantie voor SAP-oplossingenresources en de bijbehorende onderliggende resources. Dit is het bijbehorende Central Services-exemplaar, Application Server Instances en Database Instance.

beginStart(string, string, SAPVirtualInstancesStartOptionalParams)

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

beginStartAndWait(string, string, SAPVirtualInstancesStartOptionalParams)

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

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.

beginUpdate(string, string, SAPVirtualInstancesUpdateOptionalParams)

Een virtueel exemplaar voor SAP-oplossingenresource bijwerken

beginUpdateAndWait(string, string, SAPVirtualInstancesUpdateOptionalParams)

Een virtueel exemplaar voor SAP-oplossingenresource bijwerken

get(string, string, SAPVirtualInstancesGetOptionalParams)

Hiermee haalt u een virtueel exemplaar voor SAP-oplossingenresource op

listByResourceGroup(string, SAPVirtualInstancesListByResourceGroupOptionalParams)

Hiermee haalt u alle virtuele exemplaren voor SAP-oplossingenresources op in een resourcegroep.

listBySubscription(SAPVirtualInstancesListBySubscriptionOptionalParams)

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

Methodedetails

beginCreate(string, string, SAPVirtualInstancesCreateOptionalParams)

Hiermee maakt u een VVIS-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 hoofdletterongevoelig.

sapVirtualInstanceName

string

De naam van de resource virtuele exemplaren voor SAP-oplossingen

options
SAPVirtualInstancesCreateOptionalParams

De optiesparameters.

Retouren

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

beginCreateAndWait(string, string, SAPVirtualInstancesCreateOptionalParams)

Hiermee maakt u een VVIS-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 hoofdletterongevoelig.

sapVirtualInstanceName

string

De naam van de resource virtuele exemplaren voor SAP-oplossingen

options
SAPVirtualInstancesCreateOptionalParams

De optiesparameters.

Retouren

beginDelete(string, string, SAPVirtualInstancesDeleteOptionalParams)

Hiermee verwijdert u een virtuele instantie voor SAP-oplossingenresources en de bijbehorende onderliggende resources. Dit is het bijbehorende Central Services-exemplaar, Application Server Instances en Database Instance.

function beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SAPVirtualInstancesDeleteHeaders>, SAPVirtualInstancesDeleteHeaders>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

sapVirtualInstanceName

string

De naam van de resource virtuele exemplaren voor SAP-oplossingen

options
SAPVirtualInstancesDeleteOptionalParams

De optiesparameters.

Retouren

beginDeleteAndWait(string, string, SAPVirtualInstancesDeleteOptionalParams)

Hiermee verwijdert u een virtuele instantie voor SAP-oplossingenresources en de bijbehorende onderliggende resources. Dit is het bijbehorende Central Services-exemplaar, Application Server Instances en Database Instance.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

sapVirtualInstanceName

string

De naam van de resource virtuele exemplaren voor SAP-oplossingen

options
SAPVirtualInstancesDeleteOptionalParams

De optiesparameters.

Retouren

beginStart(string, string, SAPVirtualInstancesStartOptionalParams)

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

function beginStart(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPVirtualInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

sapVirtualInstanceName

string

De naam van de resource virtuele exemplaren 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. Dit is het Central Services-exemplaar en de exemplaren van de toepassingsserver.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

sapVirtualInstanceName

string

De naam van de resource virtuele exemplaren 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 hoofdletterongevoelig.

sapVirtualInstanceName

string

De naam van de resource virtuele exemplaren 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 hoofdletterongevoelig.

sapVirtualInstanceName

string

De naam van de resource virtuele exemplaren voor SAP-oplossingen

options
SAPVirtualInstancesStopOptionalParams

De optiesparameters.

Retouren

beginUpdate(string, string, SAPVirtualInstancesUpdateOptionalParams)

Een virtueel exemplaar voor SAP-oplossingenresource bijwerken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

sapVirtualInstanceName

string

De naam van de resource virtuele exemplaren voor SAP-oplossingen

options
SAPVirtualInstancesUpdateOptionalParams

De optiesparameters.

Retouren

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

beginUpdateAndWait(string, string, SAPVirtualInstancesUpdateOptionalParams)

Een virtueel exemplaar voor SAP-oplossingenresource bijwerken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

sapVirtualInstanceName

string

De naam van de resource virtuele exemplaren voor SAP-oplossingen

options
SAPVirtualInstancesUpdateOptionalParams

De optiesparameters.

Retouren

get(string, string, SAPVirtualInstancesGetOptionalParams)

Hiermee haalt u een virtueel exemplaar voor SAP-oplossingenresource op

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

sapVirtualInstanceName

string

De naam van de resource virtuele exemplaren voor SAP-oplossingen

options
SAPVirtualInstancesGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, SAPVirtualInstancesListByResourceGroupOptionalParams)

Hiermee haalt u alle virtuele exemplaren voor SAP-oplossingenresources op in een resourcegroep.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

Retouren

listBySubscription(SAPVirtualInstancesListBySubscriptionOptionalParams)

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

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

Parameters

Retouren