다음을 통해 공유


IConfigServerProperties Interface

Definition

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

Properties

Name Description
Code

The code of error.

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.

Message

The message of error.

ProvisioningState

State of the config server.

Methods

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

Applies to