SqlUserDefinedFunctionGetPropertiesResource Class

SqlUserDefinedFunctionGetPropertiesResource.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.cosmosdb.models._models_py3.SqlUserDefinedFunctionResource
SqlUserDefinedFunctionGetPropertiesResource
azure.mgmt.cosmosdb.models._models_py3.ExtendedResourceProperties
SqlUserDefinedFunctionGetPropertiesResource

Constructor

SqlUserDefinedFunctionGetPropertiesResource(*, id: str, body: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Name of the Cosmos DB SQL userDefinedFunction. Required.

body
str

Body of the User Defined Function.

Variables

Name Description
rid
str

A system generated property. A unique identifier.

ts

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

etag
str

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

id
str

Name of the Cosmos DB SQL userDefinedFunction. Required.

body
str

Body of the User Defined Function.