Share via


AgentConfigurationMode Struct

Definition

Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.

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

Constructors

AgentConfigurationMode(String)

Initializes a new instance of AgentConfigurationMode.

Properties

Full

full.

Monitor

monitor.

Methods

Equals(AgentConfigurationMode)

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

Determines if two AgentConfigurationMode values are the same.

Implicit(String to AgentConfigurationMode)

Converts a string to a AgentConfigurationMode.

Inequality(AgentConfigurationMode, AgentConfigurationMode)

Determines if two AgentConfigurationMode values are not the same.

Applies to