JobStreamListParameters.StreamType Propriedade
Opcional. O tipo de fluxo de trabalho.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe JobStreamListParameters
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo