Share via


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

ContainerAppIdentitySettingsLifeCycle(String)

Initializes a new instance of ContainerAppIdentitySettingsLifeCycle.

Properties

All

All.

Init

Init.

Main

Main.

None

None.

Methods

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

Equality(ContainerAppIdentitySettingsLifeCycle, ContainerAppIdentitySettingsLifeCycle)

Determines if two ContainerAppIdentitySettingsLifeCycle values are the same.

Implicit(String to ContainerAppIdentitySettingsLifeCycle)

Converts a String to a ContainerAppIdentitySettingsLifeCycle.

Inequality(ContainerAppIdentitySettingsLifeCycle, ContainerAppIdentitySettingsLifeCycle)

Determines if two ContainerAppIdentitySettingsLifeCycle values are not the same.

Applies to