CommitConfigurationRequest interface
Commit Configuration Request.
Properties
| commit |
Commit configuration Policy. Supported policy is StageCEConfiguration, which indicates to prepare the configuration for the CE device type. |
| commit |
Commit stage Action to be performed. |
| devices | List of ARM resource IDs of devices to be included in the commit operation. Either CE1 or CE2 is allowed. |
Property Details
commitPolicy
Commit configuration Policy. Supported policy is StageCEConfiguration, which indicates to prepare the configuration for the CE device type.
commitPolicy?: string
Property Value
string
commitStage
Commit stage Action to be performed.
commitStage?: string
Property Value
string
devices
List of ARM resource IDs of devices to be included in the commit operation. Either CE1 or CE2 is allowed.
devices?: string[]
Property Value
string[]