Compartir a través de


ISiteSourceControl Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteSourceControlTypeConverter))]
public interface ISiteSourceControl : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteSourceControlTypeConverter))>]
type ISiteSourceControl = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface ISiteSourceControl
Implements IProxyOnlyResource
Derived
Attributes
Implements

Properties

Branch

Name of branch to use for deployment.

DeploymentRollbackEnabled

true to enable deployment rollback; otherwise, false.

Id

Resource Id.

(Inherited from IProxyOnlyResource)
IsManualIntegration

true to limit to manual integration; false to enable continuous integration (which configures webhooks into online repos like GitHub).

IsMercurial

true for a Mercurial repository; false for a Git repository.

Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
Name

Resource Name.

(Inherited from IProxyOnlyResource)
RepoUrl

Repository or source control URL.

Type

Resource type.

(Inherited from IProxyOnlyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to