Freigeben über


ContainerAppKind Struct

Definition

Metadata to represent the container app kind, representing if a container app is workflowapp or functionapp.

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

Constructors

Name Description
ContainerAppKind(String)

Initializes a new instance of ContainerAppKind.

Properties

Name Description
Functionapp

functionapp.

Workflowapp

workflowapp.

Methods

Name Description
Equals(ContainerAppKind)

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

Determines if two ContainerAppKind values are the same.

Implicit(String to ContainerAppKind)

Converts a String to a ContainerAppKind.

Inequality(ContainerAppKind, ContainerAppKind)

Determines if two ContainerAppKind values are not the same.

Applies to