HostServiceConfig

HostServiceConfig
HostServiceConfig

DataObject representing configuration for a particular service.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "serviceId": "string",
    "startupPolicy": "string"
}
string
serviceId
Required

Key of the service to configure.

string
startupPolicy
Required

Startup policy which defines how the service be configured.

See @link Service.Policy for possible values.