Share via


CosmosDBSqlTriggerCreateOrUpdateContent Constructor

Definition

Initializes a new instance of CosmosDBSqlTriggerCreateOrUpdateContent.

public CosmosDBSqlTriggerCreateOrUpdateContent (Azure.Core.AzureLocation location, Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlTriggerResourceInfo resource);
new Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlTriggerCreateOrUpdateContent : Azure.Core.AzureLocation * Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlTriggerResourceInfo -> Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlTriggerCreateOrUpdateContent
Public Sub New (location As AzureLocation, resource As CosmosDBSqlTriggerResourceInfo)

Parameters

location
AzureLocation

The location.

resource
CosmosDBSqlTriggerResourceInfo

The standard JSON format of a trigger.

Exceptions

resource is null.

Applies to