Udostępnij przez


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

Name Description
WorkbookUpdateSharedTypeKind(String)

Initializes a new instance of WorkbookUpdateSharedTypeKind.

Properties

Name Description
Shared

shared.

Methods

Name Description
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

Name Description
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