KustoDatabaseShareOrigin 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 origin of the following setup.
public readonly struct KustoDatabaseShareOrigin : IEquatable<Azure.ResourceManager.Kusto.Models.KustoDatabaseShareOrigin>
type KustoDatabaseShareOrigin = struct
Public Structure KustoDatabaseShareOrigin
Implements IEquatable(Of KustoDatabaseShareOrigin)
- Inheritance
-
KustoDatabaseShareOrigin
- Implements
Constructors
| Name | Description |
|---|---|
| KustoDatabaseShareOrigin(String) |
Initializes a new instance of KustoDatabaseShareOrigin. |
Properties
| Name | Description |
|---|---|
| DataShare |
DataShare. |
| Direct |
Direct. |
| Other |
Other. |
Methods
| Name | Description |
|---|---|
| Equals(KustoDatabaseShareOrigin) |
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(KustoDatabaseShareOrigin, KustoDatabaseShareOrigin) |
Determines if two KustoDatabaseShareOrigin values are the same. |
| Implicit(String to KustoDatabaseShareOrigin) |
Converts a String to a KustoDatabaseShareOrigin. |
| Inequality(KustoDatabaseShareOrigin, KustoDatabaseShareOrigin) |
Determines if two KustoDatabaseShareOrigin values are not the same. |