Table of Contents

Class Value

Namespace
SunamoAzureDevOpsApi._apis.git
Assembly
SunamoAzureDevOpsApi.dll

Represents an Azure DevOps repository.

public class Value
Inheritance
Value
Inherited Members
Extension Methods

Properties

DefaultBranch

Default branch name.

public required string DefaultBranch { get; set; }

Property Value

string

Id

Repository identifier.

public required string Id { get; set; }

Property Value

string

IsDisabled

Indicates whether the repository is disabled.

public bool IsDisabled { get; set; }

Property Value

bool

Name

Repository name.

public required string Name { get; set; }

Property Value

string

Project

Associated project.

public required Project Project { get; set; }

Property Value

Project

RemoteUrl

Remote URL for cloning.

public required string RemoteUrl { get; set; }

Property Value

string

Size

Repository size in bytes.

public int Size { get; set; }

Property Value

int

SshUrl

SSH URL for cloning.

public required string SshUrl { get; set; }

Property Value

string

Url

Repository API URL.

public required string Url { get; set; }

Property Value

string

WebUrl

Web URL for browsing.

public required string WebUrl { get; set; }

Property Value

string