Proprietà JobListParameters.RunbookName
Optional. Gets or sets the runbook name of the job.
Spazio dei nomi: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Utilizzo
'Utilizzo
Dim instance As JobListParameters
Dim value As String
value = instance.RunbookName
instance.RunbookName = value
Sintassi
'Dichiarazione
Public Property RunbookName As String
public string RunbookName { get; set; }
public:
property String^ RunbookName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_RunbookName ()
/** @property */
public void set_RunbookName (String value)
public function get RunbookName () : String
public function set RunbookName (value : String)
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 JobListParameters
Membri JobListParameters
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models