Interface RolloutRequest.DefinitionStages.WithTargetServiceTopologyId

All Known Subinterfaces:
RolloutRequest.Definition
Enclosing interface:
RolloutRequest.DefinitionStages

public static interface RolloutRequest.DefinitionStages.WithTargetServiceTopologyId
The stage of the RolloutRequest definition allowing to specify targetServiceTopologyId.
  • Method Details

    • withTargetServiceTopologyId

      RolloutRequest.DefinitionStages.WithStepGroups withTargetServiceTopologyId(String targetServiceTopologyId)
      Specifies the targetServiceTopologyId property: The resource Id of the service topology from which service units are being referenced in step groups to be deployed..
      Parameters:
      targetServiceTopologyId - The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
      Returns:
      the next definition stage.