JobStreamListResponse Class

Definition

The response model for the list job stream operation.

public class JobStreamListResponse : Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken
type JobStreamListResponse = class
    inherit OperationResponseWithSkipToken
Public Class JobStreamListResponse
Inherits OperationResponseWithSkipToken
Inheritance
Microsoft.Azure.AzureOperationResponse
JobStreamListResponse

Constructors

JobStreamListResponse()

Initializes a new instance of the JobStreamListResponse class.

Properties

JobStreams

Optional. A list of job streams.

NextLink

Optional. Gets or sets the next link uri of the job streams.

SkipToken

Optional. Gets or sets the skip token.

(Inherited from OperationResponseWithSkipToken)

Applies to