ConfigServerProperties Class

Definition

Config server git properties payload

public class ConfigServerProperties
type ConfigServerProperties = class
Public Class ConfigServerProperties
Inheritance
ConfigServerProperties

Constructors

ConfigServerProperties()

Initializes a new instance of the ConfigServerProperties class.

ConfigServerProperties(String, Error, ConfigServerSettings)

Initializes a new instance of the ConfigServerProperties class.

Properties

ConfigServer

Gets or sets settings of config server.

Error

Gets or sets error when apply config server settings.

ProvisioningState

Gets state of the config server. Possible values include: 'NotAvailable', 'Deleted', 'Failed', 'Succeeded', 'Updating'

Methods

Validate()

Validate the object.

Applies to