JobCreateProperties.Runbook Property
Required. Gets or sets the runbook.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Usage
'Usage
Dim instance As JobCreateProperties
Dim value As RunbookAssociationProperty
value = instance.Runbook
instance.Runbook = value
Syntax
'Declaration
Public Property Runbook As RunbookAssociationProperty
public RunbookAssociationProperty Runbook { get; set; }
public:
property RunbookAssociationProperty^ Runbook {
RunbookAssociationProperty^ get ();
void set (RunbookAssociationProperty^ value);
}
/** @property */
public RunbookAssociationProperty get_Runbook ()
/** @property */
public void set_Runbook (RunbookAssociationProperty value)
public function get Runbook () : RunbookAssociationProperty
public function set Runbook (value : RunbookAssociationProperty)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
JobCreateProperties Class
JobCreateProperties Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace