Share via


Repository Class

Definition

metadata of a repository.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.RepositoryTypeConverter))]
public class Repository : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRepository
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.RepositoryTypeConverter))>]
type Repository = class
    interface IRepository
    interface IJsonSerializable
Public Class Repository
Implements IRepository
Inheritance
Repository
Attributes
Implements

Constructors

Repository()

Creates an new Repository instance.

Properties

Branch

Branch name of repository.

DeploymentLogsUrl

Url to access repository action logs.

DisplayUrl

Display url of repository.

PathMapping

Dictionary of source control content type and path mapping.

Url

Url of repository.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Repository.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Repository.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IRepository.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Repository into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to