AppServiceEnvironmentUpgradeAvailability Struct

Definition

Whether an upgrade is available for this App Service Environment.

public readonly struct AppServiceEnvironmentUpgradeAvailability : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentUpgradeAvailability>
type AppServiceEnvironmentUpgradeAvailability = struct
Public Structure AppServiceEnvironmentUpgradeAvailability
Implements IEquatable(Of AppServiceEnvironmentUpgradeAvailability)
Inheritance
AppServiceEnvironmentUpgradeAvailability
Implements

Constructors

AppServiceEnvironmentUpgradeAvailability(String)

Initializes a new instance of AppServiceEnvironmentUpgradeAvailability.

Properties

None

No upgrade is currently available for this App Service Environment.

Ready

An upgrade is ready to be manually initiated on this App Service Environment.

Methods

Equals(AppServiceEnvironmentUpgradeAvailability)

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(AppServiceEnvironmentUpgradeAvailability, AppServiceEnvironmentUpgradeAvailability)

Determines if two AppServiceEnvironmentUpgradeAvailability values are the same.

Implicit(String to AppServiceEnvironmentUpgradeAvailability)

Converts a string to a AppServiceEnvironmentUpgradeAvailability.

Inequality(AppServiceEnvironmentUpgradeAvailability, AppServiceEnvironmentUpgradeAvailability)

Determines if two AppServiceEnvironmentUpgradeAvailability values are not the same.

Applies to