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