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
| Name | Description |
|---|---|
| EndOfSupportStatus(String) |
Initializes a new instance of EndOfSupportStatus. |
Properties
| Name | Description |
|---|---|
| NoLongerSupported |
noLongerSupported. |
| None |
None. |
| UpcomingNoLongerSupported |
upcomingNoLongerSupported. |
| UpcomingVersionNoLongerSupported |
upcomingVersionNoLongerSupported. |
| VersionNoLongerSupported |
versionNoLongerSupported. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |