Class ConfigurationCompleteWithDefaultsExtensions
Exposes a set of extension methods that accept the defaults for any remaining configurable settings in a configuration call-chain.
Namespace: Sp.Agent.Configuration
Assembly: Sp.Agent.dll
Methods
CompleteWithDefaults(IAgentCloudStorageConfigurationPhase)
Accepts the defaults for the remaining configurable settings.
Declaration
public static IAgentCompletedConfigurationPhase CompleteWithDefaults(this IAgentCloudStorageConfigurationPhase that)
Parameters
| Type | Name | Description |
|---|---|---|
| IAgentCloudStorageConfigurationPhase | that |
Returns
| Type | Description |
|---|---|
| IAgentCompletedConfigurationPhase |
Remarks
Currently, the default is DisableExternalStorage().
CompleteWithDefaults(IAgentDistributorsConfigurationPhase)
Accepts the defaults for the remaining configurable settings.
Declaration
public static IAgentCompletedConfigurationPhase CompleteWithDefaults(this IAgentDistributorsConfigurationPhase that)
Parameters
| Type | Name | Description |
|---|---|---|
| IAgentDistributorsConfigurationPhase | that |
Returns
| Type | Description |
|---|---|
| IAgentCompletedConfigurationPhase |
Remarks
Currently, the default is DisableDistributor().WithEmbeddedLicensesAutoDetected().
CompleteWithDefaults(IAgentEmbeddedLicensesConfigurationPhase)
Accepts the defaults for the remaining configurable settings.
Declaration
public static IAgentCompletedConfigurationPhase CompleteWithDefaults(this IAgentEmbeddedLicensesConfigurationPhase that)
Parameters
| Type | Name | Description |
|---|---|---|
| IAgentEmbeddedLicensesConfigurationPhase | that |
Returns
| Type | Description |
|---|---|
| IAgentCompletedConfigurationPhase |
Remarks
Currently, the default is WithEmbeddedLicensesAutoDetected().
CompleteWithDefaults(IAgentExternalStorageConfigurationPhase)
Accepts the defaults for the remaining configurable settings.
Declaration
public static IAgentCompletedConfigurationPhase CompleteWithDefaults(this IAgentExternalStorageConfigurationPhase that)
Parameters
| Type | Name | Description |
|---|---|---|
| IAgentExternalStorageConfigurationPhase | that |
Returns
| Type | Description |
|---|---|
| IAgentCompletedConfigurationPhase |
Remarks
Currently, the default is DisableExternalStorage().
CompleteWithDefaults(IAgentHardwareBoundStorageConfigurationPhase)
Accepts the defaults for the remaining configurable settings.
Declaration
public static IAgentCompletedConfigurationPhase CompleteWithDefaults(this IAgentHardwareBoundStorageConfigurationPhase that)
Parameters
| Type | Name | Description |
|---|---|---|
| IAgentHardwareBoundStorageConfigurationPhase | that |
Returns
| Type | Description |
|---|---|
| IAgentCompletedConfigurationPhase |
Remarks
Currently, the default is DisableHardewareBoundStorage() followed by DisableExternalStorage().
CompleteWithDefaults(IAgentUserBoundStorageConfigurationPhase)
Accepts the defaults for the remaining configurable settings.
Declaration
public static IAgentCompletedConfigurationPhase CompleteWithDefaults(this IAgentUserBoundStorageConfigurationPhase that)
Parameters
| Type | Name | Description |
|---|---|---|
| IAgentUserBoundStorageConfigurationPhase | that |
Returns
| Type | Description |
|---|---|
| IAgentCompletedConfigurationPhase |
Remarks
Currently, the default is DisableExternalStorage().