다음을 통해 공유


ConfigurationServiceGitProperty Class

Definition

Property of git environment.

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

Constructors

Name Description
ConfigurationServiceGitProperty()

Creates an new ConfigurationServiceGitProperty instance.

Properties

Name Description
Repository

Repositories of Application Configuration Service git property.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationServiceGitProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationServiceGitProperty.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationServiceGitProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to