Show / Hide Table of Contents

Class MirrorRepositoryConfig

Configuration information for mirroring the repository.

Inheritance
object
MirrorRepositoryConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class MirrorRepositoryConfig

Properties

ConnectorId

Declaration
[JsonProperty(PropertyName = "connectorId")]
public string ConnectorId { get; set; }
Property Value
Type Description
string

Upstream git repository connection identifier.

RepositoryUrl

Declaration
[JsonProperty(PropertyName = "repositoryUrl")]
public string RepositoryUrl { get; set; }
Property Value
Type Description
string

URL of external repository you want to mirror.

TriggerSchedule

Declaration
[JsonProperty(PropertyName = "triggerSchedule")]
public TriggerSchedule TriggerSchedule { get; set; }
Property Value
Type Description
TriggerSchedule
In this article
Back to top