DevCenterServerlessGpuSessionsMode Struct

Definition

Indicates whether serverless GPU session access is enabled.

public readonly struct DevCenterServerlessGpuSessionsMode : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterServerlessGpuSessionsMode>
type DevCenterServerlessGpuSessionsMode = struct
Public Structure DevCenterServerlessGpuSessionsMode
Implements IEquatable(Of DevCenterServerlessGpuSessionsMode)
Inheritance
DevCenterServerlessGpuSessionsMode
Implements

Constructors

Name Description
DevCenterServerlessGpuSessionsMode(String)

Initializes a new instance of DevCenterServerlessGpuSessionsMode.

Properties

Name Description
AutoDeploy

Serverless GPU session access is enabled and necessary resources will be automatically setup.

Disabled

Serverless GPU session access is disabled.

Methods

Name Description
Equals(DevCenterServerlessGpuSessionsMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DevCenterServerlessGpuSessionsMode, DevCenterServerlessGpuSessionsMode)

Determines if two DevCenterServerlessGpuSessionsMode values are the same.

Implicit(String to DevCenterServerlessGpuSessionsMode)

Converts a string to a DevCenterServerlessGpuSessionsMode.

Implicit(String to Nullable<DevCenterServerlessGpuSessionsMode>)
Inequality(DevCenterServerlessGpuSessionsMode, DevCenterServerlessGpuSessionsMode)

Determines if two DevCenterServerlessGpuSessionsMode values are not the same.

Applies to