OperationalInsightsWorkspaceSku Class
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 SKU (tier) of a workspace.
public class OperationalInsightsWorkspaceSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspaceSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspaceSku>
type OperationalInsightsWorkspaceSku = class
interface IJsonModel<OperationalInsightsWorkspaceSku>
interface IPersistableModel<OperationalInsightsWorkspaceSku>
Public Class OperationalInsightsWorkspaceSku
Implements IJsonModel(Of OperationalInsightsWorkspaceSku), IPersistableModel(Of OperationalInsightsWorkspaceSku)
- Inheritance
-
OperationalInsightsWorkspaceSku
- Implements
Constructors
OperationalInsightsWorkspaceSku(OperationalInsightsWorkspaceSkuName) |
Initializes a new instance of OperationalInsightsWorkspaceSku. |
Properties
CapacityReservationLevel |
The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected. |
LastSkuUpdatedOn |
The last time when the sku was updated. |
Name |
The name of the SKU. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<OperationalInsightsWorkspaceSku>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OperationalInsightsWorkspaceSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OperationalInsightsWorkspaceSku>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OperationalInsightsWorkspaceSku>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OperationalInsightsWorkspaceSku>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |