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