AutomationRunbookData Class

Definition

A class representing the AutomationRunbook data model. Definition of the runbook type.

public class AutomationRunbookData : Azure.ResourceManager.Models.TrackedResourceData
type AutomationRunbookData = class
    inherit TrackedResourceData
Public Class AutomationRunbookData
Inherits TrackedResourceData
Inheritance
AutomationRunbookData

Constructors

AutomationRunbookData(AzureLocation)

Initializes a new instance of AutomationRunbookData.

Properties

CreatedOn

Gets or sets the creation time.

Description

Gets or sets the description.

Draft

Gets or sets the draft runbook properties.

ETag

Gets or sets the etag of the resource.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsLogProgressEnabled

Gets or sets progress log option.

IsLogVerboseEnabled

Gets or sets verbose log option.

JobCount

Gets or sets the job count of the runbook.

LastModifiedBy

Gets or sets the last modified by.

LastModifiedOn

Gets or sets the last modified time.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
LogActivityTrace

Gets or sets the option to log activity trace of the runbook.

Name

The name of the resource.

(Inherited from ResourceData)
OutputTypes

Gets or sets the runbook output types.

Parameters

Gets or sets the runbook parameters.

ProvisioningState

Gets or sets the provisioning state of the runbook.

PublishContentLink

Gets or sets the published runbook content link.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
RunbookType

Gets or sets the type of the runbook.

State

Gets or sets the state of the runbook.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Applies to