Condividi tramite


IWithChildResource.WithoutTrigger(String) Method

Definition

Removes a trigger.

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

Parameters

name
String

The name of the trigger.

Returns

The next stage of the update.

Applies to