JobListParameters.RunbookName Propriedade
Opcional. Obtém ou define o nome do runbook do trabalho.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public string RunbookName { get; set; }
public:
property String^ RunbookName {
String^ get();
void set(String^ value);
}
member RunbookName : string with get, set
Public Property RunbookName As String
Valor de propriedade
Type: System.String
Consulte também
Classe JobListParameters
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo