Construtor ResponseWithSkipToken<T>(OperationResponseWithSkipToken, IEnumerable<T>)
Inicializa uma nova instância de ResponseWithSkipToken<T> classe.
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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)
)
Parâmetros
operationResponseWithSkipToken
Type: Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipTokenA resposta da operação com o símbolo de salto.
automationManagementModels
Type: System.Collections.Generic.IEnumerable<T>Os modelos de gerenciamento de automação.
Exceções
Exception | Condition |
---|---|
ArgumentNullException | Exceção de argumento nulo |
Consulte também
Classe ResponseWithSkipToken<T>
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo