AppServiceKind Struct

Definition

The workflow kind.

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

Constructors

AppServiceKind(String)

Initializes a new instance of AppServiceKind.

Properties

Stateful

Stateful.

Stateless

Stateless.

Methods

Equals(AppServiceKind)

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

Determines if two AppServiceKind values are the same.

Implicit(String to AppServiceKind)

Converts a string to a AppServiceKind.

Inequality(AppServiceKind, AppServiceKind)

Determines if two AppServiceKind values are not the same.

Applies to