Share via


ApplicationType Struct

Definition

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