Share via


IConfigurationServiceGitRepository Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepositoryTypeConverter))]
public interface IConfigurationServiceGitRepository : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepositoryTypeConverter))>]
type IConfigurationServiceGitRepository = interface
    interface IJsonSerializable
Public Interface IConfigurationServiceGitRepository
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

HostKey

Public sshKey of git repository.

HostKeyAlgorithm

SshKey algorithm of git repository.

Label

Label of the repository

Name

Name of the repository

Password

Password of git repository basic auth.

Pattern

Collection of patterns of the repository

PrivateKey

Private sshKey algorithm of git repository.

SearchPath

Searching path of the repository

StrictHostKeyChecking

Strict host key checking or not.

Uri

URI of the repository

Username

Username of git repository basic auth.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to