Service.StagingNameCheck(StagingNameCheckRequest) 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.
Check if the staging name is unique or the staging name is already used.
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::StagingNameCheckResponse ^ StagingNameCheck(Microsoft::MasterDataServices::Services::MessageContracts::StagingNameCheckRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.StagingNameCheckResponse StagingNameCheck (Microsoft.MasterDataServices.Services.MessageContracts.StagingNameCheckRequest request);
abstract member StagingNameCheck : Microsoft.MasterDataServices.Services.MessageContracts.StagingNameCheckRequest -> Microsoft.MasterDataServices.Services.MessageContracts.StagingNameCheckResponse
override this.StagingNameCheck : Microsoft.MasterDataServices.Services.MessageContracts.StagingNameCheckRequest -> Microsoft.MasterDataServices.Services.MessageContracts.StagingNameCheckResponse
Public Function StagingNameCheck (request As StagingNameCheckRequest) As StagingNameCheckResponse
Parameters
- request
- StagingNameCheckRequest
The StagingNameCheckRequest for the operation.
Returns
The StagingNameCheckResponsefor the operation.