Share via


AvailabilityLifecycle Struct

Definition

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