ConfigurationServiceGitRepository 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.
Git repository property payload for Application Configuration Service
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepositoryTypeConverter))]
public class ConfigurationServiceGitRepository : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceGitRepository
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepositoryTypeConverter))>]
type ConfigurationServiceGitRepository = class
interface IConfigurationServiceGitRepository
interface IJsonSerializable
Public Class ConfigurationServiceGitRepository
Implements IConfigurationServiceGitRepository
- Inheritance
-
ConfigurationServiceGitRepository
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ConfigurationServiceGitRepository() |
Creates an new ConfigurationServiceGitRepository instance. |
Properties
| Name | Description |
|---|---|
| HostKey |
Public sshKey of git repository. |
| HostKeyAlgorithm |
SshKey algorithm of git repository. |
| Label |
Label of the repository |
| Name |
Name of the repository |
| Password |
Password of git repository basic auth. |
| Pattern |
Collection of patterns of the repository |
| PrivateKey |
Private sshKey algorithm of git repository. |
| 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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConfigurationServiceGitRepository. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConfigurationServiceGitRepository. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceGitRepository. |
| FromJsonString(String) |
Creates a new instance of ConfigurationServiceGitRepository, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConfigurationServiceGitRepository into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |