Sdílet prostřednictvím


DevCenterGitCatalog Class

Definition

Properties for a Git repository catalog.

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

Constructors

DevCenterGitCatalog()

Initializes a new instance of DevCenterGitCatalog.

Properties

Branch

Git branch.

Path

The folder where the catalog items can be found inside the repository.

SecretIdentifier

A reference to the Key Vault secret containing a security token to authenticate to a Git repository.

Uri

Git URI.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevCenterGitCatalog>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevCenterGitCatalog>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevCenterGitCatalog>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevCenterGitCatalog>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevCenterGitCatalog>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to