ExtendedCosmosDBSqlUserDefinedFunctionResourceInfo Class

Definition

The ExtendedCosmosDBSqlUserDefinedFunctionResourceInfo.

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

Constructors

ExtendedCosmosDBSqlUserDefinedFunctionResourceInfo(String)

Initializes a new instance of ExtendedCosmosDBSqlUserDefinedFunctionResourceInfo.

Properties

Body

Body of the User Defined Function.

(Inherited from CosmosDBSqlUserDefinedFunctionResourceInfo)
ETag

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

FunctionName

Name of the Cosmos DB SQL userDefinedFunction.

(Inherited from CosmosDBSqlUserDefinedFunctionResourceInfo)
Rid

A system generated property. A unique identifier.

Timestamp

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

Explicit Interface Implementations

IJsonModel<CosmosDBSqlUserDefinedFunctionResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from CosmosDBSqlUserDefinedFunctionResourceInfo)
IJsonModel<ExtendedCosmosDBSqlUserDefinedFunctionResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExtendedCosmosDBSqlUserDefinedFunctionResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBSqlUserDefinedFunctionResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from CosmosDBSqlUserDefinedFunctionResourceInfo)
IPersistableModel<ExtendedCosmosDBSqlUserDefinedFunctionResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedCosmosDBSqlUserDefinedFunctionResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExtendedCosmosDBSqlUserDefinedFunctionResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to