共用方式為


RunbookProperties Class

Definition

Definition of the runbook property type.

public class RunbookProperties
type RunbookProperties = class
Public Class RunbookProperties
Inheritance
RunbookProperties

Constructors

RunbookProperties()

Initializes a new instance of the RunbookProperties class.

Properties

CreationTime

Optional. Gets or sets the creation time of the runbook.

Description

Optional. Gets or sets the description of the runbook.

Draft

Optional. Gets or sets the draft runbook properties.

JobCount

Optional. Gets or sets the job count of the runbook.

LastModifiedTime

Optional. Gets or sets the last modified time of the runbook.

LogProgress

Optional. Gets or sets progress log option.

LogVerbose

Optional. Gets or sets verbose log option.

Parameters

Optional. Gets or sets the runbook parameters.

ProvisioningState

Optional. Gets or sets the provisioning state of the runbook.

PublishContentLink

Optional. Gets or sets the published runbook content link.

RunbookType

Optional. Gets or sets the type of the runbook.

ServiceManagementTags

Optional. Gets or sets the service management tags of the runbook.

State

Optional. Gets or sets the state of the runbook.

Applies to