SupportServiceLevelAgreement Class

Definition

Service Level Agreement details for a support ticket.

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

Constructors

SupportServiceLevelAgreement()

Initializes a new instance of SupportServiceLevelAgreement.

Properties

ExpireOn

Time in UTC (ISO 8601 format) when the service level agreement expires.

SlaInMinutes

Service Level Agreement in minutes.

StartOn

Time in UTC (ISO 8601 format) when the service level agreement starts.

Explicit Interface Implementations

IJsonModel<SupportServiceLevelAgreement>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SupportServiceLevelAgreement>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SupportServiceLevelAgreement>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SupportServiceLevelAgreement>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SupportServiceLevelAgreement>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to