ConfigurationServiceGitProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |