Share via


SecurityCenterVmEnforcementSupportState Struct

Definition

The machine supportability of Enforce feature.

public readonly struct SecurityCenterVmEnforcementSupportState : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterVmEnforcementSupportState>
type SecurityCenterVmEnforcementSupportState = struct
Public Structure SecurityCenterVmEnforcementSupportState
Implements IEquatable(Of SecurityCenterVmEnforcementSupportState)
Inheritance
SecurityCenterVmEnforcementSupportState
Implements

Constructors

SecurityCenterVmEnforcementSupportState(String)

Initializes a new instance of SecurityCenterVmEnforcementSupportState.

Properties

NotSupported

NotSupported.

Supported

Supported.

Unknown

Unknown.

Methods

Equals(SecurityCenterVmEnforcementSupportState)

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

Determines if two SecurityCenterVmEnforcementSupportState values are the same.

Implicit(String to SecurityCenterVmEnforcementSupportState)

Converts a string to a SecurityCenterVmEnforcementSupportState.

Inequality(SecurityCenterVmEnforcementSupportState, SecurityCenterVmEnforcementSupportState)

Determines if two SecurityCenterVmEnforcementSupportState values are not the same.

Applies to