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