Freigeben über


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

Name Description
AgentConfigurationMode(String)

Initializes a new instance of AgentConfigurationMode.

Properties

Name Description
Full

full.

Monitor

monitor.

Methods

Name Description
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

Name Description
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