다음을 통해 공유


ConfigServerGitProperty Class

Definition

Property of git.

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

Constructors

Name Description
ConfigServerGitProperty()

Creates an new ConfigServerGitProperty instance.

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

Deserializes a IDictionary into an instance of ConfigServerGitProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigServerGitProperty.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigServerGitProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to