Uses of Class
com.azure.resourcemanager.dataprotection.models.FeatureSupportStatus
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of FeatureSupportStatus in com.azure.resourcemanager.dataprotection.models
Modifier and TypeFieldDescriptionstatic final FeatureSupportStatus
FeatureSupportStatus.ALPHA_PREVIEW
Static value AlphaPreview for FeatureSupportStatus.static final FeatureSupportStatus
FeatureSupportStatus.GENERALLY_AVAILABLE
Static value GenerallyAvailable for FeatureSupportStatus.static final FeatureSupportStatus
FeatureSupportStatus.INVALID
Static value Invalid for FeatureSupportStatus.static final FeatureSupportStatus
FeatureSupportStatus.NOT_SUPPORTED
Static value NotSupported for FeatureSupportStatus.static final FeatureSupportStatus
FeatureSupportStatus.PRIVATE_PREVIEW
Static value PrivatePreview for FeatureSupportStatus.static final FeatureSupportStatus
FeatureSupportStatus.PUBLIC_PREVIEW
Static value PublicPreview for FeatureSupportStatus.Modifier and TypeMethodDescriptionstatic FeatureSupportStatus
FeatureSupportStatus.fromString
(String name) Creates or finds a FeatureSupportStatus from its string representation.SupportedFeature.supportStatus()
Get the supportStatus property: feature support status.Modifier and TypeMethodDescriptionstatic Collection<FeatureSupportStatus>
FeatureSupportStatus.values()
Gets known FeatureSupportStatus values.Modifier and TypeMethodDescriptionSupportedFeature.withSupportStatus
(FeatureSupportStatus supportStatus) Set the supportStatus property: feature support status.