ApplicationType 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.
Type of application being monitored.
public readonly struct ApplicationType : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationType>
type ApplicationType = struct
Public Structure ApplicationType
Implements IEquatable(Of ApplicationType)
- Inheritance
-
ApplicationType
- Implements
Constructors
ApplicationType(String) |
Initializes a new instance of ApplicationType. |
Properties
Other |
other. |
Web |
web. |
Methods
Equals(ApplicationType) |
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(ApplicationType, ApplicationType) |
Determines if two ApplicationType values are the same. |
Implicit(String to ApplicationType) |
Converts a string to a ApplicationType. |
Inequality(ApplicationType, ApplicationType) |
Determines if two ApplicationType values are not the same. |
Applies to
Azure SDK for .NET