다음을 통해 공유


ConfigurationServiceInstance Class

Definition

Collection of instances belong to the Application Configuration Service

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

Constructors

Name Description
ConfigurationServiceInstance()

Creates an new ConfigurationServiceInstance instance.

Properties

Name Description
Name

Name of the Application Configuration Service instance

Status

Status of the Application Configuration Service instance

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationServiceInstance.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationServiceInstance.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationServiceInstance into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to