ConfigurationServiceProperties interface
Application Configuration Service properties payload
Properties
| instances | Collection of instances belong to Application Configuration Service. NOTE: This property will not be serialized. It can only be populated by the server. |
| provisioning |
State of the Application Configuration Service. NOTE: This property will not be serialized. It can only be populated by the server. |
| resource |
The requested resource quantity for required CPU and Memory. NOTE: This property will not be serialized. It can only be populated by the server. |
| settings | The settings of Application Configuration Service. |
Property Details
instances
Collection of instances belong to Application Configuration Service. NOTE: This property will not be serialized. It can only be populated by the server.
instances?: ConfigurationServiceInstance[]
Property Value
provisioningState
State of the Application Configuration Service. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resourceRequests
The requested resource quantity for required CPU and Memory. NOTE: This property will not be serialized. It can only be populated by the server.
resourceRequests?: ConfigurationServiceResourceRequests
Property Value
settings
The settings of Application Configuration Service.
settings?: ConfigurationServiceSettings