RunbookUpdateParameters Class

Definition

The parameters supplied to the update runbook operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RunbookUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RunbookUpdateParameters = class
Public Class RunbookUpdateParameters
Inheritance
RunbookUpdateParameters
Attributes

Constructors

RunbookUpdateParameters()

Initializes a new instance of the RunbookUpdateParameters class.

RunbookUpdateParameters(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, String, String, IDictionary<String,String>)

Initializes a new instance of the RunbookUpdateParameters class.

Properties

Description

Gets or sets the description of the runbook.

Location

Gets or sets the location of the resource.

LogActivityTrace

Gets or sets the activity-level tracing options of the runbook.

LogProgress

Gets or sets progress log option.

LogVerbose

Gets or sets verbose log option.

Name

Gets or sets the name of the resource.

Tags

Gets or sets the tags attached to the resource.

Applies to