ContainerAppIdentitySettingsLifeCycle Enum
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.
Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.
public enum ContainerAppIdentitySettingsLifeCycle
type ContainerAppIdentitySettingsLifeCycle =
Public Enum ContainerAppIdentitySettingsLifeCycle
- Inheritance
-
ContainerAppIdentitySettingsLifeCycle
Fields
| Name | Value | Description |
|---|---|---|
| Init | 0 | Init. |
| Main | 1 | Main. |
| None | 2 | None. |
| All | 3 | All. |