Share via


WorkbookSharedTypeKind Struct

Definition

The kind of workbook. Only valid value is shared.

public readonly struct WorkbookSharedTypeKind : IEquatable<Azure.ResourceManager.ApplicationInsights.Models.WorkbookSharedTypeKind>
type WorkbookSharedTypeKind = struct
Public Structure WorkbookSharedTypeKind
Implements IEquatable(Of WorkbookSharedTypeKind)
Inheritance
WorkbookSharedTypeKind
Implements

Constructors

WorkbookSharedTypeKind(String)

Initializes a new instance of WorkbookSharedTypeKind.

Properties

Shared

shared.

Methods

Equals(WorkbookSharedTypeKind)

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(WorkbookSharedTypeKind, WorkbookSharedTypeKind)

Determines if two WorkbookSharedTypeKind values are the same.

Implicit(String to WorkbookSharedTypeKind)

Converts a string to a WorkbookSharedTypeKind.

Inequality(WorkbookSharedTypeKind, WorkbookSharedTypeKind)

Determines if two WorkbookSharedTypeKind values are not the same.

Applies to