RunbookCreateOrUpdateDraftParameters 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 create or update runbook operation.
public class RunbookCreateOrUpdateDraftParameters : Microsoft.Azure.Management.Automation.Models.ResourceCreateOrUpdateParameterBase
public class RunbookCreateOrUpdateDraftParameters
type RunbookCreateOrUpdateDraftParameters = class
inherit ResourceCreateOrUpdateParameterBase
type RunbookCreateOrUpdateDraftParameters = class
Public Class RunbookCreateOrUpdateDraftParameters
Inherits ResourceCreateOrUpdateParameterBase
Public Class RunbookCreateOrUpdateDraftParameters
- Inheritance
- Inheritance
-
RunbookCreateOrUpdateDraftParameters
Constructors
RunbookCreateOrUpdateDraftParameters() |
Initializes a new instance of the RunbookCreateOrUpdateDraftParameters class. |
RunbookCreateOrUpdateDraftParameters(RunbookCreateOrUpdateDraftProperties) | |
RunbookCreateOrUpdateDraftParameters(String) |
Initializes a new instance of the RunbookCreateOrUpdateDraftParameters class. |
Properties
Location | (Inherited from ResourceCreateOrUpdateParameterBase) |
Name | (Inherited from ResourceCreateOrUpdateParameterBase) |
Properties | |
RunbookContent |
Gets or sets content of the Runbook. |
Tags | (Inherited from ResourceCreateOrUpdateParameterBase) |
Methods
Validate() |
Validate the object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET