Share via


ISourceControlProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SourceControlPropertiesTypeConverter))]
public interface ISourceControlProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SourceControlPropertiesTypeConverter))>]
type ISourceControlProperties = interface
    interface IJsonSerializable
Public Interface ISourceControlProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ContentType

Array of source control content types.

Description

A description of the source control

DisplayName

The display name of the source control

Id

The id (a Guid) of the source control

RepositoryBranch

Branch name of repository.

RepositoryDeploymentLogsUrl

Url to access repository action logs.

RepositoryDisplayUrl

Display url of repository.

RepositoryPathMapping

Dictionary of source control content type and path mapping.

RepositoryUrl

Url of repository.

RepoType

The repository type of the source control

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to