Propriedade RunbookListResponse.Runbooks
Optional. Gets or sets a list of runbooks.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Uso
'Uso
Dim instance As RunbookListResponse
Dim value As IList(Of Runbook)
value = instance.Runbooks
instance.Runbooks = value
Sintaxe
'Declaração
Public Property Runbooks As IList(Of Runbook)
public IList<Runbook> Runbooks { get; set; }
public:
property IList<Runbook^>^ Runbooks {
IList<Runbook^>^ get ();
void set (IList<Runbook^>^ value);
}
/** @property */
public IList<Runbook> get_Runbooks ()
/** @property */
public void set_Runbooks (IList<Runbook> value)
public function get Runbooks () : IList<Runbook>
public function set Runbooks (value : IList<Runbook>)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe RunbookListResponse
Membros RunbookListResponse
Namespace Microsoft.WindowsAzure.Management.Automation.Models