ResponseWithSkipToken<T> Constructor (OperationResponseWithSkipToken, IEnumerable<T>)

 

Initializes a new instance of the ResponseWithSkipToken<T> class.

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public ResponseWithSkipToken(
	OperationResponseWithSkipToken operationResponseWithSkipToken,
	IEnumerable<T> automationManagementModels
)

Parameters

operationResponseWithSkipToken
Type: Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken

The operation response with skip token.

automationManagementModels
Type: System.Collections.Generic.IEnumerable<T>

The automation management models.

Exception Condition
ArgumentNullException

Argument Null Exception

Return to top
Show: