SqlUserDefinedFunctionGetPropertiesResource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SqlUserDefinedFunctionGetPropertiesResource() |
Initializes a new instance of the SqlUserDefinedFunctionGetPropertiesResource class. |
SqlUserDefinedFunctionGetPropertiesResource(String, String, String, Nullable<Double>, String) |
Initializes a new instance of the SqlUserDefinedFunctionGetPropertiesResource class. |
SqlUserDefinedFunctionGetPropertiesResource()
Initializes a new instance of the SqlUserDefinedFunctionGetPropertiesResource class.
public SqlUserDefinedFunctionGetPropertiesResource ();
Public Sub New ()
Applies to
SqlUserDefinedFunctionGetPropertiesResource(String, String, String, Nullable<Double>, String)
Initializes a new instance of the SqlUserDefinedFunctionGetPropertiesResource class.
public SqlUserDefinedFunctionGetPropertiesResource (string id, string body = default, string _rid = default, double? _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Models.SqlUserDefinedFunctionGetPropertiesResource : string * string * string * Nullable<double> * string -> Microsoft.Azure.Management.CosmosDB.Models.SqlUserDefinedFunctionGetPropertiesResource
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 userDefinedFunction
- body
- String
Body of the User Defined Function
- _rid
- String
A system generated property. A unique identifier.
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.