AnalyticsItemTypeContent 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.
The AnalyticsItemTypeContent.
public readonly struct AnalyticsItemTypeContent : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.AnalyticsItemTypeContent>
type AnalyticsItemTypeContent = struct
Public Structure AnalyticsItemTypeContent
Implements IEquatable(Of AnalyticsItemTypeContent)
- Inheritance
-
AnalyticsItemTypeContent
- Implements
Constructors
| Name | Description |
|---|---|
| AnalyticsItemTypeContent(String) |
Initializes a new instance of AnalyticsItemTypeContent. |
Properties
| Name | Description |
|---|---|
| Folder |
folder. |
| Function |
function. |
| None |
none. |
| Query |
query. |
| Recent |
recent. |
Methods
| Name | Description |
|---|---|
| Equals(AnalyticsItemTypeContent) |
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
| Name | Description |
|---|---|
| Equality(AnalyticsItemTypeContent, AnalyticsItemTypeContent) |
Determines if two AnalyticsItemTypeContent values are the same. |
| Implicit(String to AnalyticsItemTypeContent) |
Converts a String to a AnalyticsItemTypeContent. |
| Inequality(AnalyticsItemTypeContent, AnalyticsItemTypeContent) |
Determines if two AnalyticsItemTypeContent values are not the same. |