IConfigServerProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigServerPropertiesTypeConverter))]
public interface IConfigServerProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.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) |