DeletedStateStore 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.
Response for deleteStateStore (spec §4.1.5). Idempotent.
public class DeletedStateStore : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Core.Storage.DeletedStateStore>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Core.Storage.DeletedStateStore>
type DeletedStateStore = class
interface IJsonModel<DeletedStateStore>
interface IPersistableModel<DeletedStateStore>
Public Class DeletedStateStore
Implements IJsonModel(Of DeletedStateStore), IPersistableModel(Of DeletedStateStore)
- Inheritance
-
DeletedStateStore
- Implements
Properties
| Name | Description |
|---|---|
| Deleted |
Always |
| Id |
Present when the store existed; absent when the delete was a no-op (already gone). |
| Name |
Gets the Name. |
| Object |
Always |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to DeletedStateStore) | |