Runbook.DefinitionStages.WithDraft Interface

public static interface Runbook.DefinitionStages.WithDraft

The stage of the Runbook definition allowing to specify draft.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDraft(RunbookDraftInner draft)

Specifies the draft property: Gets or sets the draft runbook properties..

Method Details

withDraft

public abstract Runbook.DefinitionStages.WithCreate withDraft(RunbookDraftInner draft)

Specifies the draft property: Gets or sets the draft runbook properties..

Parameters:

draft - Gets or sets the draft runbook properties.

Returns:

the next definition stage.

Applies to