Compartir a través de


SiteSourceControlProperties Class

Definition

SiteSourceControl resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteSourceControlPropertiesTypeConverter))]
public class SiteSourceControlProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteSourceControlPropertiesTypeConverter))>]
type SiteSourceControlProperties = class
    interface ISiteSourceControlProperties
    interface IJsonSerializable
Public Class SiteSourceControlProperties
Implements ISiteSourceControlProperties
Inheritance
SiteSourceControlProperties
Attributes
Implements

Constructors

SiteSourceControlProperties()

Creates an new SiteSourceControlProperties instance.

Properties

Branch

Name of branch to use for deployment.

DeploymentRollbackEnabled

true to enable deployment rollback; otherwise, false.

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.

RepoUrl

Repository or source control URL.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SiteSourceControlProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SiteSourceControlProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteSourceControlProperties.

FromJsonString(String)

Creates a new instance of SiteSourceControlProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SiteSourceControlProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to