BuildpackBindingType 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.
Buildpack Binding Type.
public readonly struct BuildpackBindingType : IEquatable<Azure.ResourceManager.AppPlatform.Models.BuildpackBindingType>
type BuildpackBindingType = struct
Public Structure BuildpackBindingType
Implements IEquatable(Of BuildpackBindingType)
- Inheritance
-
BuildpackBindingType
- Implements
Constructors
BuildpackBindingType(String) |
Initializes a new instance of BuildpackBindingType. |
Properties
ApacheSkyWalking |
ApacheSkyWalking. |
AppDynamics |
AppDynamics. |
ApplicationInsights |
ApplicationInsights. |
Dynatrace |
Dynatrace. |
ElasticApm |
ElasticAPM. |
NewRelic |
NewRelic. |
Methods
Equals(BuildpackBindingType) |
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(BuildpackBindingType, BuildpackBindingType) |
Determines if two BuildpackBindingType values are the same. |
Implicit(String to BuildpackBindingType) |
Converts a string to a BuildpackBindingType. |
Inequality(BuildpackBindingType, BuildpackBindingType) |
Determines if two BuildpackBindingType values are not the same. |
Applies to
Azure SDK for .NET