Share via


ConfigServerGitPatternRepository Class

Definition

Git repository property payload for config server.

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

Constructors

ConfigServerGitPatternRepository(String, Uri)

Initializes a new instance of ConfigServerGitPatternRepository.

Properties

HostKey

Public sshKey of git repository.

HostKeyAlgorithm

SshKey algorithm of git repository.

IsHostKeyCheckingStrict

Strict host key checking or not.

Label

Label of the repository.

Name

Name of the repository.

Password

Password of git repository basic auth.

Pattern

Collection of pattern of the repository.

PrivateKey

Private sshKey algorithm of git repository.

SearchPaths

Searching path of the repository.

Uri

URI of the repository.

Username

Username of git repository basic auth.

Explicit Interface Implementations

IJsonModel<ConfigServerGitPatternRepository>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfigServerGitPatternRepository>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfigServerGitPatternRepository>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfigServerGitPatternRepository>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfigServerGitPatternRepository>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to