다음을 통해 공유


ConfigServerProperties Class

Definition

Config server git properties payload

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

Constructors

Name Description
ConfigServerProperties()

Creates an new ConfigServerProperties instance.

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

Deserializes a IDictionary into an instance of ConfigServerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigServerProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigServerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to