AzureAIProjectsModelFactory.DeleteMemoryStoreResponse(String, Boolean) Method
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.
The DeleteMemoryStoreResponse.
public static Azure.AI.Projects.Memory.DeleteMemoryStoreResponse DeleteMemoryStoreResponse(string name = default, bool isDeleted = false);
static member DeleteMemoryStoreResponse : string * bool -> Azure.AI.Projects.Memory.DeleteMemoryStoreResponse
Public Shared Function DeleteMemoryStoreResponse (Optional name As String = Nothing, Optional isDeleted As Boolean = false) As DeleteMemoryStoreResponse
Parameters
- name
- String
The name of the memory store.
- isDeleted
- Boolean
Whether the memory store was successfully deleted.
Returns
A new DeleteMemoryStoreResponse instance for mocking.