WorkbookSharedTypeKind 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. 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
Azure SDK for .NET