StatusOverride Struct

Definition

Status Override.

public readonly struct StatusOverride : IEquatable<Azure.Data.AppConfiguration.StatusOverride>
type StatusOverride = struct
Public Structure StatusOverride
Implements IEquatable(Of StatusOverride)
Inheritance
StatusOverride
Implements

Constructors

Name Description
StatusOverride(String)

Initializes a new instance of StatusOverride.

Properties

Name Description
Disabled

Overrides the status to disabled.

Enabled

Overrides the status to enabled.

None

No status override.

Methods

Name Description
Equals(StatusOverride)

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

Determines if two StatusOverride values are the same.

Implicit(String to Nullable<StatusOverride>)
Implicit(String to StatusOverride)

Converts a string to a StatusOverride.

Inequality(StatusOverride, StatusOverride)

Determines if two StatusOverride values are not the same.

Applies to