HostEndpointSettingsModeType Struct

Definition

HostEndpointSettingsModeTypes enums.

public readonly struct HostEndpointSettingsModeType : IEquatable<Azure.Compute.Batch.HostEndpointSettingsModeType>
type HostEndpointSettingsModeType = struct
Public Structure HostEndpointSettingsModeType
Implements IEquatable(Of HostEndpointSettingsModeType)
Inheritance
HostEndpointSettingsModeType
Implements

Constructors

Name Description
HostEndpointSettingsModeType(String)

Initializes a new instance of HostEndpointSettingsModeType.

Properties

Name Description
Audit

In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints.

Enforce

Enforce mode is the recommended mode of operation and system will enforce the access control policy. This property cannot be used together with 'inVMAccessControlProfileReferenceId'.

Methods

Name Description
Equals(HostEndpointSettingsModeType)

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

Determines if two HostEndpointSettingsModeType values are the same.

Implicit(String to HostEndpointSettingsModeType)

Converts a string to a HostEndpointSettingsModeType.

Implicit(String to Nullable<HostEndpointSettingsModeType>)
Inequality(HostEndpointSettingsModeType, HostEndpointSettingsModeType)

Determines if two HostEndpointSettingsModeType values are not the same.

Applies to