OperationResultLogItemContract Class
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.
Log of the entity being created, updated or deleted.
public class OperationResultLogItemContract
type OperationResultLogItemContract = class
Public Class OperationResultLogItemContract
- Inheritance
-
OperationResultLogItemContract
Constructors
OperationResultLogItemContract() |
Initializes a new instance of the OperationResultLogItemContract class. |
OperationResultLogItemContract(String, String, String) |
Initializes a new instance of the OperationResultLogItemContract class. |
Properties
Action |
Gets or sets action like create/update/delete. |
ObjectKey |
Gets or sets identifier of the entity being created/updated/deleted. |
ObjectType |
Gets or sets the type of entity contract. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET