ContainerServiceTimeSpan Class

Definition

For example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z.

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

Constructors

ContainerServiceTimeSpan()

Initializes a new instance of ContainerServiceTimeSpan.

Properties

EndOn

The end of a time span.

StartOn

The start of a time span.

Explicit Interface Implementations

IJsonModel<ContainerServiceTimeSpan>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceTimeSpan>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceTimeSpan>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceTimeSpan>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceTimeSpan>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to