IConfigurationServiceResourceRequests 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.ConfigurationServiceResourceRequestsTypeConverter))]
public interface IConfigurationServiceResourceRequests : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceResourceRequestsTypeConverter))>]
type IConfigurationServiceResourceRequests = interface
interface IJsonSerializable
Public Interface IConfigurationServiceResourceRequests
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Cpu |
Cpu allocated to each Application Configuration Service instance |
| InstanceCount |
Instance count of the Application Configuration Service |
| Memory |
Memory allocated to each Application Configuration Service instance |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |