AppServiceKind 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 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
Azure SDK for .NET