Share via


ExtendedCosmosDBSqlTriggerResourceInfo(String) Constructor

Definition

Initializes a new instance of ExtendedCosmosDBSqlTriggerResourceInfo.

public ExtendedCosmosDBSqlTriggerResourceInfo (string triggerName);
new Azure.ResourceManager.CosmosDB.Models.ExtendedCosmosDBSqlTriggerResourceInfo : string -> Azure.ResourceManager.CosmosDB.Models.ExtendedCosmosDBSqlTriggerResourceInfo
Public Sub New (triggerName As String)

Parameters

triggerName
String

Name of the Cosmos DB SQL trigger.

Exceptions

triggerName is null.

Applies to