RunbookCreateProperties.RunbookType Property
Required. Gets or sets the type of the runbook.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public string RunbookType { get; set; }
public:
property String^ RunbookType {
String^ get();
void set(String^ value);
}
member RunbookType : string with get, set
Public Property RunbookType As String
Property Value
Type: System.String
See Also
RunbookCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top