ProxyAgentExecuteMode 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.
Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
public readonly struct ProxyAgentExecuteMode : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ProxyAgentExecuteMode>
type ProxyAgentExecuteMode = struct
Public Structure ProxyAgentExecuteMode
Implements IEquatable(Of ProxyAgentExecuteMode)
- Inheritance
-
ProxyAgentExecuteMode
- Implements
Constructors
ProxyAgentExecuteMode(String) |
Initializes a new instance of ProxyAgentExecuteMode. |
Properties
Audit |
Audit Mode. |
Enforce |
Enforce Mode. |
Methods
Equals(ProxyAgentExecuteMode) |
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(ProxyAgentExecuteMode, ProxyAgentExecuteMode) |
Determines if two ProxyAgentExecuteMode values are the same. |
Implicit(String to ProxyAgentExecuteMode) |
Converts a String to a ProxyAgentExecuteMode. |
Inequality(ProxyAgentExecuteMode, ProxyAgentExecuteMode) |
Determines if two ProxyAgentExecuteMode values are not the same. |
Applies to
Azure SDK for .NET