Share via


WorkbookUpdateSharedTypeKind Struct

Definition

The kind of workbook. Only valid value is shared.

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

Constructors

WorkbookUpdateSharedTypeKind(String)

Initializes a new instance of WorkbookUpdateSharedTypeKind.

Properties

Shared

shared.

Methods

Equals(WorkbookUpdateSharedTypeKind)

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

Determines if two WorkbookUpdateSharedTypeKind values are the same.

Implicit(String to WorkbookUpdateSharedTypeKind)

Converts a string to a WorkbookUpdateSharedTypeKind.

Inequality(WorkbookUpdateSharedTypeKind, WorkbookUpdateSharedTypeKind)

Determines if two WorkbookUpdateSharedTypeKind values are not the same.

Applies to