ODataDeltaDeletedEntry(String, DeltaDeletedEntryReason) Constructor
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 ODataDeltaDeletedEntry.
public ODataDeltaDeletedEntry (string id, Microsoft.OData.DeltaDeletedEntryReason reason);
new Microsoft.OData.ODataDeltaDeletedEntry : string * Microsoft.OData.DeltaDeletedEntryReason -> Microsoft.OData.ODataDeltaDeletedEntry
Public Sub New (id As String, reason As DeltaDeletedEntryReason)
Parameters
- id
- String
The id of the deleted entity, which may be absolute or relative.
- reason
- DeltaDeletedEntryReason
The reason of deleted resource.