JobStreamListParameters.StreamType Property
Optional. The type of the job stream.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
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
Property Value
Type: System.String
See Also
JobStreamListParameters Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top