SecurityCenterResourcesCoverageStatus 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.
This field is available for subscription-level only, and reflects the coverage status of the resources under the subscription. Please note: The "pricingTier" field reflects the plan status of the subscription. However, since the plan status can also be defined at the resource level, there might be misalignment between the subscription's plan status and the resource status. This field helps indicate the coverage status of the resources.
public readonly struct SecurityCenterResourcesCoverageStatus : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterResourcesCoverageStatus>
type SecurityCenterResourcesCoverageStatus = struct
Public Structure SecurityCenterResourcesCoverageStatus
Implements IEquatable(Of SecurityCenterResourcesCoverageStatus)
- Inheritance
-
SecurityCenterResourcesCoverageStatus
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityCenterResourcesCoverageStatus(String) |
Initializes a new instance of SecurityCenterResourcesCoverageStatus. |
Properties
| Name | Description |
|---|---|
| FullyCovered |
This value indicates that all resources associated with the subscription have the Defender plan enabled. |
| NotCovered |
This value indicates that the Defender plan is disabled for all resources under the subscription. None of the resources are protected by the Defender plan. |
| PartiallyCovered |
This value indicates that some resources under the subscription have the Defender plan enabled, while others have it disabled. There is a mixed coverage status among resources. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityCenterResourcesCoverageStatus) |
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(SecurityCenterResourcesCoverageStatus, SecurityCenterResourcesCoverageStatus) |
Determines if two SecurityCenterResourcesCoverageStatus values are the same. |
| Implicit(String to Nullable<SecurityCenterResourcesCoverageStatus>) | |
| Implicit(String to SecurityCenterResourcesCoverageStatus) |
Converts a string to a SecurityCenterResourcesCoverageStatus. |
| Inequality(SecurityCenterResourcesCoverageStatus, SecurityCenterResourcesCoverageStatus) |
Determines if two SecurityCenterResourcesCoverageStatus values are not the same. |