RunbookCreateOrUpdateDraftParameters Constructors
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.
Overloads
RunbookCreateOrUpdateDraftParameters() |
Initializes a new instance of the RunbookCreateOrUpdateDraftParameters class. |
RunbookCreateOrUpdateDraftParameters(RunbookCreateOrUpdateDraftProperties) | |
RunbookCreateOrUpdateDraftParameters(String) |
Initializes a new instance of the RunbookCreateOrUpdateDraftParameters class. |
RunbookCreateOrUpdateDraftParameters()
Initializes a new instance of the RunbookCreateOrUpdateDraftParameters class.
public RunbookCreateOrUpdateDraftParameters ();
Public Sub New ()
Applies to
RunbookCreateOrUpdateDraftParameters(RunbookCreateOrUpdateDraftProperties)
public RunbookCreateOrUpdateDraftParameters (Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties properties);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters : Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters
Public Sub New (properties As RunbookCreateOrUpdateDraftProperties)
Parameters
- properties
- RunbookCreateOrUpdateDraftProperties
Applies to
RunbookCreateOrUpdateDraftParameters(String)
Initializes a new instance of the RunbookCreateOrUpdateDraftParameters class.
public RunbookCreateOrUpdateDraftParameters (string runbookContent);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters : string -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters
Public Sub New (runbookContent As String)
Parameters
- runbookContent
- String
Content of the Runbook.
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