ModelMembersBulkDeleteResponse Constructors
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.
Initializes a new instance of the ModelMembersBulkDeleteResponse class.
Overloads
ModelMembersBulkDeleteResponse() |
Initializes a new instance of the ModelMembersBulkDeleteResponse class that has default values. |
ModelMembersBulkDeleteResponse(OperationResult, Collection<Identifier>) |
Initializes a new instance of the ModelMembersBulkDeleteResponse class that has the specified operation result and staging batches. |
ModelMembersBulkDeleteResponse()
Initializes a new instance of the ModelMembersBulkDeleteResponse class that has default values.
public:
ModelMembersBulkDeleteResponse();
public ModelMembersBulkDeleteResponse ();
Public Sub New ()
Applies to
ModelMembersBulkDeleteResponse(OperationResult, Collection<Identifier>)
Initializes a new instance of the ModelMembersBulkDeleteResponse class that has the specified operation result and staging batches.
public:
ModelMembersBulkDeleteResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ StagingBatches);
public ModelMembersBulkDeleteResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
new Microsoft.MasterDataServices.ModelMembersBulkDeleteResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> -> Microsoft.MasterDataServices.ModelMembersBulkDeleteResponse
Public Sub New (OperationResult As OperationResult, StagingBatches As Collection(Of Identifier))
Parameters
- OperationResult
- OperationResult
The operation result, including a unique ID for tracking and logging.
- StagingBatches
- Collection<Identifier>
An array that contains the staging batch identifiers.