HostEndpointSettingsModeTypes 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.
HostEndpointSettingsModeTypes enums.
public readonly struct HostEndpointSettingsModeTypes : IEquatable<Azure.Compute.Batch.HostEndpointSettingsModeTypes>
type HostEndpointSettingsModeTypes = struct
Public Structure HostEndpointSettingsModeTypes
Implements IEquatable(Of HostEndpointSettingsModeTypes)
- Inheritance
-
HostEndpointSettingsModeTypes
- Implements
Constructors
| Name | Description |
|---|---|
| HostEndpointSettingsModeTypes(String) |
Initializes a new instance of HostEndpointSettingsModeTypes. |
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(HostEndpointSettingsModeTypes) |
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(HostEndpointSettingsModeTypes, HostEndpointSettingsModeTypes) |
Determines if two HostEndpointSettingsModeTypes values are the same. |
| Implicit(String to HostEndpointSettingsModeTypes) |
Converts a String to a HostEndpointSettingsModeTypes. |
| Inequality(HostEndpointSettingsModeTypes, HostEndpointSettingsModeTypes) |
Determines if two HostEndpointSettingsModeTypes values are not the same. |