SqlUserDefinedFunctionResource 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
SqlUserDefinedFunctionResource() |
Initializes a new instance of the SqlUserDefinedFunctionResource class. |
SqlUserDefinedFunctionResource(String, String) |
Initializes a new instance of the SqlUserDefinedFunctionResource class. |
SqlUserDefinedFunctionResource()
Initializes a new instance of the SqlUserDefinedFunctionResource class.
public SqlUserDefinedFunctionResource ();
Public Sub New ()
Applies to
SqlUserDefinedFunctionResource(String, String)
Initializes a new instance of the SqlUserDefinedFunctionResource class.
public SqlUserDefinedFunctionResource (string id, string body = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionResource : string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionResource
Public Sub New (id As String, Optional body As String = Nothing)
Parameters
- id
- String
Name of the Cosmos DB SQL userDefinedFunction
- body
- String
Body of the User Defined Function
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET