SessionDirectoryListResponse 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 from listing a directory in a session sandbox.
public class SessionDirectoryListResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.SessionDirectoryListResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.SessionDirectoryListResponse>
type SessionDirectoryListResponse = class
interface IJsonModel<SessionDirectoryListResponse>
interface IPersistableModel<SessionDirectoryListResponse>
Public Class SessionDirectoryListResponse
Implements IJsonModel(Of SessionDirectoryListResponse), IPersistableModel(Of SessionDirectoryListResponse)
- Inheritance
-
SessionDirectoryListResponse
- Implements
Properties
| Name | Description |
|---|---|
| Entries |
The directory entries. |
| Path |
The path that was listed, relative to the session home directory. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to SessionDirectoryListResponse) | |