你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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