RunbookCreateProperties Constructor (String, ContentLink)
Initializes a new instance of the RunbookCreateProperties class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Usage
'Usage
Dim runbookType As String
Dim publishContentLink As ContentLink
Dim instance As New RunbookCreateProperties(runbookType, publishContentLink)
Syntax
'Declaration
Public Sub New ( _
runbookType As String, _
publishContentLink As ContentLink _
)
public RunbookCreateProperties (
string runbookType,
ContentLink publishContentLink
)
public:
RunbookCreateProperties (
String^ runbookType,
ContentLink^ publishContentLink
)
public RunbookCreateProperties (
String runbookType,
ContentLink publishContentLink
)
public function RunbookCreateProperties (
runbookType : String,
publishContentLink : ContentLink
)
Remarks
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
RunbookCreateProperties Class
RunbookCreateProperties Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace