SecurityCenterVmEnforcementSupportState 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.
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
Azure SDK for .NET