This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Services.
Summary
Contains extension methods for
InstallSettings
.
- Assembly
- Cake
.Services .dll - Namespace
- Cake
.Services - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["InstallSettingsExtensions"]
class Type type-node
Syntax
public static class InstallSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
SetDependencies |
InstallSettings |
Specifies the names of services or groups that must start before this service starts. The names are separated by forward slashes (/).
static
|
SetDescription |
InstallSettings |
Specifies a description for the specified service. If no string is specified, the description of the service is not modified. There is no limit to the number of characters in the service description.
static
|
SetDisplayName |
InstallSettings |
Specifies a friendly name that can be used by user interface programs to identify the service.
static
|
SetExecutablePath |
InstallSettings |
Specifies a path to the service binary file.
static
|
SetServiceName |
InstallSettings |
Specifies the service name returned by the getkeyname operation.
static
|
SetStartMode |
InstallSettings |
Specifies the start type for the service. The default setting is start= demand.
static
|
UsePassword |
InstallSettings |
Gets or sets the credentials to use when connecting
static
|
UseUsername |
InstallSettings |
Gets or sets the credentials to use when connecting
static
|
WithArguments |
InstallSettings |
Sets the arguments to use during installation
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
Returns the string value or a
Not set > markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|