你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConfigServerProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Config server git properties payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigServerPropertiesTypeConverter))]
public class ConfigServerProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigServerPropertiesTypeConverter))>]
type ConfigServerProperties = class
interface IConfigServerProperties
interface IJsonSerializable
Public Class ConfigServerProperties
Implements IConfigServerProperties
- Inheritance
-
ConfigServerProperties
- Attributes
- Implements
Constructors
ConfigServerProperties() |
Creates an new ConfigServerProperties instance. |
Properties
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
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.Api20220401.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() |