Condividi tramite


IConfigServerSettings Interface

Definition

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

Properties

Name Description
GitPropertyHostKey

Public sshKey of git repository.

GitPropertyHostKeyAlgorithm

SshKey algorithm of git repository.

GitPropertyLabel

Label of the repository

GitPropertyPassword

Password of git repository basic auth.

GitPropertyPrivateKey

Private sshKey algorithm of git repository.

GitPropertyRepository

Repositories of git.

GitPropertySearchPath

Searching path of the repository

GitPropertyStrictHostKeyChecking

Strict host key checking or not.

GitPropertyUri

URI of the repository

GitPropertyUsername

Username of git repository basic auth.

Methods

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

Applies to