SiteSourceControlData Class

Definition

A class representing the SiteSourceControl data model. Source control configuration for an app.

public class SiteSourceControlData : Azure.ResourceManager.Models.ResourceData
public class SiteSourceControlData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.SiteSourceControlData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.SiteSourceControlData>
type SiteSourceControlData = class
    inherit ResourceData
type SiteSourceControlData = class
    inherit ResourceData
    interface IJsonModel<SiteSourceControlData>
    interface IPersistableModel<SiteSourceControlData>
Public Class SiteSourceControlData
Inherits ResourceData
Public Class SiteSourceControlData
Inherits ResourceData
Implements IJsonModel(Of SiteSourceControlData), IPersistableModel(Of SiteSourceControlData)
Inheritance
SiteSourceControlData
Implements

Constructors

SiteSourceControlData()

Initializes a new instance of SiteSourceControlData.

Properties

Branch

Name of branch to use for deployment.

GitHubActionConfiguration

If GitHub Action is selected, than the associated configuration.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsDeploymentRollbackEnabled

<code>true</code> to enable deployment rollback; otherwise, <code>false</code>.

IsGitHubAction

<code>true</code> if this is deployed via GitHub action.

IsManualIntegration

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

IsMercurial

<code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.

Kind

Kind of resource.

Name

The name of the resource.

(Inherited from ResourceData)
RepoUri

Repository or source control URL.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<SiteSourceControlData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SiteSourceControlData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteSourceControlData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteSourceControlData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SiteSourceControlData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to