EventGridNamespacesModelFactory 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.
A factory class for creating instances of the models for mocking.
public static class EventGridNamespacesModelFactory
type EventGridNamespacesModelFactory = class
Public Class EventGridNamespacesModelFactory
- Inheritance
-
EventGridNamespacesModelFactory
Methods
| Name | Description |
|---|---|
| AcknowledgeResult(IEnumerable<FailedLockToken>, IEnumerable<String>) |
The result of the Acknowledge operation. |
| BrokerProperties(String, Int32) |
Properties of the Event Broker operation. |
| FailedLockToken(String, ResponseError) |
Failed LockToken information. |
| ReceiveDetails(BrokerProperties, CloudEvent) |
Receive operation details per Cloud Event. |
| ReceiveResult(IEnumerable<ReceiveDetails>) |
Details of the Receive operation response. |
| RejectResult(IEnumerable<FailedLockToken>, IEnumerable<String>) |
The result of the Reject operation. |
| ReleaseResult(IEnumerable<FailedLockToken>, IEnumerable<String>) |
The result of the Release operation. |
| RenewLocksResult(IEnumerable<FailedLockToken>, IEnumerable<String>) |
The result of the RenewLock operation. |