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