Interface SapCentralServerInstance.DefinitionStages.WithParentResource
- All Known Subinterfaces:
SapCentralServerInstance.Definition
- Enclosing interface:
- SapCentralServerInstance.DefinitionStages
public static interface SapCentralServerInstance.DefinitionStages.WithParentResource
The stage of the SapCentralServerInstance definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingSapVirtualInstance
(String resourceGroupName, String sapVirtualInstanceName) Specifies resourceGroupName, sapVirtualInstanceName.
-
Method Details
-
withExistingSapVirtualInstance
SapCentralServerInstance.DefinitionStages.WithCreate withExistingSapVirtualInstance(String resourceGroupName, String sapVirtualInstanceName) Specifies resourceGroupName, sapVirtualInstanceName.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.sapVirtualInstanceName
- The name of the Virtual Instances for SAP.- Returns:
- the next definition stage.
-