AppServiceEnvironmentUpgradePreference Struct

Definition

Upgrade Preference.

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

Constructors

AppServiceEnvironmentUpgradePreference(String)

Initializes a new instance of AppServiceEnvironmentUpgradePreference.

Properties

Early

This App Service Environment will be upgraded before others in the same region that have Upgrade Preference 'Late'.

Late

This App Service Environment will be upgraded after others in the same region that have Upgrade Preference 'Early'.

Manual

ASEv3 only. Once an upgrade is available, this App Service Environment will wait 10 days for the upgrade to be manually initiated. After 10 days the upgrade will begin automatically.

None

No preference on when this App Service Environment will be upgraded.

Methods

Equals(AppServiceEnvironmentUpgradePreference)

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

Determines if two AppServiceEnvironmentUpgradePreference values are the same.

Implicit(String to AppServiceEnvironmentUpgradePreference)

Converts a String to a AppServiceEnvironmentUpgradePreference.

Inequality(AppServiceEnvironmentUpgradePreference, AppServiceEnvironmentUpgradePreference)

Determines if two AppServiceEnvironmentUpgradePreference values are not the same.

Applies to