AgentConfigurationMode 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.
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
Azure SDK for .NET