CommitProperties interface
Properties of commit
Properties
| active |
List of active locations. |
| commit |
Commit Type. |
| configuration |
List of configuration IDs. |
| description | A description of the commit. |
| force |
A value that, when changed, forces the commit to be re-evaluated and redeployed. |
| provisioning |
The provisioning state of the resource. |
| resource |
Unique identifier for this resource. |
| target |
List of target locations. |
Property Details
activeLocations
List of active locations.
activeLocations?: string[]
Property Value
string[]
commitType
Commit Type.
commitType: string
Property Value
string
configurationIds
List of configuration IDs.
configurationIds?: string[]
Property Value
string[]
description
A description of the commit.
description?: string
Property Value
string
forceUpdateTag
A value that, when changed, forces the commit to be re-evaluated and redeployed.
forceUpdateTag?: string
Property Value
string
provisioningState
The provisioning state of the resource.
provisioningState?: string
Property Value
string
resourceGuid
Unique identifier for this resource.
resourceGuid?: string
Property Value
string
targetLocations
List of target locations.
targetLocations: string[]
Property Value
string[]