ExtendedCosmosDBSqlStoredProcedureResourceInfo Class

Definition

The ExtendedCosmosDBSqlStoredProcedureResourceInfo.

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

Constructors

ExtendedCosmosDBSqlStoredProcedureResourceInfo(String)

Initializes a new instance of ExtendedCosmosDBSqlStoredProcedureResourceInfo.

Properties

Body

Body of the Stored Procedure.

(Inherited from CosmosDBSqlStoredProcedureResourceInfo)
ETag

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

Rid

A system generated property. A unique identifier.

StoredProcedureName

Name of the Cosmos DB SQL storedProcedure.

(Inherited from CosmosDBSqlStoredProcedureResourceInfo)
Timestamp

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

Explicit Interface Implementations

IJsonModel<CosmosDBSqlStoredProcedureResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from CosmosDBSqlStoredProcedureResourceInfo)
IJsonModel<ExtendedCosmosDBSqlStoredProcedureResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExtendedCosmosDBSqlStoredProcedureResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBSqlStoredProcedureResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from CosmosDBSqlStoredProcedureResourceInfo)
IPersistableModel<ExtendedCosmosDBSqlStoredProcedureResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedCosmosDBSqlStoredProcedureResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExtendedCosmosDBSqlStoredProcedureResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to