RunbookCreateOrUpdateDraftParameters Class

Definition

The parameters supplied to the create or update runbook operation.

public class RunbookCreateOrUpdateDraftParameters : Microsoft.Azure.Management.Automation.Models.ResourceCreateOrUpdateParameterBase
public class RunbookCreateOrUpdateDraftParameters
type RunbookCreateOrUpdateDraftParameters = class
    inherit ResourceCreateOrUpdateParameterBase
type RunbookCreateOrUpdateDraftParameters = class
Public Class RunbookCreateOrUpdateDraftParameters
Inherits ResourceCreateOrUpdateParameterBase
Public Class RunbookCreateOrUpdateDraftParameters
Inheritance
RunbookCreateOrUpdateDraftParameters
Inheritance
RunbookCreateOrUpdateDraftParameters

Constructors

RunbookCreateOrUpdateDraftParameters()

Initializes a new instance of the RunbookCreateOrUpdateDraftParameters class.

RunbookCreateOrUpdateDraftParameters(RunbookCreateOrUpdateDraftProperties)
RunbookCreateOrUpdateDraftParameters(String)

Initializes a new instance of the RunbookCreateOrUpdateDraftParameters class.

Properties

Location (Inherited from ResourceCreateOrUpdateParameterBase)
Name (Inherited from ResourceCreateOrUpdateParameterBase)
Properties
RunbookContent

Gets or sets content of the Runbook.

Tags (Inherited from ResourceCreateOrUpdateParameterBase)

Methods

Validate()

Validate the object.

Applies to