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

IGitPatternRepository Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to