KustoOfferingType 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 type of Kusto offering.
public readonly struct KustoOfferingType : IEquatable<Azure.ResourceManager.DatabaseWatcher.Models.KustoOfferingType>
type KustoOfferingType = struct
Public Structure KustoOfferingType
Implements IEquatable(Of KustoOfferingType)
- Inheritance
-
KustoOfferingType
- Implements
Constructors
| Name | Description |
|---|---|
| KustoOfferingType(String) |
Initializes a new instance of KustoOfferingType. |
Properties
| Name | Description |
|---|---|
| Adx |
The Azure Data Explorer cluster Kusto offering. |
| Fabric |
The Fabric Real-Time Analytics Kusto offering. |
| Free |
The free Azure Data Explorer cluster Kusto offering. |
Methods
| Name | Description |
|---|---|
| Equals(KustoOfferingType) |
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(KustoOfferingType, KustoOfferingType) |
Determines if two KustoOfferingType values are the same. |
| Implicit(String to KustoOfferingType) |
Converts a String to a KustoOfferingType. |
| Inequality(KustoOfferingType, KustoOfferingType) |
Determines if two KustoOfferingType values are not the same. |