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
KustoDatabaseShareOrigin(String) |
Initializes a new instance of KustoDatabaseShareOrigin. |
Properties
DataShare |
DataShare. |
Direct |
Direct. |
Other |
Other. |
Methods
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
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. |
Applies to
Azure SDK for .NET