Share via


IWithChildResource.WithoutUserDefinedFunction(String) Method

Definition

Removes a user defined function.

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate WithoutUserDefinedFunction (string name);
abstract member WithoutUserDefinedFunction : string -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate
Public Function WithoutUserDefinedFunction (name As String) As IUpdate

Parameters

name
String

The name of the user defined function.

Returns

The next stage of the update.

Applies to