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

Name Description
AvailabilityLifecycle(String)

Initializes a new instance of AvailabilityLifecycle.

Properties

Name Description
GenerallyAvailable

Generally available.

Preview

Preview availability.

Methods

Name Description
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

Name Description
Equality(AvailabilityLifecycle, AvailabilityLifecycle)

Determines if two AvailabilityLifecycle values are the same.

Implicit(String to AvailabilityLifecycle)

Converts a string to a AvailabilityLifecycle.

Implicit(String to Nullable<AvailabilityLifecycle>)
Inequality(AvailabilityLifecycle, AvailabilityLifecycle)

Determines if two AvailabilityLifecycle values are not the same.

Applies to