IsExtensionEnabled Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET