IProject.ServerlessGpuSessionSettingServerlessGpuSessionsMode Property
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 property indicates whether serverless GPU access is enabled on the project.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The property indicates whether serverless GPU access is enabled on the project.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ServerlessGpuSessionsMode) }, ReadOnly=false, Required=false, SerializedName="serverlessGpuSessionsMode")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ServerlessGpuSessionsMode? ServerlessGpuSessionSettingServerlessGpuSessionsMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The property indicates whether serverless GPU access is enabled on the project.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ServerlessGpuSessionsMode) }, ReadOnly=false, Required=false, SerializedName="serverlessGpuSessionsMode")>]
member this.ServerlessGpuSessionSettingServerlessGpuSessionsMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ServerlessGpuSessionsMode> with get, set
Public Property ServerlessGpuSessionSettingServerlessGpuSessionsMode As Nullable(Of ServerlessGpuSessionsMode)
Property Value
- Attributes