Service.SystemDomainListGet(SystemDomainListGetRequest) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索系统域列表。
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::SystemDomainListGetResponse ^ SystemDomainListGet(Microsoft::MasterDataServices::Services::MessageContracts::SystemDomainListGetRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetResponse SystemDomainListGet (Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetRequest request);
abstract member SystemDomainListGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetResponse
override this.SystemDomainListGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemDomainListGetResponse
Public Function SystemDomainListGet (request As SystemDomainListGetRequest) As SystemDomainListGetResponse
参数
- request
- SystemDomainListGetRequest
针对操作的 SystemDomainListGetRequest。
返回
操作 SystemDomainListGetResponse。