AppServiceEnvironmentUpgradePreference Struct

Definition

Upgrade Preference Serialized Name: UpgradePreference

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

Constructors

Name Description
AppServiceEnvironmentUpgradePreference(String)

Initializes a new instance of AppServiceEnvironmentUpgradePreference.

Properties

Name Description
Early

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

Late

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

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 Serialized Name: UpgradePreference.Manual

None

No preference on when this App Service Environment will be upgraded Serialized Name: UpgradePreference.None

Methods

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

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