Click or drag to resize

AzureServicesRequestStepConverterAddEndpointSettings Method

[This is preliminary documentation and is subject to change.]

Creates and adds the object to the pipelineStep's property

Namespace:  TheInjectables.Feature.PaaSPort.DXF.Providers.Azure.Converters.PipelineSteps
Assembly:  TheInjectables.Feature.PaaSPort.DXF (in TheInjectables.Feature.PaaSPort.DXF.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void AddEndpointSettings(
	ItemModel source,
	PipelineStep pipelineStep
)

Parameters

source
Type: ItemModel
The to convert the settings from
pipelineStep
Type: PipelineStep
The to add the settings to
See Also