Compartilhar via


RunbookDraftUpdateParameters.Stream Propriedade

 

Obrigatório. Obtém ou define o conteúdo da versão runbook.

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

Sintaxe

public string Stream { get; set; }
public:
property String^ Stream {
    String^ get();
    void set(String^ value);
}
member Stream : string with get, set
Public Property Stream As String

Valor de propriedade

Type: System.String

Consulte também

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

Retornar ao topo