RunbookCreateProperties 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
RunbookCreateProperties() |
Initializes a new instance of the RunbookCreateProperties class. |
RunbookCreateProperties(String, ContentLink) |
Initializes a new instance of the RunbookCreateProperties class with required arguments. |
RunbookCreateProperties()
Initializes a new instance of the RunbookCreateProperties class.
public RunbookCreateProperties ();
Public Sub New ()
Applies to
RunbookCreateProperties(String, ContentLink)
Initializes a new instance of the RunbookCreateProperties class with required arguments.
public RunbookCreateProperties (string runbookType, Microsoft.WindowsAzure.Management.Automation.Models.ContentLink publishContentLink);
new Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties : string * Microsoft.WindowsAzure.Management.Automation.Models.ContentLink -> Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties
Public Sub New (runbookType As String, publishContentLink As ContentLink)
Parameters
- runbookType
- String
- publishContentLink
- ContentLink