EndOfSupportStatus 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.
End of support status.
public readonly struct EndOfSupportStatus : IEquatable<Azure.ResourceManager.SecurityCenter.Models.EndOfSupportStatus>
type EndOfSupportStatus = struct
Public Structure EndOfSupportStatus
Implements IEquatable(Of EndOfSupportStatus)
- Inheritance
-
EndOfSupportStatus
- Implements
Constructors
EndOfSupportStatus(String) |
Initializes a new instance of EndOfSupportStatus. |
Properties
NoLongerSupported |
noLongerSupported. |
None |
None. |
UpcomingNoLongerSupported |
upcomingNoLongerSupported. |
UpcomingVersionNoLongerSupported |
upcomingVersionNoLongerSupported. |
VersionNoLongerSupported |
versionNoLongerSupported. |
Methods
Equals(EndOfSupportStatus) |
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(EndOfSupportStatus, EndOfSupportStatus) |
Determines if two EndOfSupportStatus values are the same. |
Implicit(String to EndOfSupportStatus) |
Converts a string to a EndOfSupportStatus. |
Inequality(EndOfSupportStatus, EndOfSupportStatus) |
Determines if two EndOfSupportStatus values are not the same. |
Applies to
Azure SDK for .NET