Proprietà RunbookCreateProperties.Description
Facoltativa. Ottiene o imposta la descrizione del runbook.
Spazio dei nomi: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Sintassi
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
member Description : string with get, set
Public Property Description As String
Valore proprietà
Type: System.String
Vedere anche
Classe RunbookCreateProperties
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models
Torna all'inizio