IService.ExportViewUpdate(ExportViewUpdateRequest) Method

Definition

Updates an existing export (subscription) view.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::ExportViewUpdateResponse ^ ExportViewUpdate(Microsoft::MasterDataServices::Services::MessageContracts::ExportViewUpdateRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateResponse ExportViewUpdate (Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member ExportViewUpdate : Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateResponse
Public Function ExportViewUpdate (request As ExportViewUpdateRequest) As ExportViewUpdateResponse

Parameters

request
ExportViewUpdateRequest

The request.

Returns

Attributes

Remarks

The ExportViewUpdate(ExportViewUpdateRequest) operation updates a desired subscription view based on a specified configuration and view name.

Applies to