RolloutRequestProperties Class
The properties for defining a rollout.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
RolloutRequestProperties
Constructor
RolloutRequestProperties(*, build_version: str, target_service_topology_id: str, step_groups: List[azure.mgmt.deploymentmanager.models._models_py3.StepGroup], artifact_source_id: Optional[str] = None, **kwargs)
Parameters
- artifact_source_id
- str
Required
The reference to the artifact source resource Id where the payload is located.
- target_service_topology_id
- str
Required
Required. The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
Feedback
Submit and view feedback for