Compartilhar via


EnvironmentTypeEnableStatus Struct

Definition

Indicates whether the environment type is either enabled or disabled.

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

Constructors

Name Description
EnvironmentTypeEnableStatus(String)

Initializes a new instance of EnvironmentTypeEnableStatus.

Properties

Name Description
IsDisabled

Disabled.

IsEnabled

Enabled.

Methods

Name Description
Equals(EnvironmentTypeEnableStatus)

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

Determines if two EnvironmentTypeEnableStatus values are the same.

Implicit(String to EnvironmentTypeEnableStatus)

Converts a String to a EnvironmentTypeEnableStatus.

Inequality(EnvironmentTypeEnableStatus, EnvironmentTypeEnableStatus)

Determines if two EnvironmentTypeEnableStatus values are not the same.

Applies to