SourceControlRepository Class

Definition

metadata of a repository.

public class SourceControlRepository : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SourceControlRepository>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SourceControlRepository>
type SourceControlRepository = class
    interface IJsonModel<SourceControlRepository>
    interface IPersistableModel<SourceControlRepository>
Public Class SourceControlRepository
Implements IJsonModel(Of SourceControlRepository), IPersistableModel(Of SourceControlRepository)
Inheritance
SourceControlRepository
Implements

Constructors

SourceControlRepository(Uri, String)

Initializes a new instance of SourceControlRepository.

Properties

Branch

Branch name of repository.

DeploymentLogsUri

Url to access repository action logs.

DisplayUri

Display url of repository.

Uri

Url of repository.

Explicit Interface Implementations

IJsonModel<SourceControlRepository>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SourceControlRepository>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SourceControlRepository>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SourceControlRepository>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SourceControlRepository>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to