다음을 통해 공유


IConfigServerGitProperty Interface

Definition

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

Properties

Name Description
HostKey

Public sshKey of git repository.

HostKeyAlgorithm

SshKey algorithm of git repository.

Label

Label of the repository

Password

Password of git repository basic auth.

PrivateKey

Private sshKey algorithm of git repository.

Repository

Repositories of git.

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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to