RunbookCreateParameters.Properties Propriedade
Obrigatório. Obtém ou define o runbook criar propriedades.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public RunbookCreateProperties Properties { get; set; }
public:
property RunbookCreateProperties^ Properties {
RunbookCreateProperties^ get();
void set(RunbookCreateProperties^ value);
}
member Properties : RunbookCreateProperties with get, set
Public Property Properties As RunbookCreateProperties
Valor de propriedade
Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties
Consulte também
Classe RunbookCreateParameters
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo