IConfigurationServiceResourceRequests Interface

Definition

[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)

Applies to