Share via


StampKind Struct

Definition

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)

Converts a string to a StampKind.

Inequality(StampKind, StampKind)

Determines if two StampKind values are not the same.

Applies to