Proprietà JobCreateProperties.Runbook
Required. Gets or sets the runbook.
Spazio dei nomi: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Utilizzo
'Utilizzo
Dim instance As JobCreateProperties
Dim value As RunbookAssociationProperty
value = instance.Runbook
instance.Runbook = value
Sintassi
'Dichiarazione
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)
Sicurezza dei thread
Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows 7 e Windows Server 2008
Piattaforme di destinazione
Vedere anche
Riferimento
Classe JobCreateProperties
Membri JobCreateProperties
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models