Поделиться через


AvailableLabServicesSkuRestrictions Class

Definition

The restriction details.

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

Properties

LabServicesSkuRestrictionType

The type of restriction.

ReasonCode

The reason for the restriction.

Values

The values of the restriction.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvailableLabServicesSkuRestrictions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvailableLabServicesSkuRestrictions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvailableLabServicesSkuRestrictions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvailableLabServicesSkuRestrictions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvailableLabServicesSkuRestrictions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to