你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GitPatternRepository Class

Definition

Git repository property payload for config server

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

Constructors

GitPatternRepository()

Creates an new GitPatternRepository instance.

Properties

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 pattern 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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GitPatternRepository.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GitPatternRepository.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GitPatternRepository into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to