Condividi tramite


Proprietà JobStreamListParameters.StreamType

 

Facoltativa. Tipo del flusso di lavoro.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Sintassi

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

Valore proprietà

Type: System.String

Vedere anche

Classe JobStreamListParameters
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio