FeatureSupportStatus 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.
feature support status.
public readonly struct FeatureSupportStatus : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.FeatureSupportStatus>
type FeatureSupportStatus = struct
Public Structure FeatureSupportStatus
Implements IEquatable(Of FeatureSupportStatus)
- Inheritance
-
FeatureSupportStatus
- Implements
Constructors
FeatureSupportStatus(String) |
Initializes a new instance of FeatureSupportStatus. |
Properties
AlphaPreview |
AlphaPreview. |
GenerallyAvailable |
GenerallyAvailable. |
Invalid |
Invalid. |
NotSupported |
NotSupported. |
PrivatePreview |
PrivatePreview. |
PublicPreview |
PublicPreview. |
Methods
Equals(FeatureSupportStatus) |
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(FeatureSupportStatus, FeatureSupportStatus) |
Determines if two FeatureSupportStatus values are the same. |
Implicit(String to FeatureSupportStatus) |
Converts a string to a FeatureSupportStatus. |
Inequality(FeatureSupportStatus, FeatureSupportStatus) |
Determines if two FeatureSupportStatus values are not the same. |
Applies to
Azure SDK for .NET