JobCreateProperties Constructor (RunbookAssociationProperty)
Initializes a new instance of the JobCreateProperties class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public JobCreateProperties(
RunbookAssociationProperty runbook
)
public:
JobCreateProperties(
RunbookAssociationProperty^ runbook
)
new :
runbook:RunbookAssociationProperty -> JobCreateProperties
Public Sub New (
runbook As RunbookAssociationProperty
)
See Also
JobCreateProperties Overload
JobCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top