SpringCloudConfigComponent Class
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.
Spring Cloud Config properties.
public class SpringCloudConfigComponent : Azure.ResourceManager.AppContainers.Models.JavaComponentProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.SpringCloudConfigComponent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.SpringCloudConfigComponent>
type SpringCloudConfigComponent = class
inherit JavaComponentProperties
interface IJsonModel<SpringCloudConfigComponent>
interface IPersistableModel<SpringCloudConfigComponent>
Public Class SpringCloudConfigComponent
Inherits JavaComponentProperties
Implements IJsonModel(Of SpringCloudConfigComponent), IPersistableModel(Of SpringCloudConfigComponent)
- Inheritance
- Implements
Constructors
SpringCloudConfigComponent() |
Initializes a new instance of SpringCloudConfigComponent. |
Properties
Configurations |
List of Java Components configuration properties. (Inherited from JavaComponentProperties) |
ProvisioningState |
Provisioning state of the Java Component. (Inherited from JavaComponentProperties) |
Scale |
Java component scaling configurations. (Inherited from JavaComponentProperties) |
ServiceBinds |
List of Java Components that are bound to the Java component. (Inherited from JavaComponentProperties) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |