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