Compartilhar via


RunbookUpdateProperties.LogVerbose Propriedade

 

Opcional. Obtém ou define a opção de log detalhado.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public bool LogVerbose { get; set; }
public:
property bool LogVerbose {
    bool get();
    void set(bool value);
}
member LogVerbose : bool with get, set
Public Property LogVerbose As Boolean

Valor de propriedade

Type: System.Boolean

Consulte também

Classe RunbookUpdateProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo