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
| Name | Description |
|---|---|
| OperationalInsightsWorkspaceSkuName(String) |
Initializes a new instance of OperationalInsightsWorkspaceSkuName. |
Properties
| Name | Description |
|---|---|
| CapacityReservation |
CapacityReservation. |
| Free |
Free. |
| LACluster |
LACluster. |
| PerGB2018 |
PerGB2018. |
| PerNode |
PerNode. |
| Premium |
Premium. |
| Standalone |
Standalone. |
| Standard |
Standard. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(OperationalInsightsWorkspaceSkuName, OperationalInsightsWorkspaceSkuName) |
Determines if two OperationalInsightsWorkspaceSkuName values are the same. |
| Implicit(String to Nullable<OperationalInsightsWorkspaceSkuName>) | |
| Implicit(String to OperationalInsightsWorkspaceSkuName) |
Converts a string to a OperationalInsightsWorkspaceSkuName. |
| Inequality(OperationalInsightsWorkspaceSkuName, OperationalInsightsWorkspaceSkuName) |
Determines if two OperationalInsightsWorkspaceSkuName values are not the same. |