ResponseWithSkipToken<T> Constructor
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.
Initializes a new instance of the ResponseWithSkipToken<T> class.
public ResponseWithSkipToken (Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken operationResponseWithSkipToken, System.Collections.Generic.IEnumerable<T> automationManagementModels);
new Microsoft.WindowsAzure.Management.Automation.ResponseWithSkipToken<'T> : Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken * seq<'T> -> Microsoft.WindowsAzure.Management.Automation.ResponseWithSkipToken<'T>
Public Sub New (operationResponseWithSkipToken As OperationResponseWithSkipToken, automationManagementModels As IEnumerable(Of T))
Parameters
- operationResponseWithSkipToken
- OperationResponseWithSkipToken
The operation response with skip token.
- automationManagementModels
- IEnumerable<T>
The automation management models.
Exceptions
Argument Null Exception