IService.SyncRelationshipsGet(SyncRelationshipsGetRequest) Method
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.
Retrieves sync relationships.
public:
Microsoft::MasterDataServices::Services::MessageContracts::SyncRelationshipsGetResponse ^ SyncRelationshipsGet(Microsoft::MasterDataServices::Services::MessageContracts::SyncRelationshipsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipsGetResponse SyncRelationshipsGet (Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member SyncRelationshipsGet : Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipsGetResponse
Public Function SyncRelationshipsGet (request As SyncRelationshipsGetRequest) As SyncRelationshipsGetResponse
Parameters
- request
- SyncRelationshipsGetRequest
The SyncRelationshipsGetRequest for the operation.
Returns
The SyncRelationshipsGetResponsefor the operation.
- Attributes
Remarks
The SyncRelationshipsGet(SyncRelationshipsGetRequest) operation retrives sync relationship.