IConfigurationServiceProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServicePropertiesTypeConverter))]
public interface IConfigurationServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServicePropertiesTypeConverter))>]
type IConfigurationServiceProperties = interface
interface IJsonSerializable
Public Interface IConfigurationServiceProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |