ภาษา

ContainerAppIdentitySettingsLifeCycle Struct

Definition

Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.

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

Constructors

Name Description
ContainerAppIdentitySettingsLifeCycle(String)

Initializes a new instance of ContainerAppIdentitySettingsLifeCycle.

Properties

Name Description
All

Use managed identity during all lifecycle stages of the Container App.

Init

Use managed identity during the init stage of the Container App lifecycle.

Main

Use managed identity during the main stage of the Container App lifecycle.

None

Do not use managed identity during any lifecycle stage.

Methods

Name Description
Equals(ContainerAppIdentitySettingsLifeCycle)

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

Determines if two ContainerAppIdentitySettingsLifeCycle values are the same.

Implicit(String to ContainerAppIdentitySettingsLifeCycle)

Converts a string to a ContainerAppIdentitySettingsLifeCycle.

Implicit(String to Nullable<ContainerAppIdentitySettingsLifeCycle>)
Inequality(ContainerAppIdentitySettingsLifeCycle, ContainerAppIdentitySettingsLifeCycle)

Determines if two ContainerAppIdentitySettingsLifeCycle values are not the same.

Applies to