SourceControl 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 Source Control.
public class SourceControl : Microsoft.Azure.Commands.Automation.Model.BaseProperties
type SourceControl = class
inherit BaseProperties
Public Class SourceControl
Inherits BaseProperties
- Inheritance
Constructors
SourceControl() |
Initializes a new instance of the SourceControl class. |
SourceControl(SourceControl, String, String) |
Initializes a new instance of the SourceControl class. |
Properties
AutomationAccountName |
Gets or sets the automation account name. (Inherited from BaseProperties) |
AutoSync |
Gets or sets autoSync. |
Branch |
Gets or sets the branch. |
CreationTime |
Gets or sets the creation time. (Inherited from BaseProperties) |
Description |
Gets or sets the description. (Inherited from BaseProperties) |
FolderPath |
Gets or sets the folderPath. |
LastModifiedTime |
Gets or sets the last modified time. (Inherited from BaseProperties) |
Name |
Gets or sets the name. (Inherited from BaseProperties) |
PublishRunbook |
Gets or sets publishRunbook. |
RepoUrl |
Gets or sets the repoUrl. |
ResourceGroupName |
Gets or sets the resource group name. (Inherited from BaseProperties) |
SourceType |
Gets or sets the sourceType. |