IService.ExportViewCreate(ExportViewCreateRequest) Method

Definition

Generates or regenerates desired subscription views.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::ExportViewCreateResponse ^ ExportViewCreate(Microsoft::MasterDataServices::Services::MessageContracts::ExportViewCreateRequest ^ 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.ExportViewCreateResponse ExportViewCreate (Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member ExportViewCreate : Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateResponse
Public Function ExportViewCreate (request As ExportViewCreateRequest) As ExportViewCreateResponse

Parameters

request
ExportViewCreateRequest

The request.

Returns

Attributes

Remarks

The ExportViewCreate(ExportViewCreateRequest) operation generates or regenerates a desired subscription view based on a specified configuration and view name.

Applies to