다음을 통해 공유


ContainerThrottlingInfo Class

Definition

The ContainerThrottlingInfo.

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

Constructors

ContainerThrottlingInfo()

Initializes a new instance of ContainerThrottlingInfo.

Properties

Periods

Gets or sets the periods.

ThrottledPeriods

Gets or sets the throttled periods.

ThrottledTime

Gets or sets the throttled time.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerThrottlingInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerThrottlingInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerThrottlingInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerThrottlingInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerThrottlingInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to