Interface HanaInstance.DefinitionStages.WithPartnerNodeId

All Known Subinterfaces:
HanaInstance.Definition, HanaInstance.DefinitionStages.WithCreate
Enclosing interface:
HanaInstance.DefinitionStages

public static interface HanaInstance.DefinitionStages.WithPartnerNodeId
The stage of the HanaInstance definition allowing to specify partnerNodeId.
  • Method Details

    • withPartnerNodeId

      HanaInstance.DefinitionStages.WithCreate withPartnerNodeId(String partnerNodeId)
      Specifies the partnerNodeId property: ARM ID of another HanaInstance that will share a network with this HanaInstance.
      Parameters:
      partnerNodeId - ARM ID of another HanaInstance that will share a network with this HanaInstance.
      Returns:
      the next definition stage.