Share via


ApplicationInsightsApplicationType Struct

Definition

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