Mode 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 Mode : IEquatable<Azure.ResourceManager.Compute.Models.Mode>
type Mode = struct
Public Structure Mode
Implements IEquatable(Of Mode)
Inheritance
Mode
Implements

Constructors

Mode(String)

Initializes a new instance of Mode.

Properties

Audit

Audit.

Enforce

Enforce.

Methods

Equals(Mode)

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

Determines if two Mode values are the same.

Implicit(String to Mode)

Converts a string to a Mode.

Inequality(Mode, Mode)

Determines if two Mode values are not the same.

Applies to