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

ConfigurationServiceGitRepository Class

Definition

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

ConfigurationServiceGitRepository()

Creates an new ConfigurationServiceGitRepository 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 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

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

Applies to