Share via


ArmCosmosDBModelFactory.ExtendedCosmosDBSqlStoredProcedureResourceInfo Method

Definition

Initializes a new instance of ExtendedCosmosDBSqlStoredProcedureResourceInfo.

public static Azure.ResourceManager.CosmosDB.Models.ExtendedCosmosDBSqlStoredProcedureResourceInfo ExtendedCosmosDBSqlStoredProcedureResourceInfo (string storedProcedureName = default, string body = default, string rid = default, float? timestamp = default, Azure.ETag? etag = default);
static member ExtendedCosmosDBSqlStoredProcedureResourceInfo : string * string * string * Nullable<single> * Nullable<Azure.ETag> -> Azure.ResourceManager.CosmosDB.Models.ExtendedCosmosDBSqlStoredProcedureResourceInfo
Public Shared Function ExtendedCosmosDBSqlStoredProcedureResourceInfo (Optional storedProcedureName As String = Nothing, Optional body As String = Nothing, Optional rid As String = Nothing, Optional timestamp As Nullable(Of Single) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As ExtendedCosmosDBSqlStoredProcedureResourceInfo

Parameters

storedProcedureName
String

Name of the Cosmos DB SQL storedProcedure.

body
String

Body of the Stored Procedure.

rid
String

A system generated property. A unique identifier.

timestamp
Nullable<Single>

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

etag
Nullable<ETag>

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

Returns

A new ExtendedCosmosDBSqlStoredProcedureResourceInfo instance for mocking.

Applies to