IConfigServerGitProperty 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.ConfigServerGitPropertyTypeConverter))]
public interface IConfigServerGitProperty : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigServerGitPropertyTypeConverter))>]
type IConfigServerGitProperty = interface
interface IJsonSerializable
Public Interface IConfigServerGitProperty
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| HostKey |
Public sshKey of git repository. |
| HostKeyAlgorithm |
SshKey algorithm of git repository. |
| Label |
Label of the repository |
| Password |
Password of git repository basic auth. |
| PrivateKey |
Private sshKey algorithm of git repository. |
| Repository |
Repositories of git. |
| SearchPath |
Searching path of the repository |
| StrictHostKeyChecking |
Strict host key checking or not. |
| Uri |
URI of the repository |
| Username |
Username of git repository basic auth. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |