SiteSourceControlInner 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.
Source control configuration for an app.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SiteSourceControlInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SiteSourceControlInner = class
inherit ProxyOnlyResourceInner
Public Class SiteSourceControlInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
SiteSourceControlInner() |
Initializes a new instance of the SiteSourceControlInner class. |
SiteSourceControlInner(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the SiteSourceControlInner class. |
Properties
Branch |
Gets or sets name of branch to use for deployment. |
DeploymentRollbackEnabled |
Gets or sets <code>true</code> to enable deployment rollback; otherwise, <code>false</code>. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
IsManualIntegration |
Gets or sets <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub). |
IsMercurial |
Gets or sets <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository. |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
RepoUrl |
Gets or sets repository or source control URL. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET