Share via


IsExtensionEnabled Struct

Definition

Indicates whether the extension is enabled.

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

Constructors

IsExtensionEnabled(String)

Initializes a new instance of IsExtensionEnabled.

Properties

False

Indicates the extension is disabled.

True

Indicates the extension is enabled.

Methods

Equals(IsExtensionEnabled)

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

Equality(IsExtensionEnabled, IsExtensionEnabled)

Determines if two IsExtensionEnabled values are the same.

Implicit(String to IsExtensionEnabled)

Converts a string to a IsExtensionEnabled.

Inequality(IsExtensionEnabled, IsExtensionEnabled)

Determines if two IsExtensionEnabled values are not the same.

Applies to