AppServiceKind Struct

Definition

The workflow kind. Serialized Name: 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

Name Description
AppServiceKind(String)

Initializes a new instance of AppServiceKind.

Properties

Name Description
Stateful

Stateful Serialized Name: Kind.Stateful

Stateless

Stateless Serialized Name: Kind.Stateless

Methods

Name Description
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

Name Description
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