RollbackConfiguration

RollbackConfiguration
RollbackConfiguration

Model represents a Rollback configuration.

JSON Example
{
    "inputs": {
        "test": {
            "description": "test-value",
            "mandatory": false
        }
    },
    "name": "Rolback-Pipeline",
    "stage": "Dev-Stage",
    "task": "Publish-Image-Task"
}
object
inputs
Optional

Map representing the Input properties for the Rollback Pipeline.

string
name
Optional

Rollback Pipeline name.

string
stage
Optional

Stage name for which the rollback pipeline is configured.

string
task
Optional

Task name for which the rollback pipeline is configured.