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