StampKind 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.
Kind of environment where app service plan is.
public readonly struct StampKind : IEquatable<Azure.Messaging.EventGrid.SystemEvents.StampKind>
type StampKind = struct
Public Structure StampKind
Implements IEquatable(Of StampKind)
- Inheritance
-
StampKind
- Implements
Constructors
StampKind(String) |
Initializes a new instance of StampKind. |
Properties
AseV1 |
App Service Plan is running on an App Service Environment V1. |
AseV2 |
App Service Plan is running on an App Service Environment V2. |
Public |
App Service Plan is running on a public stamp. |
Methods
Equals(StampKind) |
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(StampKind, StampKind) |
Determines if two StampKind values are the same. |
Implicit(String to StampKind) | |
Inequality(StampKind, StampKind) |
Determines if two StampKind values are not the same. |
Applies to
Azure SDK for .NET