Condividi tramite


ConfigurationServiceSettings Class

Definition

The settings of Application Configuration Service.

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

Constructors

Name Description
ConfigurationServiceSettings()

Creates an new ConfigurationServiceSettings instance.

Properties

Name Description
GitPropertyRepository

Repositories of Application Configuration Service git property.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationServiceSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationServiceSettings.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationServiceSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to