Share via


ApplicationInsightsKind Struct

Definition

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