你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkspaceManagerConfigurationMode Struct

Definition

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