SourceControlUpdateParameters 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 update source control operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SourceControlUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SourceControlUpdateParameters = class
Public Class SourceControlUpdateParameters
- Inheritance
-
SourceControlUpdateParameters
- Attributes
Constructors
SourceControlUpdateParameters() |
Initializes a new instance of the SourceControlUpdateParameters class. |
SourceControlUpdateParameters(String, String, Nullable<Boolean>, Nullable<Boolean>, SourceControlSecurityTokenProperties, String) |
Initializes a new instance of the SourceControlUpdateParameters class. |
Properties
AutoSync |
Gets or sets the auto sync of the source control. Default is false. |
Branch |
Gets or sets the repo branch of the source control. |
Description |
Gets or sets the user description of the source control. |
FolderPath |
Gets or sets the folder path of the source control. Path must be relative. |
PublishRunbook |
Gets or sets the auto publish of the source control. Default is true. |
SecurityToken |
Gets or sets the authorization token for the repo of the source control. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET