Interface RolloutRequest.UpdateStages.WithTargetServiceTopologyId

All Known Subinterfaces:
RolloutRequest.Update
Enclosing interface:
RolloutRequest.UpdateStages

public static interface RolloutRequest.UpdateStages.WithTargetServiceTopologyId
The stage of the RolloutRequest update allowing to specify targetServiceTopologyId.
  • Method Summary

    Modifier and Type
    Method
    Description
    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..
  • Method Details

    • withTargetServiceTopologyId

      RolloutRequest.Update 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.