AppServiceEnvironmentUpgradeAvailability 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.
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
Azure SDK for .NET