RunbookUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET