Share via


RunbookProperties Class

 

Definition of the runbook property type.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties

Syntax

public class RunbookProperties
public ref class RunbookProperties 
type RunbookProperties = class end
Public Class RunbookProperties

Constructors

Name Description
System_CAPS_pubmethod RunbookProperties()

Initializes a new instance of the RunbookProperties class.

Properties

Name Description
System_CAPS_pubproperty CreationTime

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

System_CAPS_pubproperty Description

Optional. Gets or sets the description of the runbook.

System_CAPS_pubproperty Draft

Optional. Gets or sets the draft runbook properties.

System_CAPS_pubproperty JobCount

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

System_CAPS_pubproperty LastModifiedTime

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

System_CAPS_pubproperty LogProgress

Optional. Gets or sets progress log option.

System_CAPS_pubproperty LogVerbose

Optional. Gets or sets verbose log option.

System_CAPS_pubproperty Parameters

Optional. Gets or sets the runbook parameters.

System_CAPS_pubproperty ProvisioningState

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

System_CAPS_pubproperty PublishContentLink

Optional. Gets or sets the published runbook content link.

System_CAPS_pubproperty RunbookType

Optional. Gets or sets the type of the runbook.

System_CAPS_pubproperty State

Optional. Gets or sets the state of the runbook.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top