ExtendedCosmosDBSqlTriggerResourceInfo Class

Definition

The ExtendedCosmosDBSqlTriggerResourceInfo.

public class ExtendedCosmosDBSqlTriggerResourceInfo : Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlTriggerResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ExtendedCosmosDBSqlTriggerResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ExtendedCosmosDBSqlTriggerResourceInfo>
type ExtendedCosmosDBSqlTriggerResourceInfo = class
    inherit CosmosDBSqlTriggerResourceInfo
    interface IJsonModel<ExtendedCosmosDBSqlTriggerResourceInfo>
    interface IPersistableModel<ExtendedCosmosDBSqlTriggerResourceInfo>
Public Class ExtendedCosmosDBSqlTriggerResourceInfo
Inherits CosmosDBSqlTriggerResourceInfo
Implements IJsonModel(Of ExtendedCosmosDBSqlTriggerResourceInfo), IPersistableModel(Of ExtendedCosmosDBSqlTriggerResourceInfo)
Inheritance
ExtendedCosmosDBSqlTriggerResourceInfo
Implements

Constructors

ExtendedCosmosDBSqlTriggerResourceInfo(String)

Initializes a new instance of ExtendedCosmosDBSqlTriggerResourceInfo.

Properties

Body

Body of the Trigger.

(Inherited from CosmosDBSqlTriggerResourceInfo)
ETag

A system generated property representing the resource etag required for optimistic concurrency control.

Rid

A system generated property. A unique identifier.

Timestamp

A system generated property that denotes the last updated timestamp of the resource.

TriggerName

Name of the Cosmos DB SQL trigger.

(Inherited from CosmosDBSqlTriggerResourceInfo)
TriggerOperation

The operation the trigger is associated with.

(Inherited from CosmosDBSqlTriggerResourceInfo)
TriggerType

Type of the Trigger.

(Inherited from CosmosDBSqlTriggerResourceInfo)

Explicit Interface Implementations

IJsonModel<CosmosDBSqlTriggerResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from CosmosDBSqlTriggerResourceInfo)
IJsonModel<CosmosDBSqlTriggerResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CosmosDBSqlTriggerResourceInfo)
IJsonModel<ExtendedCosmosDBSqlTriggerResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExtendedCosmosDBSqlTriggerResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBSqlTriggerResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CosmosDBSqlTriggerResourceInfo)
IPersistableModel<CosmosDBSqlTriggerResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CosmosDBSqlTriggerResourceInfo)
IPersistableModel<CosmosDBSqlTriggerResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CosmosDBSqlTriggerResourceInfo)
IPersistableModel<ExtendedCosmosDBSqlTriggerResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedCosmosDBSqlTriggerResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExtendedCosmosDBSqlTriggerResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to