Click or drag to resize

BaseGetAppServicePlansProcessorProcess Method

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

[Missing <summary> documentation for "M:TheInjectables.Feature.PaaSPort.Azure.Pipelines.GetAppServicePlans.BaseGetAppServicePlansProcessor.Process(TheInjectables.Feature.PaaSPort.Azure.Pipelines.GetAppServicePlans.GetAppServicePlansArgs)"]

Namespace:  TheInjectables.Feature.PaaSPort.Azure.Pipelines.GetAppServicePlans
Assembly:  TheInjectables.Feature.PaaSPort.Azure (in TheInjectables.Feature.PaaSPort.Azure.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract void Process(
	GetAppServicePlansArgs args
)

Parameters

args
Type: TheInjectables.Feature.PaaSPort.Azure.Pipelines.GetAppServicePlansGetAppServicePlansArgs

[Missing <param name="args"/> documentation for "M:TheInjectables.Feature.PaaSPort.Azure.Pipelines.GetAppServicePlans.BaseGetAppServicePlansProcessor.Process(TheInjectables.Feature.PaaSPort.Azure.Pipelines.GetAppServicePlans.GetAppServicePlansArgs)"]

Implements

IAzureServiceProcessorTArgs, TResultProcess(TArgs)
See Also