DeleteScopeRequest 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
| Name | Description |
|---|---|
| DeleteScopeRequest() |
Initializes a new instance of DeleteScopeRequest for deserialization. |
| DeleteScopeRequest(String) |
Initializes a new instance of DeleteScopeRequest. |
| DeleteScopeRequest(String, IDictionary<String,BinaryData>) |
Initializes a new instance of DeleteScopeRequest. |
DeleteScopeRequest()
- Source:
- DeleteScopeRequest.cs
Initializes a new instance of DeleteScopeRequest for deserialization.
public DeleteScopeRequest();
Public Sub New ()
Applies to
DeleteScopeRequest(String)
- Source:
- DeleteScopeRequest.cs
Initializes a new instance of DeleteScopeRequest.
public DeleteScopeRequest(string scope);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.DeleteScopeRequest : string -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.DeleteScopeRequest
Public Sub New (scope As String)
Parameters
- scope
- String
The namespace that logically groups and isolates memories to delete, such as a user ID.
Exceptions
scope is null.
Applies to
DeleteScopeRequest(String, IDictionary<String,BinaryData>)
- Source:
- DeleteScopeRequest.cs
Initializes a new instance of DeleteScopeRequest.
public DeleteScopeRequest(string scope, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.DeleteScopeRequest : string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.DeleteScopeRequest
Public Sub New (scope As String, serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
- scope
- String
The namespace that logically groups and isolates memories to delete, such as a user ID.
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.