다음을 통해 공유


ConfigServerSettings Class

Definition

The settings of config server.

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

Constructors

Name Description
ConfigServerSettings()

Creates an new ConfigServerSettings instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigServerSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigServerSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerSettings.

FromJsonString(String)

Creates a new instance of ConfigServerSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigServerSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to