Partager via


Runbook.DefinitionStages.WithLogActivityTrace Interface

public static interface Runbook.DefinitionStages.WithLogActivityTrace

The stage of the Runbook definition allowing to specify logActivityTrace.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withLogActivityTrace(Integer logActivityTrace)

Specifies the logActivityTrace property: Gets or sets the activity-level tracing options of the runbook..

Method Details

withLogActivityTrace

public abstract Runbook.DefinitionStages.WithCreate withLogActivityTrace(Integer logActivityTrace)

Specifies the logActivityTrace property: Gets or sets the activity-level tracing options of the runbook..

Parameters:

logActivityTrace - Gets or sets the activity-level tracing options of the runbook.

Returns:

the next definition stage.

Applies to