OperationalInsightsSkuName 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 name of the Service Tier.
public readonly struct OperationalInsightsSkuName : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSkuName>
type OperationalInsightsSkuName = struct
Public Structure OperationalInsightsSkuName
Implements IEquatable(Of OperationalInsightsSkuName)
- Inheritance
-
OperationalInsightsSkuName
- Implements
Constructors
OperationalInsightsSkuName(String) |
Initializes a new instance of OperationalInsightsSkuName. |
Properties
CapacityReservation |
CapacityReservation. |
Free |
Free. |
PerGB2018 |
PerGB2018. |
PerNode |
PerNode. |
Premium |
Premium. |
Standalone |
Standalone. |
Standard |
Standard. |
Methods
Equals(OperationalInsightsSkuName) |
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(OperationalInsightsSkuName, OperationalInsightsSkuName) |
Determines if two OperationalInsightsSkuName values are the same. |
Implicit(String to OperationalInsightsSkuName) |
Converts a String to a OperationalInsightsSkuName. |
Inequality(OperationalInsightsSkuName, OperationalInsightsSkuName) |
Determines if two OperationalInsightsSkuName values are not the same. |
Applies to
Azure SDK for .NET