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