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