Udostępnij za pośrednictwem


AvailableLabServicesSkuCapability Class

Definition

The array of capabilities of a lab services SKU.

public class AvailableLabServicesSkuCapability : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LabServices.Models.AvailableLabServicesSkuCapability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LabServices.Models.AvailableLabServicesSkuCapability>
public class AvailableLabServicesSkuCapability
type AvailableLabServicesSkuCapability = class
    interface IJsonModel<AvailableLabServicesSkuCapability>
    interface IPersistableModel<AvailableLabServicesSkuCapability>
type AvailableLabServicesSkuCapability = class
Public Class AvailableLabServicesSkuCapability
Implements IJsonModel(Of AvailableLabServicesSkuCapability), IPersistableModel(Of AvailableLabServicesSkuCapability)
Public Class AvailableLabServicesSkuCapability
Inheritance
AvailableLabServicesSkuCapability
Implements

Properties

Name

The name of the capability for a SKU.

Value

The value of the capability for a SKU.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvailableLabServicesSkuCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AvailableLabServicesSkuCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvailableLabServicesSkuCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvailableLabServicesSkuCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AvailableLabServicesSkuCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to