AutomationSourceControlCreateOrUpdateContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters supplied to the create or update source control operation.
public class AutomationSourceControlCreateOrUpdateContent
type AutomationSourceControlCreateOrUpdateContent = class
Public Class AutomationSourceControlCreateOrUpdateContent
- Inheritance
-
AutomationSourceControlCreateOrUpdateContent
Constructors
AutomationSourceControlCreateOrUpdateContent() |
Initializes a new instance of AutomationSourceControlCreateOrUpdateContent. |
Properties
Branch |
The repo branch of the source control. Include branch as empty string for VsoTfvc. |
Description |
The user description of the source control. |
FolderPath |
The folder path of the source control. Path must be relative. |
IsAutoPublishRunbookEnabled |
The auto publish of the source control. Default is true. |
IsAutoSyncEnabled |
The auto async of the source control. Default is false. |
RepoUri |
The repo url of the source control. |
SecurityToken |
The authorization token for the repo of the source control. |
SourceType |
The source type. Must be one of VsoGit, VsoTfvc, GitHub, case sensitive. |
Applies to
Azure SDK for .NET