Condividi tramite


ConfigurationServiceResourceRequests Class

Definition

Resource request payload of Application Configuration Service

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

Constructors

Name Description
ConfigurationServiceResourceRequests()

Creates an new ConfigurationServiceResourceRequests instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationServiceResourceRequests.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationServiceResourceRequests.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationServiceResourceRequests into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to