Share via


SqlStoredProcedureGetPropertiesResource Constructors

Definition

Overloads

SqlStoredProcedureGetPropertiesResource()

Initializes a new instance of the SqlStoredProcedureGetPropertiesResource class.

SqlStoredProcedureGetPropertiesResource(String, String, String, Nullable<Double>, String)

Initializes a new instance of the SqlStoredProcedureGetPropertiesResource class.

SqlStoredProcedureGetPropertiesResource()

Initializes a new instance of the SqlStoredProcedureGetPropertiesResource class.

public SqlStoredProcedureGetPropertiesResource ();
Public Sub New ()

Applies to

SqlStoredProcedureGetPropertiesResource(String, String, String, Nullable<Double>, String)

Initializes a new instance of the SqlStoredProcedureGetPropertiesResource class.

public SqlStoredProcedureGetPropertiesResource (string id, string body = default, string _rid = default, double? _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Models.SqlStoredProcedureGetPropertiesResource : string * string * string * Nullable<double> * string -> Microsoft.Azure.Management.CosmosDB.Models.SqlStoredProcedureGetPropertiesResource
Public Sub New (id As String, Optional body As String = Nothing, Optional _rid As String = Nothing, Optional _ts As Nullable(Of Double) = Nothing, Optional _etag As String = Nothing)

Parameters

id
String

Name of the Cosmos DB SQL storedProcedure

body
String

Body of the Stored Procedure

_rid
String

A system generated property. A unique identifier.

_ts
Nullable<Double>

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

_etag
String

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

Applies to