SourceControlUpdateParameters interface
The parameters supplied to the update source control operation.
Properties
auto |
The auto sync of the source control. Default is false. |
branch | The repo branch of the source control. |
description | The user description of the source control. |
folder |
The folder path of the source control. Path must be relative. |
publish |
The auto publish of the source control. Default is true. |
security |
The authorization token for the repo of the source control. |
Property Details
autoSync
The auto sync of the source control. Default is false.
autoSync?: boolean
Property Value
boolean
branch
The repo branch of the source control.
branch?: string
Property Value
string
description
The user description of the source control.
description?: string
Property Value
string
folderPath
The folder path of the source control. Path must be relative.
folderPath?: string
Property Value
string
publishRunbook
The auto publish of the source control. Default is true.
publishRunbook?: boolean
Property Value
boolean
securityToken
The authorization token for the repo of the source control.
securityToken?: SourceControlSecurityTokenProperties
Property Value
Azure SDK for JavaScript