ApplicationInsightsKind 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 kind of workbook. Choices are user and shared.
public readonly struct ApplicationInsightsKind : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsKind>
type ApplicationInsightsKind = struct
Public Structure ApplicationInsightsKind
Implements IEquatable(Of ApplicationInsightsKind)
- Inheritance
-
ApplicationInsightsKind
- Implements
Constructors
ApplicationInsightsKind(String) |
Initializes a new instance of ApplicationInsightsKind. |
Properties
Shared |
shared. |
User |
user. |
Methods
Equals(ApplicationInsightsKind) |
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(ApplicationInsightsKind, ApplicationInsightsKind) |
Determines if two ApplicationInsightsKind values are the same. |
Implicit(String to ApplicationInsightsKind) |
Converts a string to a ApplicationInsightsKind. |
Inequality(ApplicationInsightsKind, ApplicationInsightsKind) |
Determines if two ApplicationInsightsKind values are not the same. |
Applies to
Azure SDK for .NET