ResourcesCoverageStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. ResourcesCoverageStatus
- com.
- com.
public final class ResourcesCoverageStatus
extends ExpandableStringEnum<ResourcesCoverageStatus>
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.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Resources |
FULLY_COVERED
Static value Fully |
|
static final
Resources |
NOT_COVERED
Static value Not |
|
static final
Resources |
PARTIALLY_COVERED
Static value Partially |
Constructor Summary
| Constructor | Description |
|---|---|
| ResourcesCoverageStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Resources |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resources |
fromString(String name)
Creates or finds a Resources |
|
static
Collection<Resources |
values()
Gets known Resources |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FULLY_COVERED
public static final ResourcesCoverageStatus FULLY_COVERED
Static value FullyCovered for ResourcesCoverageStatus.
NOT_COVERED
public static final ResourcesCoverageStatus NOT_COVERED
Static value NotCovered for ResourcesCoverageStatus.
PARTIALLY_COVERED
public static final ResourcesCoverageStatus PARTIALLY_COVERED
Static value PartiallyCovered for ResourcesCoverageStatus.
Constructor Details
ResourcesCoverageStatus
@Deprecated
public ResourcesCoverageStatus()
Deprecated
Creates a new instance of ResourcesCoverageStatus value.
Method Details
fromString
public static ResourcesCoverageStatus fromString(String name)
Creates or finds a ResourcesCoverageStatus from its string representation.
Parameters:
Returns:
values
public static Collection<ResourcesCoverageStatus> values()
Gets known ResourcesCoverageStatus values.
Returns: