ConfigurationServiceProperties 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.
Application Configuration Service properties payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServicePropertiesTypeConverter))]
public class ConfigurationServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServicePropertiesTypeConverter))>]
type ConfigurationServiceProperties = class
interface IConfigurationServiceProperties
interface IJsonSerializable
Public Class ConfigurationServiceProperties
Implements IConfigurationServiceProperties
- Inheritance
-
ConfigurationServiceProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ConfigurationServiceProperties() |
Creates an new ConfigurationServiceProperties instance. |
Properties
| Name | Description |
|---|---|
| GitPropertyRepository |
Repositories of Application Configuration Service git property. |
| Instance |
Collection of instances belong to Application Configuration Service. |
| ProvisioningState |
State of the Application Configuration Service. |
| ResourceRequestCpu |
Cpu allocated to each Application Configuration Service instance |
| ResourceRequestInstanceCount |
Instance count of the Application Configuration Service |
| ResourceRequestMemory |
Memory allocated to each Application Configuration Service instance |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConfigurationServiceProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConfigurationServiceProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceProperties. |
| FromJsonString(String) |
Creates a new instance of ConfigurationServiceProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConfigurationServiceProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |