AvailabilityLifecycle 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.
The version lifecycle indicator.
public readonly struct AvailabilityLifecycle : IEquatable<Azure.ResourceManager.NetworkCloud.Models.AvailabilityLifecycle>
type AvailabilityLifecycle = struct
Public Structure AvailabilityLifecycle
Implements IEquatable(Of AvailabilityLifecycle)
- Inheritance
-
AvailabilityLifecycle
- Implements
Constructors
AvailabilityLifecycle(String) |
Initializes a new instance of AvailabilityLifecycle. |
Properties
GenerallyAvailable |
GenerallyAvailable. |
Preview |
Preview. |
Methods
Equals(AvailabilityLifecycle) |
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(AvailabilityLifecycle, AvailabilityLifecycle) |
Determines if two AvailabilityLifecycle values are the same. |
Implicit(String to AvailabilityLifecycle) |
Converts a string to a AvailabilityLifecycle. |
Inequality(AvailabilityLifecycle, AvailabilityLifecycle) |
Determines if two AvailabilityLifecycle values are not the same. |
Applies to
Azure SDK for .NET