Share via


ProxyAgentExecuteMode Struct

Definition

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