JobStreamListParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters supplied to the list job stream's stream items operation.
public class JobStreamListParameters : Microsoft.WindowsAzure.Management.Automation.Models.ParametersWithSkipToken
type JobStreamListParameters = class
inherit ParametersWithSkipToken
Public Class JobStreamListParameters
Inherits ParametersWithSkipToken
- Inheritance
Constructors
JobStreamListParameters() |
Initializes a new instance of the JobStreamListParameters class. |
Properties
SkipToken |
Optional. Gets or sets the skip token. (Inherited from ParametersWithSkipToken) |
StreamType |
Optional. The type of the job stream. |
Time |
Optional. Use the time filter to retrieve stream records created after this time. The value should be a datetime string in UTC format as defined in ISO 8601. For example, 2014-09-25T17:49:17.2252204Z |
Applies to
Azure SDK for .NET