WorkspaceManagerConfigurationMode 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.
The current mode of the workspace manager configuration.
public readonly struct WorkspaceManagerConfigurationMode : IEquatable<Azure.ResourceManager.SecurityInsights.Models.WorkspaceManagerConfigurationMode>
type WorkspaceManagerConfigurationMode = struct
Public Structure WorkspaceManagerConfigurationMode
Implements IEquatable(Of WorkspaceManagerConfigurationMode)
- Inheritance
-
WorkspaceManagerConfigurationMode
- Implements
Constructors
WorkspaceManagerConfigurationMode(String) |
Initializes a new instance of WorkspaceManagerConfigurationMode. |
Properties
Disabled |
The workspace manager configuration is disabled. |
Enabled |
The workspace manager configuration is enabled. |
Methods
Equals(WorkspaceManagerConfigurationMode) |
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(WorkspaceManagerConfigurationMode, WorkspaceManagerConfigurationMode) |
Determines if two WorkspaceManagerConfigurationMode values are the same. |
Implicit(String to WorkspaceManagerConfigurationMode) |
Converts a string to a WorkspaceManagerConfigurationMode. |
Inequality(WorkspaceManagerConfigurationMode, WorkspaceManagerConfigurationMode) |
Determines if two WorkspaceManagerConfigurationMode values are not the same. |
Applies to
Azure SDK for .NET