IService.ExportViewUpdate(ExportViewUpdateRequest) 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.
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.