IServerlessGpuSessionsSettings Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ServerlessGpuSessionsSettingsTypeConverter))]
public interface IServerlessGpuSessionsSettings : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ServerlessGpuSessionsSettingsTypeConverter))>]
type IServerlessGpuSessionsSettings = interface
interface IJsonSerializable
Public Interface IServerlessGpuSessionsSettings
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| MaxConcurrentSessionsPerProject |
When specified, limits the maximum number of concurrent sessions across all pools in the project. |
| ServerlessGpuSessionsMode |
The property indicates whether serverless GPU access is enabled on the project. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |