ODataDeletedResource 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.
Overloads
ODataDeletedResource() |
Initializes a new ODataDeletedResource. |
ODataDeletedResource(Uri, DeltaDeletedEntryReason) |
Initializes a new ODataDeletedResource. |
ODataDeletedResource()
Initializes a new ODataDeletedResource.
public ODataDeletedResource ();
Public Sub New ()
Applies to
ODataDeletedResource(Uri, DeltaDeletedEntryReason)
Initializes a new ODataDeletedResource.
public ODataDeletedResource (Uri id, Microsoft.OData.DeltaDeletedEntryReason reason);
new Microsoft.OData.ODataDeletedResource : Uri * Microsoft.OData.DeltaDeletedEntryReason -> Microsoft.OData.ODataDeletedResource
Public Sub New (id As Uri, reason As DeltaDeletedEntryReason)
Parameters
- id
- Uri
The id of the deleted entity, which may be absolute or relative.
- reason
- DeltaDeletedEntryReason
The reason of deleted resource.