Compartilhar via


SystemDomainListGetResponse Construtores

Definição

Inicializa uma nova instância da classe SystemDomainListGetResponse.

Sobrecargas

SystemDomainListGetResponse()

Inicializa uma nova instância da classe SystemDomainListGetResponse que tem valores padrão.

SystemDomainListGetResponse(OperationResult, Collection<SystemDomainList>)

Inicializa uma nova instância da classe SystemDomainListGetResponse que tem as listas de resultados da operação e de domínios do sistema especificadas.

SystemDomainListGetResponse()

Inicializa uma nova instância da classe SystemDomainListGetResponse que tem valores padrão.

public:
 SystemDomainListGetResponse();
public SystemDomainListGetResponse ();
Public Sub New ()

Aplica-se a

SystemDomainListGetResponse(OperationResult, Collection<SystemDomainList>)

Inicializa uma nova instância da classe SystemDomainListGetResponse que tem as listas de resultados da operação e de domínios do sistema especificadas.

public:
 SystemDomainListGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemDomainList ^> ^ SystemDomainLists);
public SystemDomainListGetResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemDomainList> SystemDomainLists);
new Microsoft.MasterDataServices.SystemDomainListGetResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemDomainList> -> Microsoft.MasterDataServices.SystemDomainListGetResponse
Public Sub New (OperationResult As OperationResult, SystemDomainLists As Collection(Of SystemDomainList))

Parâmetros

OperationResult
OperationResult

O resultado da operação, incluindo uma ID exclusiva para acompanhamento e log.

SystemDomainLists
Collection<SystemDomainList>

Uma matriz das listas de domínios do sistema a ser retornada na resposta.

Aplica-se a