ApplicationType Struct

Definition

Type of application being monitored.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationTypeTypeConverter))]
public struct ApplicationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationTypeTypeConverter))>]
type ApplicationType = struct
    interface IArgumentCompleter
Public Structure ApplicationType
Implements IArgumentCompleter, IEquatable(Of ApplicationType)
Inheritance
ApplicationType
Attributes
Implements

Fields

Other
Web

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ApplicationType)

Compares values of enum type ApplicationType

Equals(Object)

Compares values of enum type ApplicationType (override for Object)

GetHashCode()

Returns hashCode for enum ApplicationType

ToString()

Returns string representation for ApplicationType

Operators

Equality(ApplicationType, ApplicationType)

Overriding == operator for enum ApplicationType

Implicit(ApplicationType to String)

Implicit operator to convert ApplicationType to string

Implicit(String to ApplicationType)

Implicit operator to convert string to ApplicationType

Inequality(ApplicationType, ApplicationType)

Overriding != operator for enum ApplicationType

Applies to