DevCenterAutoStartEnableStatus Struct

Definition

Enables or disables whether Dev Boxes should be automatically started at commencement of active hours.

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

Constructors

Name Description
DevCenterAutoStartEnableStatus(String)

Initializes a new instance of DevCenterAutoStartEnableStatus.

Properties

Name Description
Disabled

Auto start is disabled.

Enabled

Auto start is enabled.

Methods

Name Description
Equals(DevCenterAutoStartEnableStatus)

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(DevCenterAutoStartEnableStatus, DevCenterAutoStartEnableStatus)

Determines if two DevCenterAutoStartEnableStatus values are the same.

Implicit(String to DevCenterAutoStartEnableStatus)

Converts a string to a DevCenterAutoStartEnableStatus.

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

Determines if two DevCenterAutoStartEnableStatus values are not the same.

Applies to