Share via


AppPlatformConfigurationServiceGitRepository Class

Definition

Git repository property payload for Application Configuration Service.

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

Constructors

AppPlatformConfigurationServiceGitRepository(String, IEnumerable<String>, Uri, String)

Initializes a new instance of AppPlatformConfigurationServiceGitRepository.

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.

Patterns

Collection of patterns 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<AppPlatformConfigurationServiceGitRepository>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformConfigurationServiceGitRepository>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformConfigurationServiceGitRepository>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformConfigurationServiceGitRepository>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformConfigurationServiceGitRepository>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to