ContainerAppsFunctionState Struct
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.
The state of a Container App function.
public readonly struct ContainerAppsFunctionState : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppsFunctionState>
type ContainerAppsFunctionState = struct
Public Structure ContainerAppsFunctionState
Implements IEquatable(Of ContainerAppsFunctionState)
- Inheritance
-
ContainerAppsFunctionState
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerAppsFunctionState(String) |
Initializes a new instance of ContainerAppsFunctionState. |
Properties
| Name | Description |
|---|---|
| Disabled |
The function is disabled. |
| Enabled |
The function is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerAppsFunctionState) |
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(ContainerAppsFunctionState, ContainerAppsFunctionState) |
Determines if two ContainerAppsFunctionState values are the same. |
| Implicit(String to ContainerAppsFunctionState) |
Converts a string to a ContainerAppsFunctionState. |
| Implicit(String to Nullable<ContainerAppsFunctionState>) | |
| Inequality(ContainerAppsFunctionState, ContainerAppsFunctionState) |
Determines if two ContainerAppsFunctionState values are not the same. |