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)
Syntax
public ResponseWithSkipToken(
OperationResponseWithSkipToken operationResponseWithSkipToken,
IEnumerable<T> automationManagementModels
)
public:
ResponseWithSkipToken(
OperationResponseWithSkipToken^ operationResponseWithSkipToken,
IEnumerable<T>^ automationManagementModels
)
new :
operationResponseWithSkipToken:OperationResponseWithSkipToken *
automationManagementModels:IEnumerable<'T> -> ResponseWithSkipToken
Public Sub New (
operationResponseWithSkipToken As OperationResponseWithSkipToken,
automationManagementModels As IEnumerable(Of T)
)
Parameters
operationResponseWithSkipToken
Type: Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipTokenThe operation response with skip token.
automationManagementModels
Type: System.Collections.Generic.IEnumerable<T>The automation management models.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Argument Null Exception |
See Also
ResponseWithSkipToken<T> Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top